-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
refactor(rust, python): Rename kwarg reverse to descending #6914
Conversation
605f1c5
to
272d5bc
Compare
Ok, I am nearly there, but getting stuck with (python) |
Adding the |
All good now. This PR is probably merge conflict prone, but happy to fix once we decide to merge all the breaking stuff in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really clean 👍 I think this can be merged!
Can you do a rebase? I have touched reverse #7021 |
And a great improvement! |
Amend previous commit Update Revert Fix Rust lint errors Fix bugs Use deprecated_alias Fix more
a68f1fa
to
47e7afd
Compare
I'm going to merge this before it gathers any more conflicts. Thanks @zundertj ! |
Resolved pola-rs#7182. I think this is due to the decorator on reverse => descending kwarg introduced in pola-rs#6914.
This will trigger a lot of deprecation warnings in Python, and possibly errors on the Rust side.
Closes #5429.