Bump numpy from 1.21.6 to 1.23.1
Bumps numpy from 1.21.6 to 1.23.1.
Release notes
Sourced from numpy's releases.
v1.23.1
NumPy 1.23.1 Release Notes
The NumPy 1.23.1 is a maintenance release that fixes bugs discovered after the 1.23.0 release. Notable fixes are:
- Fix searchsorted for float16 NaNs
- Fix compilation on Apple M1
- Fix KeyError in crackfortran operator support (Slycot)
The Python version supported for this release are 3.8-3.10.
Contributors
A total of 7 people contributed to this release. People with a "+" by their names contributed a patch for the first time.
- Charles Harris
- Matthias Koeppe +
- Pranab Das +
- Rohit Goswami
- Sebastian Berg
- Serge Guelton
- Srimukh Sripada +
Pull requests merged
A total of 8 pull requests were merged for this release.
- #21866: BUG: Fix discovered MachAr (still used within valgrind)
- #21867: BUG: Handle NaNs correctly for float16 during sorting
- #21868: BUG: Use
keepdims
during normalization innp.average
and...- #21869: DOC: mention changes to
max_rows
behaviour innp.loadtxt
- #21870: BUG: Reject non integer array-likes with size 1 in delete
- #21949: BLD: Make can_link_svml return False for 32bit builds on x86_64
- #21951: BUG: Reorder extern "C" to only apply to function declarations...
- #21952: BUG: Fix KeyError in crackfortran operator support
Checksums
MD5
79f0d8c114f282b834b49209d6955f98 numpy-1.23.1-cp310-cp310-macosx_10_9_x86_64.whl 42a89a88ef26b768e8933ce46b1cc2bd numpy-1.23.1-cp310-cp310-macosx_11_0_arm64.whl 1c1d68b3483eaf99b9a3583c8ac8bf47 numpy-1.23.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 9d3e9f7f9b3dce6cf15209e4f25f346e numpy-1.23.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl a9afb7c34b48d08fc50427ae6516b42d numpy-1.23.1-cp310-cp310-win32.whl a0e02823883bdfcec49309e108f65e13 numpy-1.23.1-cp310-cp310-win_amd64.whl f40cdf4ec7bb0cf31a90a4fa294323c2 numpy-1.23.1-cp38-cp38-macosx_10_9_x86_64.whl 80115a959f0fe30d6c401b2650a61c70 numpy-1.23.1-cp38-cp38-macosx_11_0_arm64.whl
... (truncated)
Commits
-
1f82da7
Merge pull request #21953 from charris/prepare-for-1.23.1 -
d196400
REL: Prepare for the NumPy 1.23.1 release. -
84c1841
Merge pull request #21949 from charris/backport-21896 -
3111958
Merge pull request #21951 from charris/backport-21946 -
72638fb
Merge pull request #21952 from charris/backport-21890 -
a79221d
BUG: Fix KeyError in crackfortran operator support -
207c17e
Reorder extern "C" to only apply to function declarations in npy_math.h -
8ccaa24
numpy/core/setup.py (can_link_svml): Return False for 32bit builds on x86_64 -
00f59f6
Merge pull request #21870 from charris/backport-21857 -
4d10795
Merge pull request #21866 from charris/backport-21815 - Additional commits viewable in compare view