1
0

Accepting request 357122 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/357122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=4
This commit is contained in:
2016-02-03 09:19:43 +00:00
committed by Git OBS Bridge
parent 1eff0ae095
commit c71a3d34d1
4 changed files with 33 additions and 13 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Feb 1 11:39:24 UTC 2016 - toddrme2178@gmail.com
- update to version 2.4.6:
* Fixed some UserWarnings in Solaris (PR #189, Graham Jones).
* Better handling of MSVC defines. (#168, Francesc Alted).
- update to version 2.4.5:
* Undone a 'fix' for a harmless data race. (#185 Benedikt Reinartz,
Francesc Alted).
* Ignore NumPy warnings (overflow/underflow, divide by zero and
others) that only show up in Python3. Masking these warnings in
tests is fine because all the results are checked to be
valid. (#183, Francesc Alted).
- update to version 2.4.4:
* Honor OMP_NUM_THREADS as a fallback in case NUMEXPR_NUM_THREADS is
not set. Fixes #161. (PR #175, Stefan Erb).
* Added support for AppVeyor (PR #178 Andrea Bedini)
* Fix to allow numexpr to be imported after eventlet.monkey_patch(),
as suggested in #118 (PR #180 Ben Moran).
* Fix harmless data race that triggers false positives in
ThreadSanitizer. (PR #179, Clement Courbet).
* Fixed some string tests on Python 3 (PR #182, Antonio Valentino).
-------------------------------------------------------------------
Thu May 7 18:37:17 UTC 2015 - benoit.monin@gmx.fr