polars-df 0.1.4 → 0.2.0

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: 6abc9619a425d8aaa0255864b063c41835349063aa4919df133ac5a4ceb972f2
4
- data.tar.gz: 78372a2a9eeddb3a8080b1d615991415b9ef7752752319e250f143841bfa67f3
3
+ metadata.gz: ca8491538991cd918a2706c572c43994ba00558937636d7d90bb98b51f27cb76
4
+ data.tar.gz: a8d6667309db4c17c807d0b2a398c6acdbcb2a9c4282d07a313f0de57d10b6b7
5
5
  SHA512:
6
- metadata.gz: e6fb27a50908c07e5f2f72c81171f07bfdf0999b5148421bdeb1ad7dc69cee1f0bae02021fa18fdad6d1740ea9273464daec513db5e3c7906d5839e77b7d6a66
7
- data.tar.gz: 2eb9df841575711a057dd1ca2986403667306ead52cf540491899ffaa184d4878c1bdfc1015e3f5831c12c668de0d4126cbab7c63d1770684e10012f3d28183f
6
+ metadata.gz: b26a1722981f2616f979d8a46590cba04d3fd4f420f95923693fd3796787153bc5197b3308ee93b83a06a14cc4bcbba52f9c3046f9f366e6599c987dc8d0fd4c
7
+ data.tar.gz: 0da65a6f3543d500a4d62e2d5816043060156d6b94f02750d50036ecc406adbaa037e3ecefe5d23e667ce814db6580fc8336e8a4f52beceda85551c6dd4a0c96
data/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## 0.2.0 (2023-01-14)
2
+
3
+ - Updated Polars to 0.26.1
4
+ - Added precompiled gems for Linux and Mac
5
+ - Added data type classes
6
+ - Changed `dtype` and `schema` methods to return data type class instead of symbol
7
+ - Dropped support for Ruby < 3
8
+
9
+ ## 0.1.5 (2022-12-22)
10
+
11
+ - Added `read_avro` and `write_avro` methods
12
+ - Added more methods
13
+
1
14
  ## 0.1.4 (2022-12-02)
2
15
 
3
16
  - Added more methods