-
Notifications
You must be signed in to change notification settings - Fork 55
dev: update numba-cuda version #635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
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. |
|
/ok to test |
| [package] | ||
| name = "numba-cuda" | ||
| version = "0.20.1" | ||
| version = "0.22.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way to get this from numba_cuda/VERSION so it doesn't need a separate update?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, no. We should just create a version bumping script that does it for all the files we care about containing the correct version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a number of tools that do this quite well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prefix-dev/pixi#2946 is the upstream pixi issue.
Greptile OverviewGreptile SummaryUpdated numba-cuda version from 0.20.1 to 0.22.0 in Key changes:
Impact:
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Pixi as pixi.toml
participant Lock as pixi.lock
participant Build as Build System
participant Pkg as Package Metadata
Dev->>Pixi: Update version 0.20.1 → 0.22.0
Note over Pixi: [package] version = "0.22.0"
Dev->>Build: Run pixi lock/update
Build->>Pkg: Read package metadata
Pkg-->>Build: Return dependencies & constraints
Build->>Lock: Regenerate lockfile
Note over Lock: Update build hashes for all environments<br/>(py310-py313, cu12.0-cu13.0, all platforms)
Lock-->>Lock: Add target_platform variants
Lock-->>Lock: Remove explicit subdir fields
Lock-->>Build: Lockfile updated
Build-->>Dev: Version synchronized across 16+ environments
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, no comments
|
I will do the dependency version updates in a separate PR, and just include the numba-cuda update here. |
|
/ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, no comments
|
/ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, no comments
Update project version
Summary
Changes