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

Forward-merge branch-24.08 to branch-24.10 #16813

Open
wants to merge 10 commits into
base: branch-24.10
Choose a base branch
from

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Sep 17, 2024

Manual forward merge from 24.08 to 24.10. This PR should not be squashed.

wence- and others added 2 commits September 16, 2024 20:17
This is the changes that will be in the cudf-polars point release.

---------

Co-authored-by: Thomas Li <[email protected]>
Co-authored-by: David Wendt <[email protected]>
Co-authored-by: brandon-b-miller <[email protected]>
Co-authored-by: Vyas Ramasubramani <[email protected]>
Co-authored-by: brandon-b-miller <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Manas Singh <[email protected]>
Co-authored-by: Manas Singh <[email protected]>
@bdice bdice added the improvement Improvement / enhancement to an existing function label Sep 17, 2024
@bdice bdice requested a review from a team as a code owner September 17, 2024 00:52
@bdice bdice added the non-breaking Non-breaking change label Sep 17, 2024
@bdice bdice requested review from a team as code owners September 17, 2024 00:52
@github-actions github-actions bot added Python Affects Python cuDF API. CMake CMake build issue cudf.polars Issues specific to cudf.polars labels Sep 17, 2024
@@ -43,6 +47,9 @@ python -m pip install \
"$(echo ./dist/libcudf_${RAPIDS_PY_CUDA_SUFFIX}*.whl)" \
"$(echo ./dist/pylibcudf_${RAPIDS_PY_CUDA_SUFFIX}*.whl)"

rapids-logger "Pin to 1.7.0 Temporarily"
Copy link
Contributor

Choose a reason for hiding this comment

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

this can be removed now

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I would do those changes in a follow-up PR where we unpin and also change the xfail/xpass status of that one test we discussed.

python -m pip install $(echo ./dist/cudf_polars*.whl)

# TAG=$(python -c 'import polars; print(f"py-{polars.__version__}")')
TAG="py-1.7.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

this should be removed now and the above line uncommented

@bdice bdice mentioned this pull request Sep 17, 2024
3 tasks
Copy link
Contributor

@wence- wence- left a comment

Choose a reason for hiding this comment

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

Thanks @bdice, I think the failures can be fixed by my suggestions, will try it out.

python/cudf_polars/cudf_polars/dsl/translate.py Outdated Show resolved Hide resolved
ci/test_cudf_polars_polars_tests.sh Outdated Show resolved Hide resolved
@bdice
Copy link
Contributor Author

bdice commented Sep 19, 2024

Oh, more merge conflicts! I'll resolve again.

@bdice
Copy link
Contributor Author

bdice commented Sep 19, 2024

@mroeschke Can you please let this PR go through before merging any more pylibcudf changes?

Or should we run CI locally on this and admin-merge it to avoid further delay?

cc: @wence- @vyasr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake CMake build issue cudf.polars Issues specific to cudf.polars improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants