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.1 #872

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Breaking changes due to Rust-polars update

- rust-polars is updated to 0.38.0 (#865).
- rust-polars is updated to 0.38.1 (#865, #872).
- in `$pivot()`, arguments `aggregate_function`, `maintain_order`,
`sort_columns` and `separator` must be named. Values that are passed
by position are ignored.
Expand Down
64 changes: 32 additions & 32 deletions src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ serde_json = "*"
smartstring = "1.0.1"
state = "0.6.0"
thiserror = "1.0.57"
polars-core = { git = "https://github.com/pola-rs/polars.git", rev = "36d3b7c9570dd51f09a4c7164efdb22514a7ece8", default-features = false }
polars-lazy = { git = "https://github.com/pola-rs/polars.git", rev = "36d3b7c9570dd51f09a4c7164efdb22514a7ece8", default-features = false }
polars-core = { git = "https://github.com/pola-rs/polars.git", rev = "a199ed57898343dc033e52132e8dfbc6f5ab09e0", default-features = false }
polars-lazy = { git = "https://github.com/pola-rs/polars.git", rev = "a199ed57898343dc033e52132e8dfbc6f5ab09e0", default-features = false }
either = "1"
#features copied from node-polars

Expand Down Expand Up @@ -153,4 +153,4 @@ features = [
"zip_with",
]
git = "https://github.com/pola-rs/polars.git"
rev = "36d3b7c9570dd51f09a4c7164efdb22514a7ece8"
rev = "a199ed57898343dc033e52132e8dfbc6f5ab09e0"
Loading