polars-df 0.16.0-x86_64-linux → 0.17.1-x86_64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60f4433868653d2cc618d0a289a770f76d48d510d95e8d3f302fbc57d1b1a1cf
4
- data.tar.gz: 480393b865b6cce11a54ca13f36c9aea4cad6626430a9d54ce4742b51a7c5ec1
3
+ metadata.gz: 12edb0f218f52a89a6c85e598ca2bb720ff4ee0560f12486c250b5e01656665c
4
+ data.tar.gz: 6932587b20a76cbe3ff5c04d7cacdd63a3d57ca4cf965db7efb3734a3680cb29
5
5
  SHA512:
6
- metadata.gz: a83b7b3bd8dec0116b3a0aed8fc989417bf84e0ea335b6ba29d2b49bf703658ca55e601c9a3b3cd4194581e4c6ef2fc5ad4e3b3eb85c839988a1645d7479892b
7
- data.tar.gz: d7c7f33cd272f845c1c01397e437f60205353d8d82d4f965f9cf9bf181cbd7267c44a0a1b0e958d73bcd44b9a811c329be2fb1062c23c6549fc7dce133de1abb
6
+ metadata.gz: 2d5bd1d445fc5c504b610e48f28d0d2c3042152fb641f4ab199374a95808a9017b9d877b865b087bcf159d10769076ab1673536c3e7de14ee9c1247592d3616c
7
+ data.tar.gz: 02ba1a95759edeacd98878423d51b8f4d44aa3af7b35e08da6d64b434df03186e8bba77fef1eb859c7a04335ff39b39829240af23f0ed324f46a618bb4d461a5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 0.17.1 (2025-04-12)
2
+
3
+ - Added support for horizontal concatenation of `LazyFrame`s
4
+ - Added `diagonal_relaxed` and `align` strategies to `concat` method
5
+ - Added `interpolate_by` method to `Series` and `Expr`
6
+ - Added `iter_columns` and `iter_slices` methods to `DataFrame`
7
+ - Added `maintain_order` option to `join` method
8
+ - Added `collect_schema` method to `DataFrame`
9
+ - Added `write_database` method to `DataFrame` (experimental)
10
+ - Fixed error with `to_numo` method for `Boolean` series with null values
11
+ - Fixed error with `slice` method and negative offset
12
+
13
+ ## 0.17.0 (2025-01-28)
14
+
15
+ - Updated Polars to 0.46.0
16
+ - Changed `write_json` method for `DataFrame` to be row-oriented
17
+ - Fixed error with `Series` constructor and `strict: false`
18
+
1
19
  ## 0.16.0 (2024-12-29)
2
20
 
3
21
  - Updated Polars to 0.45.1