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

Update Polars to v0.44 #1031

Merged
merged 10 commits into from
Dec 16, 2024
Merged

Update Polars to v0.44 #1031

merged 10 commits into from
Dec 16, 2024

Conversation

philss
Copy link
Contributor

@philss philss commented Nov 29, 2024

Changes introduced in this version

  • Series.json_decode/2 cannot decode date time strings. I believe this is an unintentional regression from Polars.
  • Series.json_decode/2 is going to raise error in case it cannot decode a single entry - there is an issue about this upstream: Allow skipping non-matching schema in json_decode pola-rs/polars#19847
  • Series.covariance/2 may return nil in case covariance cannot be computed.
  • minor float precision differences.

@philss philss force-pushed the ps-update-polars-to-v0.44 branch from 5a64963 to 8a29c08 Compare December 1, 2024 22:10
@philss philss marked this pull request as ready for review December 2, 2024 22:45
@philss philss force-pushed the ps-update-polars-to-v0.44 branch from c17ad52 to da18155 Compare December 10, 2024 22:17
@philss
Copy link
Contributor Author

philss commented Dec 16, 2024

I will go ahead with this and tackle the regressions in another moment :)

@philss philss merged commit a533b3c into main Dec 16, 2024
4 checks passed
@philss philss deleted the ps-update-polars-to-v0.44 branch December 16, 2024 19:42
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.

2 participants