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

fix: bump rust polars to 0.39.1 #1042

Merged
merged 2 commits into from
Apr 16, 2024
Merged

fix: bump rust polars to 0.39.1 #1042

merged 2 commits into from
Apr 16, 2024

Conversation

eitsupi
Copy link
Collaborator

@eitsupi eitsupi commented Apr 16, 2024

No description provided.

Copy link
Collaborator

@etiennebacher etiennebacher left a comment

Choose a reason for hiding this comment

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

Thanks, I'm fine with releasing 0.16.1 right away since this patch release fixes an important perf regression

# list(floats = c(2, 1, NA_real_))
# )
test_that("arr$max and arr$min", {
skip_if_not(polars_info()$features$nightly)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we had this flag because it used to panick but I don't think it's needed anymore?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good point.
I think this could have been a bug of rustc (pola-rs/polars#14359 (comment)), but it is worth seeing if it works with the current latest release.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It seems working.

@eitsupi eitsupi merged commit 2d8d0e5 into main Apr 16, 2024
25 checks passed
@eitsupi eitsupi deleted the polars-0.39.1 branch April 16, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants