polars-df 0.7.0-x86_64-darwin → 0.8.0-x86_64-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: ec87a192d93f797cdf4e80bf5d4895c8b71c1c385195ca1f5c574591ccf8bf73
4
- data.tar.gz: 755d18ba66e1679e38b37392ebb1858c9173536f93e2290a1f339d109b4fb806
3
+ metadata.gz: 8f78817b42fac78fcfc26d414247b3ea3657e639642f03d60fcc935023c3d471
4
+ data.tar.gz: c5b6fc92873b10d3667b86c157143689df059417e32e68f88263d4294b16c01d
5
5
  SHA512:
6
- metadata.gz: b0a7e2432f9962d221498ae9aea4ba7eb4f0178556727bdebf3a47a07f7a6c1c8fc7b625da718c12ba291b2b07d44cd1a0a01d7c20ad9f91eb091951f966349e
7
- data.tar.gz: 5ef2bdce537c8a34ecb72cdcc253990e86034032c40aeb97c7dee249cbe1aa31727b093108076d59b87090a6b6055eec5d12cac0605ac7e28258fca5aa857651
6
+ metadata.gz: '0229882543ed64b8b7c4ffac01a46c880b74c6ce3b93497bf0e189ae709cc8360bc39adb4531295fb8bca5b88890aeb353a93f3c3d9a48d3cbe200a813c713ad'
7
+ data.tar.gz: 036ebe172db272a889196551e7de30374d752a2003db600d76d5a1775e05394108ba2f9ce864576cc6b89a7811fede82951a935df6a66d2f28c9283f65be2949
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