Accepting request 248212 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/248212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=42
This commit is contained in:
Stephan Kulow
2014-09-10 15:02:05 +00:00
committed by Git OBS Bridge
parent be91075e0c
commit 5a43e667c8
9 changed files with 82 additions and 86 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Sep 8 10:01:09 UTC 2014 - toddrme2178@gmail.com
- Update to 1.9.0
Highlights
* Numerous performance improvements in various areas, most
notably indexing and operations on small arrays are
significantly faster. Indexing operations now also release the
GIL.
* Addition of nanmedian and nanpercentile rounds out the
nanfunction set.
- Remove upstreamed numpy-double-double-le.patch
- Add numpy-1.9.0-remove-__declspec.patch
Fixes spurious warnings during build. These warnings are related
to a windows-specific function that is not built, so the patch
just removed the function.
See:
http://lists.opensuse.org/opensuse-packaging/2014-09/msg00004.html
- Added patch tag for numpy-buildfix.patch
-------------------------------------------------------------------
Mon Aug 11 10:09:38 UTC 2014 - toddrme2178@gmail.com