SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-Bottleneck-debugsource-0.6.0-3.29.i586.rpm :
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


 
ICM