polars-df 0.3.1-arm64-darwin → 0.4.0-arm64-darwin

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: 73bfc5278ee5dfe829af3c38f8a1dabd55cbeafebcccd03bed68df6735cd70bd
4
- data.tar.gz: 8cccd40eae4f3413f9f62ccce4d2ddf9668f61a74be81adaf8de3115ae630793
3
+ metadata.gz: acd03f81c344f68656d655100f3b17dde346786c8037490c456e1f7eb4048b24
4
+ data.tar.gz: 79f1a62814f2d8c4f216481ac207af08d5c90c7d81e0f2c8733d753c0a395bdb
5
5
  SHA512:
6
- metadata.gz: c69152b898468136f642746604041bce87747ba7ee6119f825b6a7166aee5f9696861985a8092fd6d79fd5a3b49c7828571ceccc8d7c96b9262fed75670949bd
7
- data.tar.gz: d6614b5f214c09b7fa09fd72392a5892f1b007df10779c241c8bd41e33452ed144c26916a2b29c2c18e3ae6ea58b90145f1e047b6cc4a0fc03a2046bf1a4b50b
6
+ metadata.gz: 32531efcd7258ec75417b045e1650caeefe0b14ed6e30db4c3e6ef010f0b64df17ee6d72c0b84e7deefa8cc4151de77cf1e454d73a4cc838922ad6b53946b3da
7
+ data.tar.gz: '0708ab907e5062af2b3b883590dca3f2465f65da19f6bae915ea7c811d4cead78688eea513c9c1c759ecb9facba60908ddb0e9e63cfaa1d075e8054319639349'
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)