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

2014-09-07 Thread Charles R Harris
On Sun, Sep 7, 2014 at 4:33 AM, Julian Taylor wrote: > Hello, > > We are proud to announce the 1.9.0 release of NumPy. > > This release includes numerous performance improvements, most > significantly the indexing code has been rewritten be a lot times > faster for most cases and performance of u

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

2014-09-07 Thread Sebastian Berg
On So, 2014-09-07 at 12:33 +0200, Julian Taylor wrote: > Hello, > > We are proud to announce the 1.9.0 release of NumPy. > Awesome, thanks for the release management! - Sebastian > This release includes numerous performance improvements, most > significantly the indexing code has been rewritt

[Numpy-discussion] ANN: NumPy 1.9.0 release

2014-09-07 Thread Julian Taylor
Hello, We are proud to announce the 1.9.0 release of NumPy. This release includes numerous performance improvements, most significantly the indexing code has been rewritten be a lot times faster for most cases and performance of using small arrays and scalars has almost doubled. Plenty of other f

Re: [Numpy-discussion] ANN: NumPy 1.9.0 release candidate 1 available

2014-08-29 Thread Orion Poplawski
On 08/27/2014 11:00 PM, Charles R Harris wrote: > > > > On Wed, Aug 27, 2014 at 3:52 PM, Orion Poplawski > wrote: > > On 08/27/2014 11:07 AM, Julian Taylor wrote: > > Hello, > > > > Almost punctually for EuroScipy we have finally managed to release th

Re: [Numpy-discussion] ANN: NumPy 1.9.0 release candidate 1 available

2014-08-29 Thread Benjamin Root
It is generally a good idea when switching between releases to execute "git clean -fxd" prior to rebuilding. Admittedly, I don't know how cleaning out that directory in .local could have impacted things. Go figure. Cheers! Ben Root On Fri, Aug 29, 2014 at 8:50 AM, Neal Becker wrote: > OK, it's

Re: [Numpy-discussion] ANN: NumPy 1.9.0 release candidate 1 available

2014-08-29 Thread Neal Becker
OK, it's fixed by doing: rm -rf ~/.local/lib/python2.7/site-packages/numpy* python setup.py install --user I guess something was not cleaned out from previous packages ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/m

Re: [Numpy-discussion] ANN: NumPy 1.9.0 release candidate 1 available

2014-08-29 Thread Neal Becker
doesn't seem to work on fedora 20 x86_64 After python setup.py install --user, import fails: python Python 2.7.5 (default, Jun 25 2014, 10:19:55) [GCC 4.8.2 20131212 (Red Hat 4.8.2-7)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import numpy Traceback (mo

Re: [Numpy-discussion] ANN: NumPy 1.9.0 release candidate 1 available

2014-08-29 Thread Sebastian Berg
On Fr, 2014-08-29 at 08:31 -0400, Neal Becker wrote: > How do I run tests? > > python setup.py --help-commands claims 'test' is a command, but doesn't seem > to > work: > There is a runtests script you can use, it should do the building, too. Or just install and then run `np.test()` (or run no

Re: [Numpy-discussion] ANN: NumPy 1.9.0 release candidate 1 available

2014-08-29 Thread Neal Becker
How do I run tests? python setup.py --help-commands claims 'test' is a command, but doesn't seem to work: python setup.py test Running from numpy source directory. /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) usage: setu

Re: [Numpy-discussion] ANN: NumPy 1.9.0 release candidate 1 available

2014-08-28 Thread Carl Kleffner
I put 4 wheels for numpy-1.9.0rc1 on https://bitbucket.org/carlkl/mingw-w64-for-python/downloads . All wheels are compiled with the mingw-w64 compiler and makes use of OpenBLAS (latest github version). The 32 bit versions still have some testing errors on corner cases for atan2 and hypot. Carl

Re: [Numpy-discussion] ANN: NumPy 1.9.0 release candidate 1 available

2014-08-27 Thread Charles R Harris
On Wed, Aug 27, 2014 at 3:52 PM, Orion Poplawski wrote: > On 08/27/2014 11:07 AM, Julian Taylor wrote: > > Hello, > > > > Almost punctually for EuroScipy we have finally managed to release the > > first release candidate of NumPy 1.9. > > We intend to only fix bugs until the final release which w

Re: [Numpy-discussion] ANN: NumPy 1.9.0 release candidate 1 available

2014-08-27 Thread Orion Poplawski
On 08/27/2014 11:07 AM, Julian Taylor wrote: > Hello, > > Almost punctually for EuroScipy we have finally managed to release the > first release candidate of NumPy 1.9. > We intend to only fix bugs until the final release which we plan to do > in the next 1-2 weeks. I'm seeing the following error

[Numpy-discussion] ANN: NumPy 1.9.0 release candidate 1 available

2014-08-27 Thread Julian Taylor
Hello, Almost punctually for EuroScipy we have finally managed to release the first release candidate of NumPy 1.9. We intend to only fix bugs until the final release which we plan to do in the next 1-2 weeks. In this release numerous performance improvements have been added, most significantly t