polars-df 0.3.0-x86_64-darwin → 0.4.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: 98b1c8e9c64af2bfb3909d9fab6ea22b41012fe4042338c1dfff2024fa7bb67b
4
- data.tar.gz: e664796bc914c409e467c6d7f9a366744b4f2ca722cb2642b427553c4cf29d8e
3
+ metadata.gz: 45d7fc1d3ef0a5c81df2e2826817d04e807f0b1730cce7c29887686ffaf2078d
4
+ data.tar.gz: 2e67f8e6802f1a4dcb465414f20a38127397c065584f7e0810122cf141b992b6
5
5
  SHA512:
6
- metadata.gz: 4dbb0dd9ffc24e9267be79d4d717c653e4d3be53b485cb42459bf3c59f6146d06c79d53a80355d25b0c9fa553ec2d297e9316a9633ddefaef919ec0b9bda6ff3
7
- data.tar.gz: 8e5094459614bd726f53e52d808399c344b4acaca09e0ee7e035c1bb7dd0cc2db77813849f4d7db9d055ccac3152d62ef43f9aca9f2f12c2284be68d0d786c45
6
+ metadata.gz: 8ae8b836b30ba1933c71374ba4956d7298e397c6574c948a472b561f8f931a50ea06f659a6d69d6bff534cbd55da4cbde8bd9c3f1a4f485f020687b15b2531bc
7
+ data.tar.gz: d9cfebaec1a8f96466ca4661f8ff562f9f07efff035e28da2638c036a15aaa164d31fefdba6fa474a1f2b00678bd64279fcd7e10d6cbeb86841a1dff1b6ffe17
data/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## 0.4.0 (2023-04-01)
2
+
3
+ - Updated Polars to 0.28.0
4
+ - Added support for creating `Binary` series
5
+ - Added support for `Binary` to `to_a` method
6
+ - Added support for glob patterns to `read_parquet` method
7
+ - Added `sink_parquet` method to `LazyFrame`
8
+ - Added `BinaryExpr` and `BinaryNameSpace`
9
+ - Prefer `read_database` over `read_sql`
10
+
11
+ ## 0.3.1 (2023-02-21)
12
+
13
+ - Added `plot` method to `DataFrame` and `GroupBy`
14
+ - Added `to_numo` method to `Series` and `DataFrame`
15
+ - Added support for `Datetime` to `to_a` method
16
+ - Fixed `is_datelike` method for `Datetime` and `Duration`
17
+
1
18
  ## 0.3.0 (2023-02-15)
2
19
 
3
20
  - Updated Polars to 0.27.1