-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat!: move to the latest polars #1117
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This includes a fix for a critical bug that affects other updates, so I will merge for now. |
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.
This includes a fix for a critical bug that affects other updates, so I will merge for now.
I'm ok with that, I'll have little time to dedicate to polars
in the next week or so, so feel free to merge before approval for other PRs too if they are important.
I'm just adding some comments that you can fix in future PRs.
Part of #1108, fix the panic from
polars::pl$select(list(list(list(1))))
.It contains breaking changes.