Skip to content
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

Port #86 to main: Fix find_spec for old finders that don't implement it. #92

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

gmarkall
Copy link
Collaborator

In addition to porting #86 to main, this also bumps the version to 0.1.0, an incremement in the minor version rather than increasing the patch version as we had been doing before.

From now on, the expectation is that each new release will generally increment the minor version, so that patch releases are possible for minor versions without introducing a fourth version number component, as we had to do with v0.0.17.1 (because cuDF was pinned to numba-cuda < 0.0.18).

vyasr and others added 2 commits December 18, 2024 10:04
This increments the minor version rather than the patch version. From
now on, each new release will generally increment the minor version, so
that patch releases are possible for minor versions without introducing
a fourth version number component, as we had to do with v0.0.17.1
(because cuDF was pinned to numba-cuda < 0.0.18).
@gmarkall gmarkall requested a review from vyasr December 18, 2024 10:05
@gmarkall gmarkall added 2 - In Progress Currently a work in progress 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Dec 18, 2024
@gmarkall gmarkall added 5 - Ready to merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Dec 18, 2024
@gmarkall gmarkall merged commit a2652af into NVIDIA:main Dec 18, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to merge Testing and reviews complete, ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants