polars-df 0.6.0-aarch64-linux → 0.8.0-aarch64-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: ee72862933083cb4fad894538e1c24a6f589f4a8ed25c2f94833262df35b0c8d
4
- data.tar.gz: 62ace5aee773baffbd12e857678a6c87cae051441baf13beb8f3bafdde7c07f9
3
+ metadata.gz: d4a08f63fd0b73ea9934e8a1dc488838b1c13532c4e43c8f5c24eb1abb0a6386
4
+ data.tar.gz: f6aa972779a2fc626a738cbe3ffcbce90edb6daf59c708e162a7c77edb0ac5de
5
5
  SHA512:
6
- metadata.gz: d23f471aa8df16330cbd0b0c89c45c371bc667a54dbc49073b35a7cb7f01872b6145b9c0c40e36d7c0dd87c57673111ea6258ebcfdcb9898aaac303ac3d03fcd
7
- data.tar.gz: 0114d52d986f88e66fb3554ac87cb809117ab852078e33e2433b6c3dc0e30907675f940dc3e6c75dc8534bbde850ef01ce54a1ac38efdce6e71216fb4c6cc4fd
6
+ metadata.gz: 30c00e18794cd1c8c7548f1c6cd657b6921d155f6aad3927b9faf65d3e25606e959d6a0c872bb9e9010cd94d2cfdfb230304981a839582a9d9502243d66b910d
7
+ data.tar.gz: 91a3e98240b3927fe56364287c7145ef73ce7103980cb6cd6f9a476ce28dcde4682e8dea3bb984c6528dd9f5cd180b0736109559919cf4ec898abd7e54bebc3a
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