polars-df 0.3.1-x86_64-linux → 0.4.0-x86_64-linux

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: a463f01b8abad85e681bd86aec1d84cae5e5c3b70e5f86ce5db05b9231660b97
4
- data.tar.gz: b04d866db85cfeb9fa00589a3d2e250b760bb756da01e2e268779459d6b128c0
3
+ metadata.gz: e41342075e18edefe2b0aaa81a93950f576edb020f8c5885e6d37d84415f665a
4
+ data.tar.gz: 2149e3af03d1baca7c78cb0bda85058c51cc20e25c6a4ac825dfed418acffcec
5
5
  SHA512:
6
- metadata.gz: ee928c1f0ed2cc2161cd47d36c99daddbd886d282558bc3e3055ea727f60b8d4f56239ed41f69a551e3d2e06bb7bd2d6ce4aa1386e62ab2e77a18247b2b01bd2
7
- data.tar.gz: 28bc923ace08cb68d4379374031bfe441fbeb9ef0b7193072c4ac2622738631f4835cb529b28d7c64bdd17c45d27448d62ba7eec57fa41b696d698d35f6b8cd4
6
+ metadata.gz: f48c9a75a23ae5bf4c8a816f9f565fd92bfaa58c17a20f00ba7ae611db2defac66fdab84cd1b2c4a1c48e3f9d8a9b2fb4d2e66199a174fb28161a3923fd63c97
7
+ data.tar.gz: 7fa621ef4d796c733e31bfde80512be7435ea8f8b3d37afdd0110d33842a98b1b08f5a5a823db59005374342fd78b37858551f020b7d4b55e1451d877b45d3a6
data/CHANGELOG.md CHANGED
@@ -1,7 +1,18 @@
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
+
1
11
  ## 0.3.1 (2023-02-21)
2
12
 
13
+ - Added `plot` method to `DataFrame` and `GroupBy`
3
14
  - Added `to_numo` method to `Series` and `DataFrame`
4
- - Added `plot` method to `DataFrame`
15
+ - Added support for `Datetime` to `to_a` method
5
16
  - Fixed `is_datelike` method for `Datetime` and `Duration`
6
17
 
7
18
  ## 0.3.0 (2023-02-15)