polars-df 0.17.0-x86_64-linux → 0.18.0-x86_64-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: d958fcd351860757a08f29095b2e2e79d2ce9375b191907a513b061f5a81ebf3
4
- data.tar.gz: f8384088227788570203f80b12342916279c554a19da2c15eff46a42efeddae7
3
+ metadata.gz: b74e639f073f875cdbeeccb7ce5ec53f951f7cc40f7676770f20c39fb74d7cda
4
+ data.tar.gz: 3723d856ce1bdafdc1ffd3fa473aab612d0cab1c3b07b3e8dfba7376842de04d
5
5
  SHA512:
6
- metadata.gz: d8bca1e1eeb84e6e74c04b876b231f151625b03267321e57b3375a01f3963463312de99763942956401bd8c8f549b917a0f3a050e2f6d962151141ecec7e1479
7
- data.tar.gz: 9f00ade541fb627fa85967aab2acc911318c8847768ab2918e07a146da31d17e5d4ca00878f2450d48bbf5e1ad14e9f8ceacc3cb4fbf4cfcf8234a8f13a5b75d
6
+ metadata.gz: b038f2f3328ea2d620114f01271fd29e6077c1c0f8aead8c797f74b9f807602348f085783f81caa8f224c91efa81aa00c53808f761e04ce54fe83ef269e94bb0
7
+ data.tar.gz: 280a770a5fdc426889eb8315e182a04675d79e7e573457a382210971a8a0cffa8df4d2d95e846812e16a8f785998d009b2ac3136a6c43e616739d55a86632615
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