1
0

Accepting request 627751 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/627751
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=8
This commit is contained in:
2018-08-07 07:44:18 +00:00
committed by Git OBS Bridge
parent 750a1db9df
commit 298459f738
4 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 6 20:04:09 UTC 2018 - toddrme2178@gmail.com
- Update to 2.6.6
* Thanks to Mark Dickinson for a fix to the thread barrier that occassionally suffered from spurious wakeups on MacOSX.
- Update to 2.6.5
* The maximum thread count can now be set at import-time by setting the environment variable NUMEXPR_MAX_THREADS. The default number of max threads was lowered from 4096 (which was deemed excessive) to 64.
* A number of imports were removed (pkg_resources) or made lazy (cpuinfo) in order to speed load-times for downstream packages (such as pandas, sympy, and tables). Import time has dropped from about 330 ms to 90 ms. Thanks to Jason Sachs for pointing out the source of the slow-down.
* Thanks to Alvaro Lopez Ortega for updates to benchmarks to be compatible with Python 3.
* Travis and AppVeyor now fail if the test module fails or errors.
* Thanks to Mahdi Ben Jelloul for a patch that removed a bug where constants in where calls would raise a ValueError.
* Fixed a bug whereby all-constant power operations would lead to infinite recursion.
-------------------------------------------------------------------
Mon Oct 2 21:57:06 UTC 2017 - jengelh@inai.de