polars-df 0.16.0-aarch64-linux → 0.17.1-aarch64-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: 0745d56515bb05b129d5892528dfba4c7637842fdb86cf80a8ad70352bb5dc50
4
- data.tar.gz: 04b93b89ae1d2b0586ee2f54dcd602846def30c535f43085320dc9078b34ddad
3
+ metadata.gz: 1a4e81adc7a1f94d2839581a76a03dac9757b9e97860fbe014fa374a50d3c440
4
+ data.tar.gz: 7c44fcf806b9e7a69f2922193ed61fdbd9be6d826e7ceb16b25f6db7efec7606
5
5
  SHA512:
6
- metadata.gz: 05eec0799ec0819657a30cd77fa25c9023aea3190b573b814e2b98fc5cd1bc2ed331677b27a137cf78586ed5406104137cd1aa8feb67c4ace66e5a6c805c3bd7
7
- data.tar.gz: c4a14cac3c9884fd095b9f45902f1a51cb28a601eae05ba78c0813d746b04a7e754af13a596a57b588ada49e4a85bf399be8b3a149ea65c1cc051345464cff7b
6
+ metadata.gz: d74302a851270bb150f49fc27bc6c993aeb5eb5c58ee122116554b4432f07df9f735170d3cdfc9116618501067c06c50f5f90afcb5a2cb84210e86463250e691
7
+ data.tar.gz: 1065cb53af26a16db96e75c08563a644e29734d8bdb7056d3a8afb8abb853086b971f512333c44c76672f54a4a76ab828eded5a093ef7b95ee303a60bb2fe70c
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