Discussion:
[Numpy-discussion] Numpy 1.10.2rc2 released
Charles R Harris
2015-12-08 01:41:06 UTC
Permalink
Hi All,

I'm pleased to announce the release of Numpy 1.10.2rc2. After two months of
stomping bugs I think the house is clean and we are almost ready to put it
up for sale. However, bugs are persistent and may show up at anytime, so
please inspect and test thoroughly. Windows binaries and source releases
can be found at the usual place on Sourceforge
<https://sourceforge.net/projects/numpy/files/NumPy/1.10.2rc2/>. If there
are no reports of problems in the next week I plan to release the final.
Further bug squashing will be left to the 1.11 release except possibly for
regressions. The release notes give more detail on the changes.
*bon appétit,*

Chuck
Nadav Horesh
2015-12-09 15:23:39 UTC
Permalink
Is is possible that recarray are slow again?


Nadav


________________________________
From: NumPy-Discussion <numpy-discussion-***@scipy.org> on behalf of Charles R Harris <***@gmail.com>
Sent: 08 December 2015 03:41
To: numpy-discussion; SciPy Developers List; SciPy Users List
Subject: [Numpy-discussion] Numpy 1.10.2rc2 released

Hi All,

I'm pleased to announce the release of Numpy 1.10.2rc2. After two months of stomping bugs I think the house is clean and we are almost ready to put it up for sale. However, bugs are persistent and may show up at anytime, so please inspect and test thoroughly. Windows binaries and source releases can be found at the usual place on Sourceforge<https://sourceforge.net/projects/numpy/files/NumPy/1.10.2rc2/>. If there are no reports of problems in the next week I plan to release the final. Further bug squashing will be left to the 1.11 release except possibly for regressions. The release notes give more detail on the changes.
bon appétit,

Chuck
Nathaniel Smith
2015-12-09 15:25:37 UTC
Permalink
Post by Nadav Horesh
Is is possible that recarray are slow again?
Anything is possible, but we haven't had any reports of this yet, so if
you're seeing something weird then please elaborate?

-n

Loading...