polars-df 0.17.0-x86_64-linux-musl → 0.18.0-x86_64-linux-musl

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: 78a198bffeced6dbfb2b9fe1679f0a590eda1bbee89c795089d4c0a9f58a4ebf
4
- data.tar.gz: ad1c3e2b67ebc9a1881e6558569765e9b97b52e599870f9a324ab4b9aa61753f
3
+ metadata.gz: 646a3a1109dc9b42ab0e238325a7a551bfa65ba57e0e121631af8eac0adb7222
4
+ data.tar.gz: 3ed8a54c26bb4af20a57005de9c0cfd2ca4389a6c2a455cf79d3d495388168be
5
5
  SHA512:
6
- metadata.gz: d1d121042b5631fe82f1fea2a921b90daee673f40ba5aef11a400578e0010f74c73caa43bfb85b5cc75d7114bc215ca4ad7cd354ad3217da7a13f02e2f8b12d1
7
- data.tar.gz: f2856766528bc23d44a8967148b307e5f2a2e30e3b4709556081c2769bbb39ace9b725ea418ca07ea5cf03ac2b875a0fd82f81b1f5fa776184abbe7c81f72015
6
+ metadata.gz: e677ff3c68b6aef2abade531c9ca91d0bafb313d750d670d8178071a9b977dea73894f95e11a95f69ca1a298cb806e94e298b49545fc4db5fdc4b2f6c70fdc6b
7
+ data.tar.gz: 45a31f6ad974eddafb0c656de81e7d7ca95452ac029f1ceb2a763a6bd2bc05d0d58e526da7eaa6573fca71ac6cf93012b056442f5cbd7dcf6d041cd2f9777cb9
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