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

Bump rust-polars to 0.38.3 #937

Merged
merged 5 commits into from
Mar 19, 2024
Merged

Bump rust-polars to 0.38.3 #937

merged 5 commits into from
Mar 19, 2024

Conversation

etiennebacher
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@eitsupi eitsupi left a comment

Choose a reason for hiding this comment

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

Thanks for working on this!

Merge as it seems to have passed the tests.

#' )
ExprDT_replace_time_zone = function(tz, ambiguous = "raise") {
ExprDT_replace_time_zone = function(tz, ambiguous = "raise", non_existent = "raise") {
Copy link
Collaborator

Choose a reason for hiding this comment

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

TODO: rename arguments

Copy link
Collaborator

Choose a reason for hiding this comment

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

I will fix in #944

@eitsupi eitsupi marked this pull request as ready for review March 19, 2024 11:01
@eitsupi eitsupi merged commit caf1195 into main Mar 19, 2024
35 checks passed
@eitsupi eitsupi deleted the rust-polars-0.38.3 branch March 19, 2024 11:01
- rust-polars is updated to 0.38.3 (#937).
- New argument `non_existent` in `$replace_time_zone()` to specify what should
happen when a datetime doesn't exist.
- In rolling aggregation functions (such as `$rolling_mean()`), the default
Copy link
Collaborator

Choose a reason for hiding this comment

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

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