Re: [Numpy-discussion] Remove user_array.py

2014-07-30 Thread Robert Kern
On Wed, Jul 30, 2014 at 11:34 PM, Charles R Harris wrote: > Hi All, > > numpy/lib/user_array.py is an old module (2006) that documents itself as > unfinished. The only recent changes are my work for supporting both python2 > and python3 from the same code base. It was apparently intended as an > a

Re: [Numpy-discussion] ANN: NumPy 1.9.0 beta 2 release

2014-07-30 Thread Charles R Harris
On Wed, Jul 30, 2014 at 8:42 PM, Matthew Brett wrote: > Hi, > > On Wed, Jul 30, 2014 at 5:12 PM, Carl Kleffner > wrote: > > Hi, > > > > I created mingw-w64 builds for testing based on OpenBLAS, see: > > https://bitbucket.org/carlkl/mingw-w64-for-python/downloads . > > > > gists for numpy.test ru

Re: [Numpy-discussion] ANN: NumPy 1.9.0 beta 2 release

2014-07-30 Thread Matthew Brett
Hi, On Wed, Jul 30, 2014 at 5:12 PM, Carl Kleffner wrote: > Hi, > > I created mingw-w64 builds for testing based on OpenBLAS, see: > https://bitbucket.org/carlkl/mingw-w64-for-python/downloads . > > gists for numpy.test run: > > win32: https://gist.github.com/carlkl/43182c7c5e0049db7b4e > amd64:

Re: [Numpy-discussion] ANN: NumPy 1.9.0 beta 2 release

2014-07-30 Thread Matthew Brett
Hi, On Wed, Jul 30, 2014 at 5:12 PM, Carl Kleffner wrote: > Hi, > > I created mingw-w64 builds for testing based on OpenBLAS, see: > https://bitbucket.org/carlkl/mingw-w64-for-python/downloads . > > gists for numpy.test run: > > win32: https://gist.github.com/carlkl/43182c7c5e0049db7b4e > amd64:

Re: [Numpy-discussion] ANN: NumPy 1.9.0 beta 2 release

2014-07-30 Thread Carl Kleffner
Hi, I created mingw-w64 builds for testing based on OpenBLAS, see: https://bitbucket.org/carlkl/mingw-w64-for-python/downloads . gists for numpy.test run: win32: https://gist.github.com/carlkl/43182c7c5e0049db7b4e amd64: https://gist.github.com/carlkl/c528505af31ac32720b0 Regards, Carl 2014-

[Numpy-discussion] OSX wheels for older numpy versions on pypi

2014-07-30 Thread Matthew Brett
Hi, I took the liberty of uploading OSX wheels for some older numpy versions to pypi. These can be useful for testing, or when building your own wheels to be compatible with earlier numpy versions - see: http://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-wrong-size-try-r

[Numpy-discussion] Remove user_array.py

2014-07-30 Thread Charles R Harris
Hi All, numpy/lib/user_array.py is an old module (2006) that documents itself as unfinished. The only recent changes are my work for supporting both python2 and python3 from the same code base. It was apparently intended as an alternative to inheriting from ndarray. It has no tests to speak of exc

Re: [Numpy-discussion] Can't build numpy on my Windows 7 desktop computer

2014-07-30 Thread Chris Barker
one more note: > >> If I download the zip file and try to use setup.py, I get messages like >> >> >> >> “No module named msvccompiler in numpy.distutils: trying from distutils >> >> error: unable to find vcvarsall.bat” >> >> >> >> I have no idea what this means or what to do about it. >> > It mean

Re: [Numpy-discussion] Can't build numpy on my Windows 7 desktop computer

2014-07-30 Thread Chris Barker
On Wed, Jul 30, 2014 at 1:36 PM, Jeffrey Ken Smith wrote: > I have been unable to install on my Windows 7 desktop computer, which is > a Dell – I had no problems installing it on my new laptop, which is also a > Dell. When I try to run the superpack .exe file, I get a message claiming > that Pyt

[Numpy-discussion] Can't build numpy on my Windows 7 desktop computer

2014-07-30 Thread Jeffrey Ken Smith
I have been unable to install on my Windows 7 desktop computer, which is a Dell - I had no problems installing it on my new laptop, which is also a Dell. When I try to run the superpack .exe file, I get a message claiming that Python2.7 is not in the registry even though it is and even though I

[Numpy-discussion] ANN: NumPy 1.9.0 beta 2 release

2014-07-30 Thread Julian Taylor
Hello, The source packages and binaries got numpy 1.9.0 beta 2 have just been uploaded to sourceforge. https://sourceforge.net/projects/numpy/files/NumPy/1.9.0b2 1.9.0 will be a new feature release supporting Python 2.6 - 2.7 and 3.2 - 3.4. Unfortunately we have disabled the new __numpy_ufunc__

[Numpy-discussion] ANN: bcolz 0.7.1 released

2014-07-30 Thread Francesc Alted
== Announcing bcolz 0.7.1 == What's new == This is maintenance release, where bcolz got rid of the nose dependency for Python 2.6 (only unittest2 should be required). Also, some small fixes for the test suite, specially in 32-bit has been done. Th