Skip to content

Commit

Permalink
Updated Polars to 0.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Mar 1, 2024
1 parent 214cbdf commit 6a521b5
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.9.0 (unreleased)

- Updated Polars to 0.38.0
- Updated Polars to 0.38.1
- Added `Enum` type
- Added `sink_ipc`, `sink_csv`, and `sink_ndjson` methods to `LazyFrame`
- Added `replace` method to `Series` and `Expr`
Expand Down
74 changes: 37 additions & 37 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.38.0"
polars-parquet = "=0.38.0"
polars-utils = "=0.38.0"
polars-core = "=0.38.1"
polars-parquet = "=0.38.1"
polars-utils = "=0.38.1"
serde_json = "1"
smartstring = "1"

[dependencies.polars]
version = "=0.38.0"
version = "=0.38.1"
features = [
"abs",
"approx_unique",
Expand Down

0 comments on commit 6a521b5

Please sign in to comment.