Accepting request 528801 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/528801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=6
This commit is contained in:
2017-09-28 10:34:50 +00:00
committed by Git OBS Bridge
parent bcaa149c43
commit 02d7b395cc
4 changed files with 29 additions and 8 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Sep 24 21:29:49 UTC 2017 - arun@gmx.de
- update to version 2.6.4:
* Christoph Gohkle noticed a lack of coverage for the 2.6.3 floor
and ceil functions for MKL that caused seg-faults in
- changes from version 2.6.2:
* Documentation now available at readthedocs.io.
* Support for floor() and ceil() functions added by Caleb P. Burns.
* NumPy requirement increased from 1.6 to 1.7 due to changes in
iterator flags (#245).
* Sphinx autodocs support added for documentation on
readthedocs.org.
* Fixed a bug where complex constants would return an error, fixing
problems with sympy when using NumExpr as a backend.
* Fix for #277 whereby arrays of shape (1,...) would be reduced as
if they were full reduction. Behavoir now matches that of NumPy.
* String literals are automatically encoded into 'ascii' bytes for
convience (see #281).
-------------------------------------------------------------------
Wed Apr 19 22:13:57 UTC 2017 - toddrme2178@gmail.com