polars-df 0.6.0-x86_64-linux → 0.8.0-x86_64-linux

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: fd6a4f965a58b29c41a48c9099901f97e7bb57718c200f967b2be25578d626c8
4
- data.tar.gz: c7412e9a67f4caa9bd129c6a255f55bb32bbace87625477068d7b88034de4a90
3
+ metadata.gz: 531c36f1e61d0ed3fbf45fb36069159676eae15a220259f44e7214ae828ce20e
4
+ data.tar.gz: a966c92dc5764a1284dfc1323f9ae725eb04bb9ef52ad0701c4cb6d12d6cc65c
5
5
  SHA512:
6
- metadata.gz: b9bb7f1b3511858ab2036c17f48b55ac8bfb7280f0128c2c6db386454131d05759ca36a4c6d5d2b6c582a6a61572b994c141abc69936dd99a9dea7a62995cfb2
7
- data.tar.gz: 504351698fd45ffdc36dc3594dcce033a47470ca31ee47c68931998ede62c566cf801d25253b2c22db54275a3f123861c955fc3a092426110c9a1f6a8c8a64f1
6
+ metadata.gz: b3a158b0499182fe3813f26ab575addce52519ef4936addf847e1acd1e26798be2b193d9c578fea878e586b73b9ac2deb8bd079f1b45aa7007001dd8bc5e03ba
7
+ data.tar.gz: f6a13cf105f04882cda2ae0e480f8c7dfb1deaf83f45c468828e26fc26c9857f2b1778c8d5b37cfa2afa695285d573019a4ba6947c6710062bb8759311cd8a3e
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