1
0
python-Bottleneck/python-Bottleneck.changes
Stephan Kulow 61fdbea336 Accepting request 241240 from devel:languages:python
I intend to submit python-pandas to openSUSE:Factory.  python-pandas is a tool that makes it easy to do complex data import, export, and manipulation.  It has become one of the critical tools for data analysis in python, like python-numpy, python-scipy, python-matplotlib, and IPython (all of which are in openSUSE:Factory).

This is a dependency of python-pandas.

OBS-URL: https://build.opensuse.org/request/show/241240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Bottleneck?expand=0&rev=1
2014-07-17 15:31:33 +00:00

57 lines
2.3 KiB
Plaintext

-------------------------------------------------------------------
Thu May 8 10:58:17 UTC 2014 - toddrme2178@gmail.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 12:07:46 UTC 2013 - toddrme2178@gmail.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 13:11:43 UTC 2012 - saschpe@suse.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 12:25:12 UTC 2012 - saschpe@suse.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 09:05:36 UTC 2012 - toddrme2178@gmail.com
- spec file cleanups
- fix license tag
-------------------------------------------------------------------
Mon Feb 27 21:55:40 UTC 2012 - scorot@free.fr
- version 0.5.0
-------------------------------------------------------------------
Fri Jan 22 00:00:00 UTC 2011 - scorot@gtt.fr
- Initial release