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
This commit is contained in:
Matej Cepl 2021-12-06 08:39:03 +00:00 committed by Git OBS Bridge
parent ba52966c67
commit ad46d677c9

View File

@ -6,6 +6,25 @@ Sun Dec 5 07:26:13 UTC 2021 - Matej Cepl <mcepl@suse.com>
-------------------------------------------------------------------
Fri Dec 3 10:54:01 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- 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