Change8

v2.4.6

📦 numpyView on GitHub →
🐛 3 fixes🔧 3 symbols

Summary

NumPy 2.4.6 is a maintenance release fixing several regressions discovered in the 2.4.5 release, primarily affecting array conjugation and SVD calculations.

🐛 Bug Fixes

  • Fixed a regression in `arr.conj()` introduced in 2.4.5.
  • Fixed an issue where `np.linalg.svd(..., hermitian=True)` returned a non-unitary result.
  • Fixed an issue in NpyStringAcquireAllocator where INCREF/DECREF was incorrectly called on descr.

Affected Symbols