polars-df 0.16.0-x86_64-darwin → 0.17.1-x86_64-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: 58628507ff5b05a24448032d572d7ebab479f31d0dce030b9c28f9426cb518a8
4
- data.tar.gz: bf35d03db284b321d059d69836a1df33b0931676016f6bfa49a15774f8184de4
3
+ metadata.gz: 9a07672ae0ecc07c9acb0ea2fe0a034fb4facca8bd3e572629cf97413f115d74
4
+ data.tar.gz: 0fe598c2676ef9908dca5da6ada3aa03d49f967fc48578e49329d3d07d83b225
5
5
  SHA512:
6
- metadata.gz: 293ede297b86e4f7307b53343277dd2ebb14b14e2301d36b271a5746409c84ce9b61fa8eda54b890bcb95678d09a20bc3bf075b414f58df20cd362d6b14912c1
7
- data.tar.gz: e8073c75c04206c8d167251bd00960e5f15ff34cbc4a70147305620a745dfe8963af723cb0f8d38813d6f4bca76b76b291c04df15f5897f9c3cf9411e837ecac
6
+ metadata.gz: d456a37e92958cf4b1f561e2d6896f3580abb3b39fd39d1810a51c825fff17d02866d54135075a3ed72c2eb9ebb03ab7b69a13d945cd95020f5edf270439e8b1
7
+ data.tar.gz: f34b393cbdbfa8fa1eacac9636363457f6e9a6bd2230875901535b3d93a82f0b06b80191c729a30670f281f8a77e864512cf57be1d1c9eb5a954601de5941b64
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