From cf015348346cb16eb753b01c2b2f1e10ccb46641 Mon Sep 17 00:00:00 2001 From: Graham Markall Date: Tue, 27 Jan 2026 22:48:57 +0000 Subject: [PATCH] Bump version to 0.25.0 - Add Python 3.14 to the wheel publishing matrix (#750) - feat: swap out internal device array usage with `StridedMemoryView` (#703) - Fix max block size computation in `forall` (#744) - Fix prologue debug line info pointing to decorator instead of def line (#746) - Fix kernel return type in DISubroutineType debug metadata (#745) - Fix missing line info in Jupyter notebooks (#742) - Fix: Pass correct flags to linker when debugging in the presence of LTOIR code (#698) - chore(deps): add cuda-pathfinder to pixi deps (#741) - fix: enable flake8-bugbear lints and fix found problems (#708) - fix: Fix race condition in CUDA Simulator (#690) - ci: run tests in parallel (#740) - feat: users can pass `shared_memory_carveout` to @cuda.jit (#642) - Fix compatibility with NumPy 2.4: np.trapz and np.in1d removed (#739) - Pass the -numba-debug flag to libnvvm (#681) - ci: remove rapids containers from conda ci (#737) - Use `pathfinder` for dynamic libraries (#308) - CI: Add CUDA 13.1 testing support (#705) - Adding `pixi run test` and `pixi run test-par` support (#724) - Disable per-PR nvmath tests + follow same test practice (#723) - chore(deps): regenerate pixi lockfile (#722) - Fix DISubprogram line number to point to function definition line (#695) - revert: chore(dev): build pixi using rattler (#713) (#719) - [feat] Initial version of the Numba CUDA GDB pretty-printer (#692) - chore(dev): build pixi using rattler (#713) - build(deps): bump the actions-monthly group across 1 directory with 8 updates (#704) --- numba_cuda/VERSION | 2 +- pixi.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/numba_cuda/VERSION b/numba_cuda/VERSION index 2094a100c..d21d277be 100644 --- a/numba_cuda/VERSION +++ b/numba_cuda/VERSION @@ -1 +1 @@ -0.24.0 +0.25.0 diff --git a/pixi.toml b/pixi.toml index fa264f1bf..94003990d 100644 --- a/pixi.toml +++ b/pixi.toml @@ -283,7 +283,7 @@ NUMBA_ENABLE_CUDASIM = "1" [package] name = "numba-cuda" -version = "0.24.0" +version = "0.25.0" [package.build] backend = { name = "pixi-build-python", version = "*" }