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:

Authors: