-
Notifications
You must be signed in to change notification settings - Fork 533
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
Update to Cython 3.0.0 #5506
Merged
Merged
Update to Cython 3.0.0 #5506
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vyasr
added
2 - In Progress
Currenty a work in progress
Cython / Python
Cython or Python issue
improvement
Improvement / enhancement to an existing function
breaking
Breaking change
labels
Jul 18, 2023
github-actions
bot
added
conda
conda issue
and removed
Cython / Python
Cython or Python issue
labels
Jul 18, 2023
vyasr
added
3 - Ready for Review
Ready for review by team
and removed
2 - In Progress
Currenty a work in progress
conda
conda issue
CMake
CUDA/C++
ci
labels
Jul 27, 2023
This PR pins `dask` & `distributed` to `2023.7.1` version for `23.08` release. xref: rapidsai/cudf#13802 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Ray Douglass (https://github.com/raydouglass) - Dante Gama Dessavre (https://github.com/dantegd) - Peter Andreas Entschev (https://github.com/pentschev) URL: rapidsai#5541
Answers rapidsai#5422 Authors: - Victor Lafargue (https://github.com/viclafargue) - Dante Gama Dessavre (https://github.com/dantegd) - Simon Adorf (https://github.com/csadorf) Approvers: - Simon Adorf (https://github.com/csadorf) - William Hicks (https://github.com/wphicks) - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#5490
…5545) Fixes a missing dependency for the kmeans_mnmg_demo notebook. Authors: - Taurean Dyer (https://github.com/taureandyernv) - Dante Gama Dessavre (https://github.com/dantegd) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) - Ray Douglass (https://github.com/raydouglass) URL: rapidsai#5545
raydouglass
approved these changes
Aug 4, 2023
dantegd
approved these changes
Aug 7, 2023
/merge |
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
breaking
Breaking change
ci
conda
conda issue
CUDA/C++
Cython / Python
Cython or Python issue
improvement
Improvement / enhancement to an existing function
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the minimal set of changes to compile using Cython 3 without warnings. Future PRs can be made to take advantage of new or improved features.
There are only a few small changes needed for this to work. There are still numerous warnings coming from cuda-python that we expect to be fixed in an upcoming cuda-python release.