Skip to content

Bump version to 0.25.0#752

Merged
kkraus14 merged 1 commit into
NVIDIA:mainfrom
gmarkall:v0250
Jan 28, 2026
Merged

Bump version to 0.25.0#752
kkraus14 merged 1 commit into
NVIDIA:mainfrom
gmarkall:v0250

Conversation

@gmarkall

Copy link
Copy Markdown
Contributor

- Add Python 3.14 to the wheel publishing matrix (NVIDIA#750)
- feat: swap out internal device array usage with `StridedMemoryView` (NVIDIA#703)
- Fix max block size computation in `forall` (NVIDIA#744)
- Fix prologue debug line info pointing to decorator instead of def line (NVIDIA#746)
- Fix kernel return type in DISubroutineType debug metadata (NVIDIA#745)
- Fix missing line info in Jupyter notebooks (NVIDIA#742)
- Fix: Pass correct flags to linker when debugging in the presence of LTOIR code (NVIDIA#698)
- chore(deps): add cuda-pathfinder to pixi deps (NVIDIA#741)
- fix: enable flake8-bugbear lints and fix found problems (NVIDIA#708)
- fix: Fix race condition in CUDA Simulator (NVIDIA#690)
- ci: run tests in parallel (NVIDIA#740)
- feat: users can pass `shared_memory_carveout` to @cuda.jit (NVIDIA#642)
- Fix compatibility with NumPy 2.4: np.trapz and np.in1d removed (NVIDIA#739)
- Pass the -numba-debug flag to libnvvm (NVIDIA#681)
- ci: remove rapids containers from conda ci (NVIDIA#737)
- Use `pathfinder` for dynamic libraries (NVIDIA#308)
- CI: Add CUDA 13.1 testing support (NVIDIA#705)
- Adding `pixi run test` and `pixi run test-par` support (NVIDIA#724)
- Disable per-PR nvmath tests + follow same test practice (NVIDIA#723)
- chore(deps): regenerate pixi lockfile (NVIDIA#722)
- Fix DISubprogram line number to point to function definition line (NVIDIA#695)
- revert: chore(dev): build pixi using rattler (NVIDIA#713) (NVIDIA#719)
- [feat] Initial version of the Numba CUDA GDB pretty-printer (NVIDIA#692)
- chore(dev): build pixi using rattler (NVIDIA#713)
- build(deps): bump the actions-monthly group across 1 directory with 8 updates (NVIDIA#704)
@copy-pr-bot

copy-pr-bot Bot commented Jan 27, 2026

Copy link
Copy Markdown

Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@gmarkall

Copy link
Copy Markdown
Contributor Author

/ok to test

@gmarkall gmarkall added the 3 - Ready for Review Ready for review by team label Jan 27, 2026
@greptile-apps

greptile-apps Bot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

Greptile Overview

Greptile Summary

This PR bumps the version from 0.24.0 to 0.25.0 to prepare for a new release. The version number has been updated consistently across both version files (numba_cuda/VERSION and pixi.toml).

The PR description lists 25 changes included in this release, covering:

  • New features (StridedMemoryView, shared_memory_carveout, GDB pretty-printer, pathfinder integration)
  • Bug fixes (debug line info, forall block size, race conditions, numpy 2.4 compatibility)
  • CI improvements (parallel testing, Python 3.14 support, CUDA 13.1 testing)
  • Dependency updates

The version bump follows semantic versioning (minor version increment from 0.24.0 to 0.25.0), which is appropriate given the inclusion of new features alongside bug fixes.

Confidence Score: 5/5

  • This PR is safe to merge with no concerns - straightforward version bump
  • The changes are minimal and mechanical, consisting only of updating version numbers in two configuration files. Both files have been updated consistently to 0.25.0, and the changes align with the PR's stated purpose of preparing a new release.
  • No files require special attention

Important Files Changed

Filename Overview
numba_cuda/VERSION Version bumped from 0.24.0 to 0.25.0
pixi.toml Package version updated from 0.24.0 to 0.25.0 in package metadata

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@kkraus14 kkraus14 enabled auto-merge (squash) January 28, 2026 01:54
@kkraus14 kkraus14 merged commit bfa805a into NVIDIA:main Jan 28, 2026
192 of 208 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 - Ready for Review Ready for review by team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants