Changelog for
python-Bottleneck-0.8.0-2.3.3.x86_64.rpm :
Thu May 8 14:00:00 2014 toddrme2178AATTgmail.com
- Update to version 0.8.0
- This version of Bottleneck requires NumPy 1.8
- nanargmin and nanargmax behave like the corresponding functions in NumPy 1.8
- nanargmax/nanargmin wrong for redundant max/min values in 1d int arrays
Tue Oct 22 14:00:00 2013 toddrme2178AATTgmail.com
- Update to version 0.7.0
+ bn.rankdata() is twice as fast (with input a = np.random.rand(1000000))
+ C files now included in github repo; cython not needed to try latest
+ C files are now generated with Cython 0.19.1 instead of 0.16
+ Test bottleneck across multiple python/numpy versions using tox
+ Source tarball size cut in half
Fri Jun 22 14:00:00 2012 saschpeAATTsuse.de
- %py_requires is only needed for SLE_11_SP2 (and older), newer Python
package releases generate the RPM requires for the Python ABI automatically
Fri Jun 22 14:00:00 2012 saschpeAATTsuse.de
- Update to version 0.6.0:
+ replace(arr, old, new), e.g, replace(arr, np.nan, 0)
+ nn(arr, arr0, axis) nearest neighbor and its index of 1d arr0 in 2d arr
+ anynan(arr, axis) faster alternative to np.isnan(arr).any(axis)
+ allnan(arr, axis) faster alternative to np.isnan(arr).all(axis)
+ Python 3.2 support (may work on earlier verions of Python 3)
+ C files are now generated with Cython 0.16 instead of 0.14.1
+ Upgrade numpydoc from 0.3.1 to 0.4 to support Sphinx 1.0.1
+ Support for Python 2.5 dropped
+ Default axis for benchmark suite is now axis=1 (was 0)
+ #31 Confusing error message in partsort and argpartsort
+ #32 Update path in MANIFEST.in
+ #35 Wrong output for very large (2
*
*31) input arrays
Fri Jun 1 14:00:00 2012 toddrme2178AATTgmail.com
- spec file cleanups
- fix license tag
Mon Feb 27 13:00:00 2012 scorotAATTfree.fr
- version 0.5.0
Sat Jan 22 13:00:00 2011 scorotAATTgtt.fr
- Initial release