polars-df 0.4.0-aarch64-linux → 0.5.0-aarch64-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: 8ae43a0e8d7fbcc5c505dc5454824292ce2143fe321b3b91929af5a04a6351af
4
- data.tar.gz: 8612c15ba8f6a92e58e6f39c1224b04011c09ccbb0b349bd4b84ebe308a6dac2
3
+ metadata.gz: 10e246df58e5147669542bf51fc8d86dc3d69b08ab339282d83dc872c94ecfbd
4
+ data.tar.gz: 45f2709936d33738c8e6d70ed5765e07e0db5f3635a97c7f5539d9e1a2de0b15
5
5
  SHA512:
6
- metadata.gz: 49ed7273ab695d1e50ee0bdfd7f8c7f552ff54907d4d1ead75ce62ecb468d902321e502b9ac0ccf83f48f1caf9553e54eb035b85c55cf3255a05807bda9d326a
7
- data.tar.gz: a148a44d5f934a170daa865245467d1af8a8542ae1bdee75b57f24a3baa63287ab8addea356f5d6a144c46e237c3ca66c4d05ed8e5781b94b155172152eb9f3a
6
+ metadata.gz: 6e2f2ec4fca66d2d488e602a6e163b256c33ecb463f63c45992f8f13f2de5964484fad378e0690e79cf2596e2aa014a1d905198c152b879df885890d1d658f36
7
+ data.tar.gz: 224f1202b84ff8bd4fb686506056db0f6bbef0c9feaae50eaf62ac7721b4614d2b3ce4d153689d7c1cc44a445a409ce645ac62212c027df4d36b2f9174591e6b
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