polars-df 0.17.0-x86_64-darwin → 0.18.0-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: 0cbb954225497a8cff7560e9b348dd2baab7e3883446ca8a8b741aa5b74c9b8e
4
- data.tar.gz: 30399227248902a9337228fe5ecc71f61ed13455173fcafd5d515108da0aba3a
3
+ metadata.gz: df062965990a66f3ecfb35bb61fd53007aec90feefbb3cb78e65de491fb71bb9
4
+ data.tar.gz: cdf486b76c7f3c4a834b247d8f603d3329215888781d8d1b00168beb3f1b858d
5
5
  SHA512:
6
- metadata.gz: 702e47d772164dab5867db593b6f9f6a06bb528fa374adf4a3c3c472a5550b4991674a93ef15d2030ca3f32fa67822be30e87ac37ef476ac7defffcd6404d1c4
7
- data.tar.gz: 591ce9c0a75f48629cc5a739bed32f3f9df555fdb6dfde4052dcdcee8c9e16593c1718014bc322440011c1b2d05697118ad42e16e12993e740c4b1af4832f322
6
+ metadata.gz: 3277d31a5187d3ebb499ec4e26ee34004315297bff7c4f2fa95b81dd6412c1a168815754eb5286f0062ca863ae3d4795829a89aa14654d237b165693a11393ac
7
+ data.tar.gz: 6cf498ff0de4bc28e68153f34b7b1a2d66db78e05c810479118c514bc8bdd182b22ce2b12d7ee629042a40400ba15b5e4de7be72b6ee95f1a0a7489f975347b8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 0.18.0 (2025-05-05)
2
+
3
+ - Updated Polars to 0.47.1
4
+
5
+ ## 0.17.1 (2025-04-12)
6
+
7
+ - Added support for horizontal concatenation of `LazyFrame`s
8
+ - Added `diagonal_relaxed` and `align` strategies to `concat` method
9
+ - Added `interpolate_by` method to `Series` and `Expr`
10
+ - Added `iter_columns` and `iter_slices` methods to `DataFrame`
11
+ - Added `maintain_order` option to `join` method
12
+ - Added `collect_schema` method to `DataFrame`
13
+ - Added `write_database` method to `DataFrame` (experimental)
14
+ - Fixed error with `to_numo` method for `Boolean` series with null values
15
+ - Fixed error with `slice` method and negative offset
16
+
1
17
  ## 0.17.0 (2025-01-28)
2
18
 
3
19
  - Updated Polars to 0.46.0