Skip to content

Remove versioneer to instead manually bump version #307

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

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

vzhurba01
Copy link
Collaborator

Close #233.

Use manually bump'd versions instead of a versions produced through git tags. Many alternatives to versioneer leverage git tags but that style of approach is incompatible with cuda-python's current development workflow.

Furthermore, using manual version bumps for cuda.bindings would also align with cuda.core. Since both sub-packages have independent release cadence, manual version bumps prevent these two packages from stepping on each other toes when a new release tag for either project is created.

@vzhurba01 vzhurba01 added P0 High priority - Must do! packaging Anything related to wheels or Conda packages cuda.bindings Everything related to the cuda.bindings module labels Dec 16, 2024
@vzhurba01 vzhurba01 self-assigned this Dec 16, 2024
Copy link
Contributor

copy-pr-bot bot commented Dec 16, 2024

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@vzhurba01
Copy link
Collaborator Author

/ok to test

@vzhurba01 vzhurba01 changed the title Remove versioneer to instead manually bump version Draft: Remove versioneer to instead manually bump version Dec 16, 2024
@leofang

This comment was marked as resolved.

@vzhurba01
Copy link
Collaborator Author

/ok to test

@vzhurba01
Copy link
Collaborator Author

/ok to test

@vzhurba01 vzhurba01 changed the title Draft: Remove versioneer to instead manually bump version Remove versioneer to instead manually bump version Dec 16, 2024
Copy link
Member

@leofang leofang left a comment

Choose a reason for hiding this comment

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

Nice! Thanks, Vlad!

@vzhurba01 vzhurba01 merged commit 72f8dac into NVIDIA:main Dec 17, 2024
30 checks passed
@leofang leofang added the to-be-backported Trigger the bot to raise a backport PR upon merge label Jan 4, 2025
Copy link

github-actions bot commented Jan 4, 2025

Backport failed for 11.8.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin 11.8.x
git worktree add -d .worktree/backport-307-to-11.8.x origin/11.8.x
cd .worktree/backport-307-to-11.8.x
git switch --create backport-307-to-11.8.x
git cherry-pick -x 0dd741ec4adf7e1a5eff3b481900dec6f009cef1 e58e2f4a924f9f5b28f6edcf899ef113ad24f39d bfa2bc6df45216f41ae97d91612db54418c6edba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda.bindings Everything related to the cuda.bindings module P0 High priority - Must do! packaging Anything related to wheels or Conda packages to-be-backported Trigger the bot to raise a backport PR upon merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get rid of versioneer from cuda-bindings
2 participants