polars-df 0.3.0-aarch64-linux → 0.4.0-aarch64-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: 149d64c6081571c49ebf70a596ee7f64763daf2a4aa8847587878e98b2739e7c
4
- data.tar.gz: 416d47f24b721a6dc1bfe1c770067ea5caa9f9131d26ecfb4d9502589bd72846
3
+ metadata.gz: 8ae43a0e8d7fbcc5c505dc5454824292ce2143fe321b3b91929af5a04a6351af
4
+ data.tar.gz: 8612c15ba8f6a92e58e6f39c1224b04011c09ccbb0b349bd4b84ebe308a6dac2
5
5
  SHA512:
6
- metadata.gz: c85491ed28c230dd515eee2206a061e0d1aee5bb43553001ad5b1061dd390747670517a3f78b0c528bbc34f61c64f2120d83811f6f1d0cadfa52f07ae34db49b
7
- data.tar.gz: c28b34e708314ec59721b110386789a974ecb048a27174edc7044015553bd0f9cf22ccb30b0a9233dce7db3d897379bb2673e89c335e830386c0313aae08011f
6
+ metadata.gz: 49ed7273ab695d1e50ee0bdfd7f8c7f552ff54907d4d1ead75ce62ecb468d902321e502b9ac0ccf83f48f1caf9553e54eb035b85c55cf3255a05807bda9d326a
7
+ data.tar.gz: a148a44d5f934a170daa865245467d1af8a8542ae1bdee75b57f24a3baa63287ab8addea356f5d6a144c46e237c3ca66c4d05ed8e5781b94b155172152eb9f3a
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