SHA256
1
0
forked from pool/python-numpy

Accepting request 486233 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/486233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=53
This commit is contained in:
2017-04-19 16:08:20 +00:00
committed by Git OBS Bridge
parent 61d47c6163
commit 9a299d1889
6 changed files with 121 additions and 142 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Thu Apr 6 16:44:43 UTC 2017 - toddrme2178@gmail.com
- Update to version 1.12.1
* Fix wrong future nat warning and equiv type logic error...
* Fix wrong masked median for some special cases
* Place np.average in inline code
* Work around isfinite inconsistency on i386
* Guard against replacing constants without '_' spec in f2py.
* Fix mean for float 16 non-array inputs for 1.12
* Fix calling python api with error set and minor leaks for...
* Make iscomplexobj compatible with custom dtypes again
* Fix undefined behaviour induced by bad __array_wrap__
* Fix MaskedArray.__setitem__
* PPC64el machines are POWER for Fortran in f2py
* Look up methods on MaskedArray in `_frommethod`
* Remove extra digit in binary_repr at limit
* Fix deepcopy regression for empty arrays.
* Fix ma.median for empty ndarrays
- Further updates to macro usage.
-------------------------------------------------------------------
Mon Feb 27 18:21:12 UTC 2017 - toddrme2178@gmail.com
- Fix macro usage.
-------------------------------------------------------------------
Thu Feb 23 18:36:54 UTC 2017 - toddrme2178@gmail.com
- Fix -devel package dependency
-------------------------------------------------------------------
Fri Feb 17 15:19:37 UTC 2017 - toddrme2178@gmail.com
- Switch to single-spec version
-------------------------------------------------------------------
Tue Jan 17 17:24:28 UTC 2017 - toddrme2178@gmail.com