Skip to content

Commit 81dacb6

Browse files
committed
docs(news): polish news
1 parent dd9c33b commit 81dacb6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## polars 1.6.0
44

5+
This is an update that corresponds to Python Polars 1.35.2.
6+
7+
As of this version, this package depends on `{S7}`.
8+
The newly added `QueryOptFlags` object is an S7 object.
9+
510
### Deprecations
611

712
- The following arguments of certain LazyFrame methods, which were previously used for query optimization,
@@ -52,6 +57,10 @@
5257
- New method `<expr>$is_close()` (#1637).
5358
- New methods `<group_by>$len()` and `<lazy_group_by>$len()` (#1638).
5459

60+
### Bug fixes
61+
62+
- Bump Rust Polars to py-1.35.2 (#1636).
63+
5564
## polars 1.5.0
5665

5766
This is an update that corresponds to Python Polars 1.35.1.

0 commit comments

Comments
 (0)