Skip to content

Commit

Permalink
Updated Polars to 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 23, 2024
1 parent 3ac0cab commit 5dc47cb
Show file tree
Hide file tree
Showing 58 changed files with 2,153 additions and 2,309 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## 0.11.1 (unreleased)
## 0.12.0 (unreleased)

- Updated Polars to 0.41.0
- Improved `struct` method
- Aliased `melt` to `unpivot` for `DataFrame` and `LazyFrame`
- Changed signature of `pivot` and `melt` methods
- Changed signature of `date_range` and `date_ranges` methods
- Removed `explode` method from `StringExpr` (use `split("").explode` instead)
- Removed `set_ordering` method from `CatExpr`

## 0.11.0 (2024-06-02)

Expand Down
Loading

0 comments on commit 5dc47cb

Please sign in to comment.