Skip to content

Conversation

@alexbarghi-nv
Copy link
Member

@alexbarghi-nv alexbarghi-nv commented Nov 14, 2025

Updates pylibcugraph to support different temporal comparisons (i.e. >=, <, <=, >, last).

@alexbarghi-nv alexbarghi-nv changed the base branch from main to branch-25.12 November 18, 2025 18:10
@alexbarghi-nv alexbarghi-nv requested review from a team as code owners November 18, 2025 18:10
@alexbarghi-nv alexbarghi-nv requested review from AyodeAwe and BradReesWork and removed request for a team November 18, 2025 18:10
@alexbarghi-nv alexbarghi-nv changed the base branch from branch-25.12 to release/25.12 November 18, 2025 18:11
@alexbarghi-nv alexbarghi-nv removed request for a team and AyodeAwe November 18, 2025 18:12
Copy link
Contributor

@rlratzel rlratzel left a comment

Choose a reason for hiding this comment

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

Can you add at least one test that uses the new arguments?

Also, is using strings >, <, etc. as the arg value a common convention that is already familiar to callers? Otherwise, it seems like it would be much more self-documenting to take strings like "strictly_increasing", "monotonically_decreasing", etc. (or some abbreviation of those).

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION.
# SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION.
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this is supposed to be indented?

@alexbarghi-nv
Copy link
Member Author

I think that's fair, I'll add a test and change the argument names.

Copy link
Contributor

@rlratzel rlratzel left a comment

Choose a reason for hiding this comment

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

Thanks

@alexbarghi-nv
Copy link
Member Author

/merge

2 similar comments
@rockhowse
Copy link
Contributor

/merge

@AyodeAwe
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit b7d1cd9 into rapidsai:release/25.12 Nov 20, 2025
96 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature request New feature or request non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants