Skip to content

Conversation

galipremsagar
Copy link
Contributor

Description

Closes: #20290

This PR adds :

  1. Index._constructor
  2. Index.inferred_type
  3. IntervalIndex.closed_right
  4. IntervalIndex.closed_left

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@galipremsagar galipremsagar self-assigned this Oct 17, 2025
@galipremsagar galipremsagar requested a review from a team as a code owner October 17, 2025 00:26
@galipremsagar galipremsagar added the 3 - Ready for Review Ready for review by team label Oct 17, 2025
@galipremsagar galipremsagar added the improvement Improvement / enhancement to an existing function label Oct 17, 2025
@galipremsagar galipremsagar requested a review from Matt711 October 17, 2025 00:26
@galipremsagar galipremsagar added the non-breaking Non-breaking change label Oct 17, 2025
@github-actions github-actions bot added the Python Affects Python cuDF API. label Oct 17, 2025
@GPUtester GPUtester moved this to In Progress in cuDF Python Oct 17, 2025
galipremsagar and others added 7 commits October 20, 2025 12:32
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
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
@galipremsagar galipremsagar requested review from a team as code owners October 20, 2025 18:37
@github-actions github-actions bot added libcudf Affects libcudf (C++/CUDA) code. pylibcudf Issues specific to the pylibcudf package labels Oct 20, 2025
@galipremsagar
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 397a64d into rapidsai:main Oct 20, 2025
132 checks passed
@galipremsagar galipremsagar added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Oct 20, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in cuDF Python Oct 20, 2025
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.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[BUG] Index missing multiple attributes

5 participants