polars-df 0.2.3-aarch64-linux → 0.2.4-aarch64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 794994690f9b7d00155bd1fcc99b9159fc4d7ac1dba9c121dbe77cabf2d21a71
4
- data.tar.gz: c15acb54ca9dcc57bd7ab94d107e0ebef28c699635407a7eda06dcc2cdcc5a0f
3
+ metadata.gz: 21f596fee79a60985fbc6707299d18989c803e4b9b3a27eff301bb6deff27ef0
4
+ data.tar.gz: 70a0360bd77dbcbb733077ab4451fd62056b2ad73fa50fb6249424c8c2e7318c
5
5
  SHA512:
6
- metadata.gz: e363c2d91a00ce71d156181f9ee363764a64851544ce323d255ddff8f62afacc000453cb05bd641c65f49e7391fb8f10380ce15c4c44ac36d40b0687a4fcb385
7
- data.tar.gz: d4c2258807326ea2b2a880d189768cc9061e9798be49840959e1b05cdd6eaf62fb8c62cc2fecad8087be24df59c97d012b46771bc44480ba2ee0bfefafcf17db
6
+ metadata.gz: 3f6a031ad5eb3e5f6f574ab76066fbeb3316ada1d1a794b1f449b44630266f6c8c71ab87b7f1d444319015658634931cb50842884db14daafb9fdf8d3c8b3de1
7
+ data.tar.gz: f2b135a98cdc736abc745733f800b70e3c5158693f384df1061086f79dbe1bedbd456b7cb445178e448acd0dfbdc124f555e80ee281e6cb4ff4f4bb5ad4e6f23
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.2.4 (2023-01-29)
2
+
3
+ - Added support for more types when creating a data frame from an array of hashes
4
+
1
5
  ## 0.2.3 (2023-01-22)
2
6
 
3
7
  - Fixed error with precompiled gem on Mac ARM
data/Cargo.lock CHANGED
@@ -1367,7 +1367,7 @@ dependencies = [
1367
1367
 
1368
1368
  [[package]]
1369
1369
  name = "polars"
1370
- version = "0.2.3"
1370
+ version = "0.2.4"
1371
1371
  dependencies = [
1372
1372
  "ahash",
1373
1373
  "jemallocator",
@@ -1653,18 +1653,18 @@ dependencies = [
1653
1653
 
1654
1654
  [[package]]
1655
1655
  name = "rb-sys"
1656
- version = "0.9.56"
1656
+ version = "0.9.58"
1657
1657
  source = "registry+https://github.com/rust-lang/crates.io-index"
1658
- checksum = "ef82428221475c6f9e7893fe30b88d45ac86bdb12e58e7c92055ba4bceb78a69"
1658
+ checksum = "0158f5115e1ad04a2ee231f597e86306af96f36a8b93ac0c01f8852d0ba89278"
1659
1659
  dependencies = [
1660
1660
  "rb-sys-build",
1661
1661
  ]
1662
1662
 
1663
1663
  [[package]]
1664
1664
  name = "rb-sys-build"
1665
- version = "0.9.56"
1665
+ version = "0.9.58"
1666
1666
  source = "registry+https://github.com/rust-lang/crates.io-index"
1667
- checksum = "950bfc239d2e7704576abe4d37b008876bbfd70a99196a188c5caeae2ba7344a"
1667
+ checksum = "6c27b779db4a2863db74ddad0011f0d0c55c528e9601126d4613ad688063bc05"
1668
1668
  dependencies = [
1669
1669
  "bindgen",
1670
1670
  "regex",
@@ -1673,9 +1673,9 @@ dependencies = [
1673
1673
 
1674
1674
  [[package]]
1675
1675
  name = "rb-sys-env"
1676
- version = "0.1.1"
1676
+ version = "0.1.2"
1677
1677
  source = "registry+https://github.com/rust-lang/crates.io-index"
1678
- checksum = "74c38752410925faeb82c400c06ba2fd9ee6aa8f719dd33994c9e53f5242d25f"
1678
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
1679
1679
 
1680
1680
  [[package]]
1681
1681
  name = "redox_syscall"
@@ -586,15 +586,15 @@ rayon-core v1.10.1
586
586
  https://github.com/rayon-rs/rayon
587
587
  MIT OR Apache-2.0
588
588
 
589
- rb-sys v0.9.56
589
+ rb-sys v0.9.58
590
590
  https://github.com/oxidize-rb/rb-sys
591
591
  MIT OR Apache-2.0
592
592
 
593
- rb-sys-build v0.9.56
593
+ rb-sys-build v0.9.58
594
594
  https://github.com/oxidize-rb/rb-sys
595
595
  MIT OR Apache-2.0
596
596
 
597
- rb-sys-env v0.1.1
597
+ rb-sys-env v0.1.2
598
598
  https://github.com/oxidize-rb/rb-sys
599
599
  MIT OR Apache-2.0
600
600
 
@@ -30036,32 +30036,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30036
30036
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30037
30037
  SOFTWARE.
30038
30038
 
30039
- ================================================================================
30040
- rb-sys-env LICENSE-MIT
30041
- ================================================================================
30042
-
30043
- The MIT License (MIT)
30044
-
30045
- Copyright (c) 2021-2022 Ian Ker-Seymer
30046
-
30047
- Permission is hereby granted, free of charge, to any person obtaining a copy
30048
- of this software and associated documentation files (the "Software"), to deal
30049
- in the Software without restriction, including without limitation the rights
30050
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30051
- copies of the Software, and to permit persons to whom the Software is
30052
- furnished to do so, subject to the following conditions:
30053
-
30054
- The above copyright notice and this permission notice shall be included in all
30055
- copies or substantial portions of the Software.
30056
-
30057
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30058
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30059
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30060
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30061
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30062
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30063
- SOFTWARE.
30064
-
30065
30039
  ================================================================================
30066
30040
  rb-sys-env LICENSE-APACHE
30067
30041
  ================================================================================
@@ -30257,6 +30231,32 @@ rb-sys-env LICENSE-APACHE
30257
30231
  See the License for the specific language governing permissions and
30258
30232
  limitations under the License.
30259
30233
 
30234
+ ================================================================================
30235
+ rb-sys-env LICENSE-MIT
30236
+ ================================================================================
30237
+
30238
+ The MIT License (MIT)
30239
+
30240
+ Copyright (c) 2021-2022 Ian Ker-Seymer
30241
+
30242
+ Permission is hereby granted, free of charge, to any person obtaining a copy
30243
+ of this software and associated documentation files (the "Software"), to deal
30244
+ in the Software without restriction, including without limitation the rights
30245
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30246
+ copies of the Software, and to permit persons to whom the Software is
30247
+ furnished to do so, subject to the following conditions:
30248
+
30249
+ The above copyright notice and this permission notice shall be included in all
30250
+ copies or substantial portions of the Software.
30251
+
30252
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30253
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30254
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30255
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30256
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30257
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30258
+ SOFTWARE.
30259
+
30260
30260
  ================================================================================
30261
30261
  regex LICENSE-APACHE
30262
30262
  ================================================================================
data/README.md CHANGED
@@ -69,6 +69,16 @@ Polars::DataFrame.new({
69
69
  })
70
70
  ```
71
71
 
72
+ From an array of hashes
73
+
74
+ ```ruby
75
+ Polars::DataFrame.new([
76
+ {"a" => 1, "b" => "one"},
77
+ {"a" => 2, "b" => "two"},
78
+ {"a" => 3, "b" => "three"}
79
+ ])
80
+ ```
81
+
72
82
  From an array of series
73
83
 
74
84
  ```ruby
Binary file
Binary file
Binary file
@@ -1,4 +1,4 @@
1
1
  module Polars
2
2
  # @private
3
- VERSION = "0.2.3"
3
+ VERSION = "0.2.4"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polars-df
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-22 00:00:00.000000000 Z
11
+ date: 2023-01-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: andrew@ankane.org