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:
parent
90605da46c
commit
3af9bf4445
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:951fefe2fb73f84c620bec4e001e80a80ddaa1b84dce244ded7f1e0cbe0ed34a
|
||||
size 6486301
|
3
numpy-1.17.1.zip
Normal file
3
numpy-1.17.1.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f11331530f0eff69a758d62c2461cd98cdc2eae0147279d8fc86e0464eb7e8ca
|
||||
size 6491116
|
@ -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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
|
||||
%define _ver 1_17_0
|
||||
%define _ver 1_17_1
|
||||
%define pname python-numpy
|
||||
|
||||
%bcond_with ringdisabled
|
||||
@ -78,7 +78,7 @@ ExclusiveArch: do_not_build
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: %{package_name}
|
||||
Version: 1.17.0
|
||||
Version: 1.17.1
|
||||
Release: 0
|
||||
Summary: NumPy array processing for numbers, strings, records and objects
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user