polars-df 0.7.0-arm64-darwin → 0.8.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: 82ec23b2cdb56ca660aa395084dbd5609fb92368099a8035fea6f2c9cd810c8d
4
- data.tar.gz: df34ad6924841b84ba9b07d067d81b9af17af3fb5601fa18edcefe53c0b21e13
3
+ metadata.gz: 2b989addee17988b0e09876d341d5ddcce4751f9d8d353a3e536eaa5aebbc046
4
+ data.tar.gz: f96757eb2dc18ca1bc1199a3c482370dce6ec493a880f7db9f769b2b76911950
5
5
  SHA512:
6
- metadata.gz: 9a249f95d8eb74c9f33bbad9ef257f4c84f08dfc89951453c6d8e9abbf0364727a22626199a1621330896b969622ba6b4bfb840c56c5ac266133dcd96d28a36d
7
- data.tar.gz: 74471be48b0be8003e82b0aeb371b4869e08ccfe6f9912efd02b0c6b06c44d110df8902d35b905d73dffa32a2df867ea90655d1389f79d9ea5d44c6d80c71fac
6
+ metadata.gz: 0035c8bba8ab42d935cc9bc64967e69f53ba8a403678bdf25a501700388ebb8d71cc9da354552df27460dce38ad990f36df2557a1742a4fa71ad0be73204fcba
7
+ data.tar.gz: d50c18002369b80e471345d0009d06a5c77ef5eacdffc88314751364290a59ae1cdeeca134ad0b814d88e21532b437473e2c3dbc32916d33644ded4dc0c8e3ab
data/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 0.8.0 (2023-01-10)
2
+
3
+ - Updated Polars to 0.36.2
4
+ - Added support for Ruby 3.3
5
+ - Added warning to `count` method for `Series` and `Expr` about excluding null values in 0.9.0
6
+ - Added `cut` and `qcut` methods to `Series` and `Expr`
7
+ - Added `rle` and `rle_id` methods to `Series` and `Expr`
8
+ - Added `bottom_k` method to `Series`
9
+ - Aliased `Utf8` data type to `String`
10
+ - Fixed error with `top_k` method
11
+ - Dropped support for Ruby < 3.1
12
+
1
13
  ## 0.7.0 (2023-11-17)
2
14
 
3
15
  - Updated Polars to 0.35.2