polars-df 0.6.0-arm64-darwin → 0.8.0-arm64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22e000ac0150f0c5c7ad445d48f6d9808d79c30ec0e31b3267227684c22b94a8
4
- data.tar.gz: 69109d383cf792a05af1e7cdb88c87278e44bd408ccfb4d77fa20c9a1f4112d4
3
+ metadata.gz: 2b989addee17988b0e09876d341d5ddcce4751f9d8d353a3e536eaa5aebbc046
4
+ data.tar.gz: f96757eb2dc18ca1bc1199a3c482370dce6ec493a880f7db9f769b2b76911950
5
5
  SHA512:
6
- metadata.gz: 63c6fb591f5c06ce738b5c45d90931324b2f8d9bf5d4dfc81e355816f15839a657e79d7a47d285eda4bc7a897b1ba8ae0903bae51b9fc242d7fafbf5e21063ec
7
- data.tar.gz: d19503e70703be72ed4712cf83af7a981131636d9349c1dbb44e89ca8981bac64e3ee90f2ee414690cf3f9c1116f3792f7f9f49f17fbc81798616fd522ba8967
6
+ metadata.gz: 0035c8bba8ab42d935cc9bc64967e69f53ba8a403678bdf25a501700388ebb8d71cc9da354552df27460dce38ad990f36df2557a1742a4fa71ad0be73204fcba
7
+ data.tar.gz: d50c18002369b80e471345d0009d06a5c77ef5eacdffc88314751364290a59ae1cdeeca134ad0b814d88e21532b437473e2c3dbc32916d33644ded4dc0c8e3ab
data/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
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
+
13
+ ## 0.7.0 (2023-11-17)
14
+
15
+ - Updated Polars to 0.35.2
16
+ - Added support for SQL querying
17
+ - Added `!` for `Expr`
18
+ - Added `Config` module
19
+ - Added `none?` method to `Series`
20
+ - Aliased `groupby` to `group` for `DataFrame` and `LazyFrame`
21
+ - Changed series creation with all `nil` objects to `Null` type
22
+ - Removed `tz_localize` method from `DateTimeExpr`
23
+ - Removed support for passing Active Record objects to `DataFrame.new` (use `read_database` instead)
24
+
1
25
  ## 0.6.0 (2023-07-23)
2
26
 
3
27
  - Updated Polars to 0.31.1