forked from pool/python-numpy
- limit to Cython < 3
* Change to a non-deprecated function from hypothesis. * Ignore DeprecationWarning from pkg_resources. - changes from version 1.22.2 (CVE-2021-41495, bsc#1193911): * Support Python >= 3.9.8 changes. - update to 1.21.0 (bsc#1193913, CVE-2021-33430, bsc#1193907, CVE-2021-41496): * BUG: Fix failing mypy test in 1.20.x. * BUG: Fix small issues found with pytest-leaks * Annotations for NumPy functions. This work is ongoing and * Wider use of SIMD to increase execution speed of ufuncs. Much work has been done in introducing universal functions that will ease use of modern features across different hardware * Preliminary work in changing the dtype and casting implementations in order to provide an easier path to extending dtypes. This work is ongoing but enough has been * Extensive documentation improvements comprising some 185 PR merges. This work is ongoing and part of the larger project to * Further cleanups related to removing Python 2.7. This improves - Fix hpc for multiflavors (needs gh#openSUSE/hpc#3) - update to version 1.17.3 (bsc#1149203, jsc#SLE-8532): when either ``stable`` or ``mergesort`` is passed as the method. - Update to version 1.16.1 (jsc#SLE-8532, bsc#1149203): * This Fixes CVE-2019-6446 and obsoletes * CVE-2019-6446_numpy_load.patch in older dists (bsc#1122208) - add s390 to the ifarch conditional to build without openblas Numpy assumes either libblas.so or libcblas.so to contain all CBLAS and BLAS functions. However the cblas-devel in Leap and Tumbleweed * gh-5231: fix build in c99 mode * Numerous performance improvements in various areas, most OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=139
This commit is contained in:
parent
10d8d19460
commit
a4d2c5710d
@ -303,7 +303,7 @@ Fri Sep 30 23:43:53 UTC 2022 - Arun Persaud <arun@gmx.de>
|
|||||||
* #21148: BUG,ENH: np._from_dlpack: export arrays with any strided
|
* #21148: BUG,ENH: np._from_dlpack: export arrays with any strided
|
||||||
size-1...
|
size-1...
|
||||||
|
|
||||||
- changes from version 1.22.2:
|
- changes from version 1.22.2 (CVE-2021-41495, bsc#1193911):
|
||||||
* #20842: BLD: Add NPY_DISABLE_SVML env var to opt out of SVML
|
* #20842: BLD: Add NPY_DISABLE_SVML env var to opt out of SVML
|
||||||
* #20843: BUG: Fix build of third party extensions with
|
* #20843: BUG: Fix build of third party extensions with
|
||||||
Py_LIMITED_API
|
Py_LIMITED_API
|
||||||
@ -506,7 +506,8 @@ Fri Jul 16 15:14:36 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 7 08:24:03 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
Wed Jul 7 08:24:03 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
- update to 1.21.0:
|
- update to 1.21.0 (bsc#1193913, CVE-2021-33430, bsc#1193907,
|
||||||
|
CVE-2021-41496):
|
||||||
* DEP: Deprecate data_type.dtype if attribute is not already...
|
* DEP: Deprecate data_type.dtype if attribute is not already...
|
||||||
* ENH: Implement faster keyword argument parsing capable of METH_FASTCALL
|
* ENH: Implement faster keyword argument parsing capable of METH_FASTCALL
|
||||||
* ENH: Optimize and cleanup ufunc calls and ufunc CheckOverrides
|
* ENH: Optimize and cleanup ufunc calls and ufunc CheckOverrides
|
||||||
@ -2051,7 +2052,7 @@ Tue Oct 29 09:57:08 UTC 2019 - Andreas Schwab <schwab@suse.de>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 19 17:04:18 UTC 2019 - Arun Persaud <arun@gmx.de>
|
Sat Oct 19 17:04:18 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
- update to version 1.17.3:
|
- update to version 1.17.3 (bsc#1149203, jsc#SLE-8532):
|
||||||
* #14456: MAINT: clean up pocketfft modules inside numpy.fft
|
* #14456: MAINT: clean up pocketfft modules inside numpy.fft
|
||||||
namespace.
|
namespace.
|
||||||
* #14463: BUG: random.hypergeometic assumes npy_long is npy_int64,
|
* #14463: BUG: random.hypergeometic assumes npy_long is npy_int64,
|
||||||
@ -2247,7 +2248,9 @@ Tue Feb 19 12:52:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 5 22:14:25 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Tue Feb 5 22:14:25 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
- Update to version 1.16.1
|
- Update to version 1.16.1 (jsc#SLE-8532, bsc#1149203):
|
||||||
|
* This Fixes CVE-2019-6446 and obsoletes
|
||||||
|
* CVE-2019-6446_numpy_load.patch in older dists (bsc#1122208)
|
||||||
Changes documented in release notes:
|
Changes documented in release notes:
|
||||||
https://github.com/numpy/numpy/blob/master/doc/release/1.16.1-notes.rst
|
https://github.com/numpy/numpy/blob/master/doc/release/1.16.1-notes.rst
|
||||||
- Update to version 1.16.0
|
- Update to version 1.16.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user