polars-df 0.17.0 → 0.18.0

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.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polars-df
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-28 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: bigdecimal
@@ -93,11 +93,13 @@ files:
93
93
  - ext/polars/src/interop/arrow/to_ruby.rs
94
94
  - ext/polars/src/interop/mod.rs
95
95
  - ext/polars/src/interop/numo/mod.rs
96
+ - ext/polars/src/interop/numo/numo_rs.rs
96
97
  - ext/polars/src/interop/numo/to_numo_df.rs
97
98
  - ext/polars/src/interop/numo/to_numo_series.rs
98
99
  - ext/polars/src/lazyframe/general.rs
99
100
  - ext/polars/src/lazyframe/mod.rs
100
101
  - ext/polars/src/lazyframe/serde.rs
102
+ - ext/polars/src/lazyframe/sink.rs
101
103
  - ext/polars/src/lazygroupby.rs
102
104
  - ext/polars/src/lib.rs
103
105
  - ext/polars/src/map/dataframe.rs
@@ -171,6 +173,7 @@ files:
171
173
  - lib/polars/name_expr.rb
172
174
  - lib/polars/plot.rb
173
175
  - lib/polars/rolling_group_by.rb
176
+ - lib/polars/schema.rb
174
177
  - lib/polars/selectors.rb
175
178
  - lib/polars/series.rb
176
179
  - lib/polars/slice.rb
@@ -207,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
207
210
  - !ruby/object:Gem::Version
208
211
  version: '0'
209
212
  requirements: []
210
- rubygems_version: 3.6.2
213
+ rubygems_version: 3.6.7
211
214
  specification_version: 4
212
215
  summary: Blazingly fast DataFrames for Ruby
213
216
  test_files: []