SHA256
1
0
forked from pool/python-numpy

Accepting request 206776 from devel:languages:python

Update to 1.8.0

OBS-URL: https://build.opensuse.org/request/show/206776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=36
This commit is contained in:
Stephan Kulow
2013-11-14 07:43:27 +00:00
committed by Git OBS Bridge
parent eb01a5abec
commit 397afecd8d
7 changed files with 71 additions and 79 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Oct 31 10:17:25 UTC 2013 - toddrme2178@gmail.com
- Update to 1.8.0
Highlights:
* New, no 2to3, Python 2 and Python 3 are supported by a common code base.
* New, gufuncs for linear algebra, enabling operations on stacked arrays.
* New, inplace fancy indexing for ufuncs with the ``.at`` method.
* New, ``partition`` function, partial sorting via selection for fast median.
* New, ``nanmean``, ``nanvar``, and ``nanstd`` functions skipping NaNs.
* New, ``full`` and ``full_like`` functions to create value initialized arrays.
* New, ``PyUFunc_RegisterLoopForDescr``, better ufunc support for user dtypes.
* Numerous performance improvements in many areas.
- Add a new flag to easily enable/disable atlas support for if it
ever gets fixed in the future
- Rebase numpy-buildfix.patch
-------------------------------------------------------------------
Thu Aug 1 11:52:47 UTC 2013 - speilicke@suse.com