1
0

Accepting request 306667 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/306667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2015-05-15 05:43:52 +00:00
committed by Git OBS Bridge
parent ee0eb1187e
commit 1eff0ae095
4 changed files with 33 additions and 11 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu May 7 18:37:17 UTC 2015 - benoit.monin@gmx.fr
- update to version 2.4.3:
* Comparisons with empty strings work correctly now. Fixes #121
and PyTables #184.
- additional changes from version 2.4.2:
* Improved setup.py so that pip can query the name and version
without actually doing the installation. Thanks to Joris
Borgdorff.
- additional changes from version 2.4.1:
* Added more configuration examples for compiling with MKL/VML
support. Thanks to Davide Del Vento.
* Symbol MKL_VML changed into MKL_DOMAIN_VML because the former
is deprecated in newer MKL. Thanks to Nick Papior Andersen.
* Better determination of methods in cpuinfo module. Thanks to
Marc Jofre.
* Improved NumPy version determination (handy for 1.10.0). Thanks
to Åsmund Hjulstad.
* Benchmarks run now with both Python 2 and Python 3. Thanks to
Zoran Plesivčak.
- remove shebang of cpuinfo.py instead of setting it executable
- remove unneeded clean section
-------------------------------------------------------------------
Thu May 8 10:51:51 UTC 2014 - toddrme2178@gmail.com