Hi, A big thanks for that release.
I also think it would be useful to do a release candidate about this. This release changed the behavior releated to python long and broke a test in Theano. Nothing important, but we could have fixed this before the release. The numpy change is that a python long that don't fit in an int64, but fit in an uint64, was throwing an overflow exception. Now it return an uint64. thanks again! Fred On Sun, Apr 7, 2013 at 4:09 AM, Ondřej Čertík <[email protected]>wrote: > Hi, > > I'm pleased to announce the availability of the final NumPy 1.7.1 release. > > Sources and binary installers can be found at > https://sourceforge.net/projects/numpy/files/NumPy/1.7.1/ > > Only three simple bugs were fixed since 1.7.1rc1 (#3166, #3179, #3187). > > I would like to thank everybody who contributed patches since 1.7.1rc1: > Eric Fode, Nathaniel J. Smith and Charles Harris. > > Cheers, > Ondrej > > P.S. I'll create the Mac binary installers in a few days. Pypi is updated. > > > ========================= > NumPy 1.7.1 Release Notes > ========================= > > This is a bugfix only release in the 1.7.x series. > > > Issues fixed > ------------ > > gh-2973 Fix `1` is printed during numpy.test() > gh-2983 BUG: gh-2969: Backport memory leak fix 80b3a34. > gh-3007 Backport gh-3006 > gh-2984 Backport fix complex polynomial fit > gh-2982 BUG: Make nansum work with booleans. > gh-2985 Backport large sort fixes > gh-3039 Backport object take > gh-3105 Backport nditer fix op axes initialization > gh-3108 BUG: npy-pkg-config ini files were missing after Bento build. > gh-3124 BUG: PyArray_LexSort allocates too much temporary memory. > gh-3131 BUG: Exported f2py_size symbol prevents linking multiple f2py > modules. > gh-3117 Backport gh-2992 > gh-3135 DOC: Add mention of PyArray_SetBaseObject stealing a reference > gh-3134 DOC: Fix typo in fft docs (the indexing variable is 'm', not > 'n'). > gh-3136 Backport #3128 > > Checksums > ========= > > 9e369a96b94b107bf3fab7e07fef8557 > release/installers/numpy-1.7.1-win32-superpack-python2.6.exe > 0ab72b3b83528a7ae79c6df9042d61c6 release/installers/numpy-1.7.1.tar.gz > bb0d30de007d649757a2d6d2e1c59c9a > release/installers/numpy-1.7.1-win32-superpack-python3.2.exe > 9a72db3cad7a6286c0d22ee43ad9bc6c release/installers/numpy-1.7.1.zip > 0842258fad82060800b8d1f0896cb83b > release/installers/numpy-1.7.1-win32-superpack-python3.1.exe > 1b8f29b1fa89a801f83f551adc13aaf5 > release/installers/numpy-1.7.1-win32-superpack-python2.7.exe > 9ca22df942e5d5362cf7154217cb4b69 > release/installers/numpy-1.7.1-win32-superpack-python2.5.exe > 2fd475b893d8427e26153e03ad7d5b69 > release/installers/numpy-1.7.1-win32-superpack-python3.3.exe > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion >
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
