polars-df 0.15.0-x86_64-linux-musl → 0.16.0-x86_64-linux-musl

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: 7d8767ef1b1a244a5878446e0698c82319a6712338003d58234b6ca79079cf66
4
- data.tar.gz: b9b900d4cd628dee66c17f4db7ca31caba3601aabce0a127df05940375362b78
3
+ metadata.gz: 4b8556fa33659db44dd386b9141fcca95d19e0b4bbd3b9dc38e884a64be61082
4
+ data.tar.gz: 48f667bdf41845ec729177e174f90283434474141bf911a9d44fe3c4da1a5bf6
5
5
  SHA512:
6
- metadata.gz: 75a61fb96aee9e17add60bbfb5dac85ad0dabe9e52b10319a3d6e79a91b2f4b7aa0dd5be2099f8cb689ff6fc31e9f94db3aa257044574952f160f7780fea60a4
7
- data.tar.gz: ae3fd06735b96cf4b4e1b267260f6e6850b24d71825602bb10ce7bc0a07bf204078af4339ab36923d1f0a47d00231d8b44c2c4545d657defa4ac30116d4a37fc
6
+ metadata.gz: 7a4a54e467201771dff17ed1c081a3e0d4d938daf341ea8df0947ffd36edb7a37fbc35f5523793b84005031353fabc2afbb75f516c1f7224fae57d8faeb4b641
7
+ data.tar.gz: 69f50e25f14e87f61b267f6fb0de54849124c2e1098cbee779a13caa6608cb846cde297bc75ad5f016af24e8cf2f06ba55e4db11ef903228566e6520f67d11f2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.16.0 (2024-12-29)
2
+
3
+ - Updated Polars to 0.45.1
4
+ - Added support for Ruby 3.4
5
+ - Added experimental support for Delta Lake
6
+ - Added `by_name` selector
7
+ - Added `thread_pool_size` method to `Polars`
8
+ - Removed `axis` option from `min`, `max`, `sum`, and `mean` methods (use `*_horizontal` instead)
9
+ - Dropped support for Ruby < 3.2
10
+
1
11
  ## 0.15.0 (2024-11-20)
2
12
 
3
13
  - Updated Polars to 0.44.2