polars-df 0.5.0-arm64-darwin → 0.7.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: 65bf6e274df46177d967f70ced2951aa0d25418bae445ff49633cfefb4d00f1f
4
- data.tar.gz: 48ef95ad2f554ea10bc620a29037af4b31d52ed964908ed3a04596e0a0340e6a
3
+ metadata.gz: 82ec23b2cdb56ca660aa395084dbd5609fb92368099a8035fea6f2c9cd810c8d
4
+ data.tar.gz: df34ad6924841b84ba9b07d067d81b9af17af3fb5601fa18edcefe53c0b21e13
5
5
  SHA512:
6
- metadata.gz: 11ad09e4a66bd02e92d60356b3b224484b1753aced2ac5ad4f19030556b15173105fdcb389cf6442e7312cc4ce7d8f297ba44a56603f7bf4135124ae306ca188
7
- data.tar.gz: c21ea8cac949e3d2795e6dae89119eb71e023400c33bd5bef95e0d3c31c3a220225bb6beb3d52cd73f1cc9dad5e66a73068407687d19bbc43337ec88c6b2a95b
6
+ metadata.gz: 9a249f95d8eb74c9f33bbad9ef257f4c84f08dfc89951453c6d8e9abbf0364727a22626199a1621330896b969622ba6b4bfb840c56c5ac266133dcd96d28a36d
7
+ data.tar.gz: 74471be48b0be8003e82b0aeb371b4869e08ccfe6f9912efd02b0c6b06c44d110df8902d35b905d73dffa32a2df867ea90655d1389f79d9ea5d44c6d80c71fac
data/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## 0.7.0 (2023-11-17)
2
+
3
+ - Updated Polars to 0.35.2
4
+ - Added support for SQL querying
5
+ - Added `!` for `Expr`
6
+ - Added `Config` module
7
+ - Added `none?` method to `Series`
8
+ - Aliased `groupby` to `group` for `DataFrame` and `LazyFrame`
9
+ - Changed series creation with all `nil` objects to `Null` type
10
+ - Removed `tz_localize` method from `DateTimeExpr`
11
+ - Removed support for passing Active Record objects to `DataFrame.new` (use `read_database` instead)
12
+
13
+ ## 0.6.0 (2023-07-23)
14
+
15
+ - Updated Polars to 0.31.1
16
+ - Added `Array` type
17
+ - Added support for creating series with `Datetime` type
18
+ - Added support for `Null` to `to_a` method
19
+ - Improved support for `Decimal` and `Time` types
20
+ - Changed `arr` to `list` for `Series` and `Expr`
21
+ - Changed series creation with `BigDecimal` objects to `Decimal` type
22
+ - Changed series creation with `ActiveSupport::TimeWithZone` objects to `Datetime` type
23
+ - Changed equality for data types
24
+ - Fixed error with `groupby_dynamic` method
25
+ - Removed `agg_list` method from `GroupBy`
26
+
1
27
  ## 0.5.0 (2023-05-15)
2
28
 
3
29
  - Updated Polars to 0.29.0