-
Notifications
You must be signed in to change notification settings - Fork 980
Add inferred_type
and missing IntervalIndex
properties
#20294
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
+210
−0
Conversation
This file contains hidden or 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
mroeschke
reviewed
Oct 17, 2025
mroeschke
reviewed
Oct 17, 2025
mroeschke
reviewed
Oct 17, 2025
mroeschke
requested changes
Oct 17, 2025
Co-authored-by: Matthew Roeschke <[email protected]>
…i#20253) This is useful for multi-task chunked reading since the user can pass a "template" set of options in and the tasking framework can reconstruct the options with individual source locations without laboriously having to transfer all of the options over (and remember to update when new options appear). Authors: - Lawrence Mitchell (https://github.com/wence-) Approvers: - Muhammad Haseeb (https://github.com/mhaseeb123) - Matthew Roeschke (https://github.com/mroeschke) - Paul Mattione (https://github.com/pmattione-nvidia) URL: rapidsai#20253
Authors: - Matthew Roeschke (https://github.com/mroeschke) Approvers: - Lawrence Mitchell (https://github.com/wence-) URL: rapidsai#20287
Adds a profiling guide to the C++ developer documentation, with the most commonly desired flags for `nsys profile` commands. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - David Wendt (https://github.com/davidwendt) - Paul Mattione (https://github.com/pmattione-nvidia) URL: rapidsai#20292
…ion utility (rapidsai#20283) This fixes the data generation utility used in unit tests and benchmarks, where the generated lists columns are not sanitized to cleanup the the non-empty nulls rows. Having non-empty nulls leads to a lot of non-coalesce memory read thus causing performance regression. Authors: - Nghia Truong (https://github.com/ttnghia) Approvers: - David Wendt (https://github.com/davidwendt) - Bradley Dice (https://github.com/bdice) URL: rapidsai#20283
## Description Supports rollout of new branching strategy. https://docs.rapids.ai/notices/rsn0047/ xref: rapidsai/build-planning#224
mroeschke
approved these changes
Oct 20, 2025
/merge |
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
improvement
Improvement / enhancement to an existing function
libcudf
Affects libcudf (C++/CUDA) code.
non-breaking
Non-breaking change
pylibcudf
Issues specific to the pylibcudf package
Python
Affects Python cuDF API.
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.
Description
Closes: #20290
This PR adds :
Index._constructor
Index.inferred_type
IntervalIndex.closed_right
IntervalIndex.closed_left
Checklist