Version 0.58.1 (17 October 2023)
This is a maintenance release that adds support for NumPy 1.26 and fixes a bug.
NumPy Support
Support NumPy 1.26
Support for NumPy 1.26 is added.
(PR-#9227)
Bug Fixes
Fixed handling of float default arguments in inline closures
Float default arguments in inline closures would produce incorrect results since updates for Python 3.11 - these are now handled correctly again.
(PR-#9222)