Version 0.63.1 (9 December 2025)¶
This is a patch release of Numba that fixes lowering for non-CPU targets: #10373.
Bug Fixes¶
Fix lowering for non-CPU targets¶
Non-CPU targets did not provide the _reload_init member in their
CodeLibrary subclasses. This is fixed by providing it in the
CodeLibrary.
Pull-Requests:
PR #10375: Fix #10373: Move _reload_init to CodeLibrary (gmarkall)
PR #10377: Cherry picks and changelog update for 0.63.1 (swap357)
Authors: