polars-df 0.16.0-arm64-darwin → 0.17.1-arm64-darwin

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: e1ce32947ac305f90461222007e56e1ddc31543f0f90a3a4906f6e8037c407e7
4
- data.tar.gz: 8f47150695b973ea624dbc4a7b353a857bcb964f53d7ad6d49e31e69775bcfca
3
+ metadata.gz: 60c8181641d0a77ed1fc4ab901e26202be2bf55048fc5111b437aa50ec49957c
4
+ data.tar.gz: ae4847f994f5ee423e2e2d291ba935a5940e246b7d7325b0a0486ebd9b8c47b5
5
5
  SHA512:
6
- metadata.gz: 421fe21ab07bb44f8b99cdf6ce57b2f77b634915ba54deba367a85555486058235a6b677e752bdff7ec03e6c96141bbdee8e0989997bf998942216753343869d
7
- data.tar.gz: 66a13cbe000b78564cd8a789941b380798c9d355b3c81a1804adc464a4158115322a67daf97ac9b5de73a0aad855cf6d6f129ca4f753c8f4dfebfec222caf08f
6
+ metadata.gz: cf9da2955461e2482a662e4dc4269ebd6170f4d56e051c2b0f2190d99b78ffb6ba5c971c8adf36c0fc88e91d87f60180b1ab3b53b8801d7734d43609fbb2d2c4
7
+ data.tar.gz: 6cfd1756495565c21d7e88449052ec51548e1e1b6ae36ecb3f009e553a5257a50263ac97cfb9c0df215eda3cee1e042dbda4686d8556ca75b71795a2ce855e60
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