Accepting request 726784 from home:TheBlackCat:branches:devel:languages:python:numeric

Update to version 1.17.1

OBS-URL: https://build.opensuse.org/request/show/726784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=32
This commit is contained in:
Tomáš Chvátal
2019-08-29 02:16:46 +00:00
committed by Git OBS Bridge
parent 90605da46c
commit 3af9bf4445
4 changed files with 35 additions and 5 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed Aug 28 15:28:24 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to version 1.17.1
* TST: Allow fuss in testing strided/non-strided exp/log loops
* BUG: avx2_scalef_ps must be static
* BUG: Remove stray print that causes a SystemError on python 3.7.
* BUG: Fix DeprecationWarning in python 3.8.
* BLD: Add missing gcd/lcm definitions to npy_math.h
* DOC, BUILD: cleanups and fix (again) 'build dist'
* TST: Add 3.8-dev to travisCI testing.
* BUG: Remove the broken clip wrapper (Backport)
* DOC: Fix hermitian argument docs in svd.
* MAINT: Workaround for Intel compiler bug leading to failing test
* TST: Clean up of test_pocketfft.py
* BUG: Make advanced indexing result on read-only subclass writeable...
* BUG: Fixed default BitGenerator name
* ENH: add c-imported modules for freeze analysis in np.random
* TST: Pin pytest version to 5.0.1
* BUG: Fix leak in the f2py-generated module init and `PyMem_Del`...
* BUG: Fix formatting error in exception message
* MAINT: random: Match type of SeedSequence.pool_size to DEFAULT_POOL_SIZE.
* BUG: Fix numpy.random bug in platform detection
* ENH: Enable huge pages in all Linux builds
* BUG: Fix segfault in `random.permutation(x)` when x is a string.
* BUG: don't fail when lexsorting some empty arrays (#14228)
* BUG: Fix misuse of .names and .fields in various places (backport...
* BUG: fix behavior of structured_to_unstructured on non-trivial...
* REL: Prepare 1.17.1 release
-------------------------------------------------------------------
Fri Jul 26 20:30:10 UTC 2019 - Todd R <toddrme2178@gmail.com>