Re: [Numpy-discussion] Initializing array from buffer

2014-11-22 Thread Andrea Arteaga
Thanks everybody for suggesting many different ways to achieve this result. While all of them seem valid methods, I decided to use the constructor, as proposed by Robert: > The np.ndarray constructor takes a strides argument

[Numpy-discussion] ANN: First release of combi, a combinatorics package for Python

2014-11-22 Thread Ram Rachum
Hi everyone, Just a quick announcement: Last week I made the first release of an open-source package called Combi. It's a package for doing combinatorics in Python. The pitch: Combi lets you explore spaces of permutations and combinations as if they were Python sequences, but without generating