SHA256
1
0
forked from pool/python-numpy

Accepting request 834030 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/834030
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=72
This commit is contained in:
Tomáš Chvátal
2020-09-13 17:41:57 +00:00
committed by Git OBS Bridge
parent ab79378cf9
commit 4920d2aaf4
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Sep 12 19:55:00 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 1.19.2:
* #16959: TST: Change aarch64 to arm64 in travis.yml.
* #16998: MAINT: Configure hypothesis in np.test() for
determinism,...
* #17000: BLD: pin setuptools < 49.2.0
* #17015: ENH: Add NumPy declarations to be used by Cython 3.0+
* #17125: BUG: Remove non-threadsafe sigint handling from fft
calculation
* #17243: BUG: core: fix ilp64 blas dot/vdot/... for strides > int32
max
* #17244: DOC: Use SPDX license expressions with correct license
* #17245: DOC: Fix the link to the quick-start in the old API
functions
* #17272: BUG: fix pickling of arrays larger than 2GiB
-------------------------------------------------------------------
Sat Jul 25 15:35:20 UTC 2020 - Arun Persaud <arun@gmx.de>