polars-df 0.15.0-x86_64-linux → 0.16.0-x86_64-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: 48e1c445c1b7acbb8fdd1a8dfc78fbbd501a04f2363109b6fa285e0d130e7530
4
- data.tar.gz: d31d19708f0ac486b23becb92bcc3fcf1e0c142a89d9d110de4645a4b2315405
3
+ metadata.gz: 60f4433868653d2cc618d0a289a770f76d48d510d95e8d3f302fbc57d1b1a1cf
4
+ data.tar.gz: 480393b865b6cce11a54ca13f36c9aea4cad6626430a9d54ce4742b51a7c5ec1
5
5
  SHA512:
6
- metadata.gz: bef7729a4817d313046a6ce9e735d55a770491829d2a3336000e974959da55d67dfdffa42de2e05ec1a0eda329ce9e8759e19f42807a9d4f996ce75e73593246
7
- data.tar.gz: bf30d63e9d0c210ba45c6c62663980819a51021c5012b5db8f1989d975572f30bfec7b0a0f0ee5e950509caa71d46ead6937e5dbf619aae1dcb477689499c1ec
6
+ metadata.gz: a83b7b3bd8dec0116b3a0aed8fc989417bf84e0ea335b6ba29d2b49bf703658ca55e601c9a3b3cd4194581e4c6ef2fc5ad4e3b3eb85c839988a1645d7479892b
7
+ data.tar.gz: d7c7f33cd272f845c1c01397e437f60205353d8d82d4f965f9cf9bf181cbd7267c44a0a1b0e958d73bcd44b9a811c329be2fb1062c23c6549fc7dce133de1abb
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