Accepting request 527258 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/527258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=56
This commit is contained in:
2017-09-21 10:27:39 +00:00
committed by Git OBS Bridge
parent b0104303c0
commit bc36378310
7 changed files with 64 additions and 24 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Sep 18 14:40:26 UTC 2017 - hsk17@mail.de
- Update to version 1.13.1
* bugfix release for problems found in 1.13.0; major changes:
+ fixes for the new memory overlap detection and temporary
elision
+ reversion of the removal of the boolean binary - operator
* 1.13.0 Highlights:
+ Operations like a + b + c will reuse temporaries on some
platforms
+ Inplace operations check if inputs overlap outputs and
create temporaries
+ New __array_ufunc__ attribute provides improved ability for
classes to override default ufunc behavior.
+ New np.block function for creating blocked arrays.
* 1.13.0 New functions:
+ New np.positive ufunc.
+ New np.divmod ufunc provides more efficient divmod.
+ New np.isnat ufunc tests for NaT special values.
+ New np.heaviside ufunc computes the Heaviside function.
+ New np.isin function, improves on in1d.
+ New np.block function for creating blocked arrays.
+ New PyArray_MapIterArrayCopyIfOverlap added to NumPy C-API.
* deprecations, compatibility notes, etc see full changelog at
https://github.com/numpy/numpy/blob/master/doc/changelog/1.13.0-changelog.rst
- dropped xlocale.patch (now upstream)
- do not apply 'sed 1d' command to exec_command.py
-------------------------------------------------------------------
Wed Jul 5 14:24:59 UTC 2017 - schwab@suse.de