From ad46d677c9bfb61e5981f78417a6b48a70d2abd50815e0575a2fb6ffcd6edc92 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 6 Dec 2021 08:39:03 +0000 Subject: [PATCH] Accepting request 935924 from home:Guillaume_G:branches:devel:languages:python:numeric Add missing version update in changelog OBS-URL: https://build.opensuse.org/request/show/935924 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=103 --- python-numpy.changes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/python-numpy.changes b/python-numpy.changes index 058d77e..8d4fea5 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -6,6 +6,25 @@ Sun Dec 5 07:26:13 UTC 2021 - Matej Cepl ------------------------------------------------------------------- Fri Dec 3 10:54:01 UTC 2021 - Guillaume GARDET +- Update to 1.21.4: + * #20278: BUG: Fix shadowed reference of dtype in type stub + * #20293: BUG: Fix headers for universal2 builds + * #20294: BUG: VOID_nonzero could sometimes mutate alignment flag + * #20295: BUG: Do not use nonzero fastpath on unaligned arrays + * #20296: BUG: Distutils patch to allow for 2 as a minor version (!) + * #20297: BUG, SIMD: Fix 64-bit/8-bit integer division by a scalar + * #20298: BUG, SIMD: Workaround broadcasting SIMD 64-bit integers on MSVC... + * #20300: REL: Prepare for the NumPy 1.21.4 release. + * #20302: TST: Fix a Arrayterator typing test failure +- Release to 1.21.3: + * #19745: ENH: Add dtype-support to 3 `generic/ndarray methods + * #19955: BUG: Resolve Divide by Zero on Apple silicon + test failures... + * #19958: MAINT: Mark type-check-only ufunc subclasses as ufunc aliases... + * #19994: BUG: np.tan(np.inf) test failure + * #20080: BUG: Correct incorrect advance in PCG with emulated int128 + * #20081: BUG: Fix NaT handling in the PyArray_CompareFunc for datetime... + * #20082: DOC: Ensure that we add documentation also as to the dict for... + * #20106: BUG: core: result_type(0, np.timedelta64(4)) would seg. fault. - Add patch to fix aarch64 support: * numpy-fix-cpu_asimdfhm.patch