polars-df 0.4.0-x86_64-darwin → 0.5.0-x86_64-darwin

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: 45d7fc1d3ef0a5c81df2e2826817d04e807f0b1730cce7c29887686ffaf2078d
4
- data.tar.gz: 2e67f8e6802f1a4dcb465414f20a38127397c065584f7e0810122cf141b992b6
3
+ metadata.gz: 7d4c736081e3d555ee9929e3b93bf93aa99fa92bf0c3eae1e84b488aa85ce12e
4
+ data.tar.gz: 195e7a1d44d077553d4075117efcea52782bbad4bc8be9a37215b0d54cae0deb
5
5
  SHA512:
6
- metadata.gz: 8ae8b836b30ba1933c71374ba4956d7298e397c6574c948a472b561f8f931a50ea06f659a6d69d6bff534cbd55da4cbde8bd9c3f1a4f485f020687b15b2531bc
7
- data.tar.gz: d9cfebaec1a8f96466ca4661f8ff562f9f07efff035e28da2638c036a15aaa164d31fefdba6fa474a1f2b00678bd64279fcd7e10d6cbeb86841a1dff1b6ffe17
6
+ metadata.gz: cb3447cad04bdce5ddd3729d059976cf9dc2511cbc5db0095224f8acaeec20bdf2822dbe48d0c8bbfe6ef54e81266406ea8ce6d3b0f970fc072036253bbea39b
7
+ data.tar.gz: b2fc66f4045b05e01122e8be6b64292cdaf5000bf0c17b3add8156f065db1df66762e6d5ba4272179bf98ba42cd15cf48b249e5b06b3eb66649f7692d71932ea
data/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 0.5.0 (2023-05-15)
2
+
3
+ - Updated Polars to 0.29.0
4
+ - Added support for `List` and `Struct` to `to_a` method
5
+ - Added support for creating series from Numo arrays
6
+ - Added column assignment to `DataFrame`
7
+ - Added `sort!` and `to_a` methods to `DataFrame`
8
+ - Added support for `Object` to `to_a` method
9
+ - Aliased `len` to `size` for `Series` and `DataFrame`
10
+ - Aliased `apply` to `map` and `unique` to `uniq` for `Series`
11
+ - Improved `any` and `all` for `Series`
12
+
1
13
  ## 0.4.0 (2023-04-01)
2
14
 
3
15
  - Updated Polars to 0.28.0