Skip to content

Commit 1bb98f8

Browse files
committed
Updated Polars to 0.53.0
1 parent 7435a21 commit 1bb98f8

84 files changed

Lines changed: 2888 additions & 1372 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.25.0 (unreleased)
2+
3+
- Updated Polars to 0.53.0
4+
- Added `Float16` type
5+
- Added `compression`, `compression_level`, and `check_extension` options to `write_csv` method
6+
- Added `ignore_nulls` option to `first` and `last` methods
7+
- Added `literal` and `strict` options to `split` method for `StringExpr`
8+
- Added `mean` method to `ArrayNameSpace`
9+
- Added `slice`, `head`, and `tail` methods to `BinaryExpr` and `BinaryNameSpace`
10+
- Added `get` method to `BinaryExpr`
11+
- Added `having` method to `GroupBy` and `LazyGroupBy`
12+
113
## 0.24.0 (2026-02-04)
214

315
- Added support for Ruby 4.0

0 commit comments

Comments
 (0)