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

feat: Bump rust-polars to 0.36.2 #659

Merged
merged 18 commits into from
Jan 4, 2024
Merged

feat: Bump rust-polars to 0.36.2 #659

merged 18 commits into from
Jan 4, 2024

Conversation

etiennebacher
Copy link
Collaborator

https://github.com/pola-rs/polars/releases/tag/rs-0.36.2

We updated most things in the previous bump to unreleased 2023-12-25. The main change here is the renaming of Utf8 to String

@@ -73,7 +73,7 @@ impl RPolarsDataType {
"Float32" | "float32" | "double" => pl::DataType::Float32,
"Float64" | "float64" => pl::DataType::Float64,

"String" | "character" => pl::DataType::String,
"Utf8" | "String" | "character" => pl::DataType::String,
Copy link
Collaborator

Choose a reason for hiding this comment

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

I was just getting started on this too. I think we can leave Utf8 as an alias, as py-polars does the same thing.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, we should keep an alias but I guess docs should be updated to prefer "String" instead

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Go ahead if you want, let me know when I can jump in ;)

@eitsupi
Copy link
Collaborator

eitsupi commented Jan 3, 2024

I think I passed all the tests.

I'm going to bed now, so I won't update any more. It would be helpful if you could update the documentation etc.

@etiennebacher
Copy link
Collaborator Author

@eitsupi I think it's good to go. There are no breaking changes here, so I think we could release 0.12.1 so that we don't get two rust-polars updates in one release

@eitsupi eitsupi marked this pull request as ready for review January 4, 2024 01:00
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.

Yes, let's create a new release!

@eitsupi eitsupi changed the title Bump rust-polars to 0.36 feat: Bump rust-polars to 0.36.2 Jan 4, 2024
@eitsupi eitsupi merged commit 2f631e4 into main Jan 4, 2024
23 checks passed
@eitsupi eitsupi deleted the rust-polars-0.36 branch January 4, 2024 01:03
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