polars-df 0.16.0-x64-mingw-ucrt → 0.17.1-x64-mingw-ucrt

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: 316b5fbefca19b4a2a9a2234daf837c164317949fa5a512116d2224f73285182
4
- data.tar.gz: 510dd4787e92d5e8a8a829268f6d2a2d3c16fcf2470c248e8f45ff69d5b0ff15
3
+ metadata.gz: 2c51742eec3b4cf41a27b3ed06dd5c7cb6d371f14082ad9ff7c766e0cad68646
4
+ data.tar.gz: 382c39b08efb694d642961b6f6bc989b7cae14047bd3e9e7232a12317564c365
5
5
  SHA512:
6
- metadata.gz: 81a2f30841b247c06f487a3d90c2fbc67846e4b8b633ddbe92ce1cd6e8fa0eed417484af647c6d88d2e01c9b3af817e04a2a558a694eaabd997041003e74f1ec
7
- data.tar.gz: 48c63e3d7389830db41b99dd959579ff33cb997da2980d535911fa2553aa81bae845e6e03f54b46d34834179f76f64e389847df9b521a99ffef22c87e0d90b24
6
+ metadata.gz: b10fb8f990b2b3979ddafa0bf1e348e2e3514d3cb9e1a73405e7fed59329ab8b583655cb727dbbb120842e50402f0539a5d98127a65f36519f0fbf9ef3fe0638
7
+ data.tar.gz: fa78bc1ca7e1aff2c6666650037a59c9691dd033a9dba5ce9dd516146045f8d6e8a795e1ee813b888d490825f127d6fa972b77f727e6c1d61e0d3b33d83d6d6d
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