polars-df 0.4.0-x86_64-darwin → 0.6.0-x86_64-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: 45d7fc1d3ef0a5c81df2e2826817d04e807f0b1730cce7c29887686ffaf2078d
4
- data.tar.gz: 2e67f8e6802f1a4dcb465414f20a38127397c065584f7e0810122cf141b992b6
3
+ metadata.gz: 8b3159650b164b7006d00f7553b6e140e090573935c90d0089dc14e1d81dcf7e
4
+ data.tar.gz: 178365975cd1c29a44ffc546d654971ae60d175faec85bf8ce3a6e7fc651f525
5
5
  SHA512:
6
- metadata.gz: 8ae8b836b30ba1933c71374ba4956d7298e397c6574c948a472b561f8f931a50ea06f659a6d69d6bff534cbd55da4cbde8bd9c3f1a4f485f020687b15b2531bc
7
- data.tar.gz: d9cfebaec1a8f96466ca4661f8ff562f9f07efff035e28da2638c036a15aaa164d31fefdba6fa474a1f2b00678bd64279fcd7e10d6cbeb86841a1dff1b6ffe17
6
+ metadata.gz: 3b71739878bdda521b321e9bdef8f41ec97e8816e8a5b9150b1e9bafa8d84d53e86c1905cab10daa620883c979b781bc34ed1352a95bc4188d9ee21fe70d2579
7
+ data.tar.gz: 456e038a1f6f6dddbdc8bb38fbc36008cd52f2c39ac3f439b044478008abb0b1ddf2e9b37f7844154b2877b842972e35730ef99066627e93870246327a968edb
data/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## 0.6.0 (2023-07-23)
2
+
3
+ - Updated Polars to 0.31.1
4
+ - Added `Array` type
5
+ - Added support for creating series with `Datetime` type
6
+ - Added support for `Null` to `to_a` method
7
+ - Improved support for `Decimal` and `Time` types
8
+ - Changed `arr` to `list` for `Series` and `Expr`
9
+ - Changed series creation with `BigDecimal` objects to `Decimal` type
10
+ - Changed series creation with `ActiveSupport::TimeWithZone` objects to `Datetime` type
11
+ - Changed equality for data types
12
+ - Fixed error with `groupby_dynamic` method
13
+ - Removed `agg_list` method from `GroupBy`
14
+
15
+ ## 0.5.0 (2023-05-15)
16
+
17
+ - Updated Polars to 0.29.0
18
+ - Added support for `List` and `Struct` to `to_a` method
19
+ - Added support for creating series from Numo arrays
20
+ - Added column assignment to `DataFrame`
21
+ - Added `sort!` and `to_a` methods to `DataFrame`
22
+ - Added support for `Object` to `to_a` method
23
+ - Aliased `len` to `size` for `Series` and `DataFrame`
24
+ - Aliased `apply` to `map` and `unique` to `uniq` for `Series`
25
+ - Improved `any` and `all` for `Series`
26
+
1
27
  ## 0.4.0 (2023-04-01)
2
28
 
3
29
  - Updated Polars to 0.28.0