NumPy 2.xx.x Release Notes#
Highlights#
We’ll choose highlights for this release near the end of the release cycle.
Performance improvements and changes#
numpy.save
now uses pickle protocol version 4 for saving arrays with object dtype, which allows for pickle objects larger than 4GB and improves saving speed by about 5% for large arrays.
(gh-26388)