SHA256
1
0
forked from pool/python-numpy

Accepting request 244202 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/244202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=40
This commit is contained in:
2014-08-13 15:19:54 +00:00
committed by Git OBS Bridge
parent 631b05e826
commit be91075e0c
6 changed files with 77 additions and 40 deletions

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Aug 11 10:09:38 UTC 2014 - toddrme2178@gmail.com
- Update to 1.8.2: Bugfix release
* gh-4836: partition produces wrong results for multiple selections in equal ranges
* gh-4656: Make fftpack._raw_fft threadsafe
* gh-4628: incorrect argument order to _copyto in in np.nanmax, np.nanmin
* gh-4642: Hold GIL for converting dtypes types with fields
* gh-4733: fix np.linalg.svd(b, compute_uv=False)
* gh-4853: avoid unaligned simd load on reductions on i386
* gh-4722: Fix seg fault converting empty string to object
* gh-4613: Fix lack of NULL check in array_richcompare
* gh-4774: avoid unaligned access for strided byteswap
* gh-650: Prevent division by zero when creating arrays from some buffers
* gh-4602: ifort has issues with optimization flag O2, use O1
- Switch to pypi download location
- Changed Url to current home page
- Minor spec file cleanups
-------------------------------------------------------------------
Mon Apr 14 05:24:31 UTC 2014 - arun@gmx.de