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``. (`PR-#10375 `__) 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: * `gmarkall `_ * `swap357 `_