polars-df 0.2.5-arm64-darwin → 0.3.1-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: ea7058322b84cb4cf568982faa1c147dac06913cc63d0eb51a2d56bc901c86c9
4
- data.tar.gz: '038c3cf5b8457b100fb4305116eaeed399b1c177fc7db761ed0ffaca1ee62cac'
3
+ metadata.gz: 73bfc5278ee5dfe829af3c38f8a1dabd55cbeafebcccd03bed68df6735cd70bd
4
+ data.tar.gz: 8cccd40eae4f3413f9f62ccce4d2ddf9668f61a74be81adaf8de3115ae630793
5
5
  SHA512:
6
- metadata.gz: 3ad43f234f8f675fc53ab2720df4942e60b16d6f6be7f28e65ff69126c469a84b7a59eef8bede00f7040c421a605da18dbdaf842c860140acf873e15f0810f7a
7
- data.tar.gz: 9781b8b252d925eaea57e7dc19b37df5b71db2a78cd0b93b4a751f5d022b9fca1a733ecbf618e40db4e421f4588c265424671a6fe431fe8481bf9b127486e348
6
+ metadata.gz: c69152b898468136f642746604041bce87747ba7ee6119f825b6a7166aee5f9696861985a8092fd6d79fd5a3b49c7828571ceccc8d7c96b9262fed75670949bd
7
+ data.tar.gz: d6614b5f214c09b7fa09fd72392a5892f1b007df10779c241c8bd41e33452ed144c26916a2b29c2c18e3ae6ea58b90145f1e047b6cc4a0fc03a2046bf1a4b50b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 0.3.1 (2023-02-21)
2
+
3
+ - Added `to_numo` method to `Series` and `DataFrame`
4
+ - Added `plot` method to `DataFrame`
5
+ - Fixed `is_datelike` method for `Datetime` and `Duration`
6
+
7
+ ## 0.3.0 (2023-02-15)
8
+
9
+ - Updated Polars to 0.27.1
10
+ - Added `each` method to `Series`, `DataFrame`, and `GroupBy`
11
+ - Added `iter_rows` method to `DataFrame`
12
+ - Added `named` option to `row` and `rows` methods
13
+ - Replaced `include_bounds` option with `closed` for `is_between` method
14
+
1
15
  ## 0.2.5 (2023-02-01)
2
16
 
3
17
  - Added support for glob patterns to `read_csv` method