polars-df 0.17.0-arm64-darwin → 0.18.0-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: b4c863248cf94ea9b0b6f4a4b32c1d9532ae6e6ed7e861067c1c71d8aa70755a
4
- data.tar.gz: d61b82c6b66b9b9f93fe34a9c160afcab5fbd20e8051b6b3addcb714425a4cf7
3
+ metadata.gz: 2c9f7704f5af5a838093c470205566731dcea9e91d07896c0d19963ab9278db0
4
+ data.tar.gz: f8fc9a622a471af6ac445af2bf5f4f225c4ef2e5b2dc6c71c12b097bb371173c
5
5
  SHA512:
6
- metadata.gz: b66f9a941f04fc9ece4c8dc559f0d1a839149c85fa186cb6e13d206fa0a0000a2baa5ae6917543bc86abd244005b3aebeff1f593490123d6b6599711541041b9
7
- data.tar.gz: '069219c1a380077bb8ee3f658d034cddee3cd5b73cde1ffdadcc7868f3708f0bd1f5e6431c55729b5ebee3df982edd07b3ea4f0c6e83a907274d4ecda46a903b'
6
+ metadata.gz: dffa9cfdc1caf3dd8c77b8d566c322457d34962c21d4c0655f2cc739d9bdca81edc9743a9000f783a82156df09fb2fabdb68f7353aec4c62bf31a32eac04f252
7
+ data.tar.gz: 9f1f09b6857e47115a7ccfb7489f8dd879c52e82d5da25bfcc73d5f2c0a474e27021657b65f46fc44f6121b2a484224ca3d0b40a89dd2b1e030938d0660f3b46
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