538c692a创建于 2024年8月6日历史提交

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](https://github.com/numba/numba/pull/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](https://github.com/numba/numba/pull/9222))

Pull-Requests
  • PR #9220: Support passing arbitrary flags to NVVM (gmarkall)
  • PR #9227: Support NumPy 1.26 (PR aimed at review / merge) (Tialo gmarkall)
  • PR #9228: Fix #9222 - Don't replace . with _ in func arg names in inline closures (gmarkall)

Authors


* [gmarkall](https://github.com/gmarkall)
* [Tialo](https://github.com/Tialo)