We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9c33b commit 81dacb6Copy full SHA for 81dacb6
NEWS.md
@@ -2,6 +2,11 @@
2
3
## polars 1.6.0
4
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
10
### Deprecations
11
12
- The following arguments of certain LazyFrame methods, which were previously used for query optimization,
@@ -52,6 +57,10 @@
52
57
- New method `<expr>$is_close()` (#1637).
53
58
- New methods `<group_by>$len()` and `<lazy_group_by>$len()` (#1638).
54
59
60
+### Bug fixes
61
62
+- Bump Rust Polars to py-1.35.2 (#1636).
63
55
64
## polars 1.5.0
56
65
66
This is an update that corresponds to Python Polars 1.35.1.
0 commit comments