v2.3.2
📦 numpyView on GitHub →
✨ 1 features🐛 9 fixes🔧 3 symbols
Summary
NumPy 2.3.2 is a patch release containing numerous bug fixes and maintenance updates, including support for Python 3.14.0rc1 wheels and updates to underlying libraries like PyPy and OpenBLAS.
✨ New Features
- Wheels are now available for Python 3.14.0rc1.
🐛 Bug Fixes
- Fixed a fencepost error in StringDType internals.
- Handled a case in mapiter where descriptors might get replaced.
- Fixed a shape error path in array-interface.
- Allowed reading non-npy files in npz and added a corresponding test.
- Fixed a reference leakage for output arrays in reduction functions.
- Fixed a casting issue in center, ljust, rjust, and zfill functions.
- Fixed overloads in `np.char.array` and `np.char.asarray`.
- Ensured that Any dtype calls `square` on `arr ** 2`.
- Fixed a datetime/timedelta hash memory leak.
🔧 Affected Symbols
np.char.arraynp.char.asarrayStringDType