Skip to content

Commit

Permalink
Updated Polars to 0.39.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Apr 17, 2024
1 parent 65cdcd7 commit dd0951e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.10.0 (unreleased)

- Updated Polars to 0.39.1
- Updated Polars to 0.39.2
- Added support for writing JSON to string
- Added support for writing Parquet to `StringIO`
- Added support for cross joins
Expand Down
66 changes: 33 additions & 33 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions ext/polars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ ahash = "0.8"
chrono = "0.4"
either = "1.8"
magnus = "0.6"
polars-core = "=0.39.1"
polars-parquet = "=0.39.1"
polars-utils = "=0.39.1"
polars-core = "=0.39.2"
polars-parquet = "=0.39.2"
polars-utils = "=0.39.2"
serde_json = "1"
smartstring = "1"

[dependencies.polars]
version = "=0.39.1"
version = "=0.39.2"
features = [
"abs",
"approx_unique",
Expand Down

0 comments on commit dd0951e

Please sign in to comment.