Skip to content

Commit 400ca33

Browse files
authored
chore: Update versions (#24508)
1 parent 2155cbf commit 400ca33

File tree

7 files changed

+68
-66
lines changed

7 files changed

+68
-66
lines changed

Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default-members = [
1515
]
1616

1717
[workspace.package]
18-
version = "0.50.0"
18+
version = "0.51.0"
1919
authors = ["Ritchie Vink <ritchie46@gmail.com>"]
2020
edition = "2024"
2121
homepage = "https://www.pola.rs/"
@@ -102,39 +102,39 @@ version_check = "0.9.4"
102102
xxhash-rust = { version = "0.8.6", features = ["xxh3"] }
103103
zstd = "0.13"
104104

105-
polars = { version = "0.50.0", path = "crates/polars", default-features = false }
106-
polars-compute = { version = "0.50.0", path = "crates/polars-compute", default-features = false }
107-
polars-core = { version = "0.50.0", path = "crates/polars-core", default-features = false }
108-
polars-dtype = { version = "0.50.0", path = "crates/polars-dtype", default-features = false }
109-
polars-dylib = { version = "0.50.0", path = "crates/polars-dylib", default-features = false }
110-
polars-error = { version = "0.50.0", path = "crates/polars-error", default-features = false }
111-
polars-expr = { version = "0.50.0", path = "crates/polars-expr", default-features = false }
112-
polars-ffi = { version = "0.50.0", path = "crates/polars-ffi", default-features = false }
113-
polars-io = { version = "0.50.0", path = "crates/polars-io", default-features = false }
114-
polars-json = { version = "0.50.0", path = "crates/polars-json", default-features = false }
115-
polars-lazy = { version = "0.50.0", path = "crates/polars-lazy", default-features = false }
116-
polars-mem-engine = { version = "0.50.0", path = "crates/polars-mem-engine", default-features = false }
117-
polars-ops = { version = "0.50.0", path = "crates/polars-ops", default-features = false }
118-
polars-parquet = { version = "0.50.0", path = "crates/polars-parquet", default-features = false }
119-
polars-plan = { version = "0.50.0", path = "crates/polars-plan", default-features = false }
120-
polars-python = { version = "0.50.0", path = "crates/polars-python", default-features = false }
121-
polars-row = { version = "0.50.0", path = "crates/polars-row", default-features = false }
122-
polars-schema = { version = "0.50.0", path = "crates/polars-schema", default-features = false }
123-
polars-sql = { version = "0.50.0", path = "crates/polars-sql", default-features = false }
124-
polars-stream = { version = "0.50.0", path = "crates/polars-stream", default-features = false }
125-
polars-testing = { version = "0.50.0", path = "crates/polars-testing", default-features = false }
126-
polars-time = { version = "0.50.0", path = "crates/polars-time", default-features = false }
127-
polars-utils = { version = "0.50.0", path = "crates/polars-utils", default-features = false }
128-
pyo3-polars = { version = "0.23.0", path = "pyo3-polars/pyo3-polars" }
129-
pyo3-polars-derive = { version = "0.17.0", path = "pyo3-polars/pyo3-polars-derive" }
105+
polars = { version = "0.51.0", path = "crates/polars", default-features = false }
106+
polars-compute = { version = "0.51.0", path = "crates/polars-compute", default-features = false }
107+
polars-core = { version = "0.51.0", path = "crates/polars-core", default-features = false }
108+
polars-dtype = { version = "0.51.0", path = "crates/polars-dtype", default-features = false }
109+
polars-dylib = { version = "0.51.0", path = "crates/polars-dylib", default-features = false }
110+
polars-error = { version = "0.51.0", path = "crates/polars-error", default-features = false }
111+
polars-expr = { version = "0.51.0", path = "crates/polars-expr", default-features = false }
112+
polars-ffi = { version = "0.51.0", path = "crates/polars-ffi", default-features = false }
113+
polars-io = { version = "0.51.0", path = "crates/polars-io", default-features = false }
114+
polars-json = { version = "0.51.0", path = "crates/polars-json", default-features = false }
115+
polars-lazy = { version = "0.51.0", path = "crates/polars-lazy", default-features = false }
116+
polars-mem-engine = { version = "0.51.0", path = "crates/polars-mem-engine", default-features = false }
117+
polars-ops = { version = "0.51.0", path = "crates/polars-ops", default-features = false }
118+
polars-parquet = { version = "0.51.0", path = "crates/polars-parquet", default-features = false }
119+
polars-plan = { version = "0.51.0", path = "crates/polars-plan", default-features = false }
120+
polars-python = { version = "0.51.0", path = "crates/polars-python", default-features = false }
121+
polars-row = { version = "0.51.0", path = "crates/polars-row", default-features = false }
122+
polars-schema = { version = "0.51.0", path = "crates/polars-schema", default-features = false }
123+
polars-sql = { version = "0.51.0", path = "crates/polars-sql", default-features = false }
124+
polars-stream = { version = "0.51.0", path = "crates/polars-stream", default-features = false }
125+
polars-testing = { version = "0.51.0", path = "crates/polars-testing", default-features = false }
126+
polars-time = { version = "0.51.0", path = "crates/polars-time", default-features = false }
127+
polars-utils = { version = "0.51.0", path = "crates/polars-utils", default-features = false }
128+
pyo3-polars = { version = "0.24.0", path = "pyo3-polars/pyo3-polars" }
129+
pyo3-polars-derive = { version = "0.18.0", path = "pyo3-polars/pyo3-polars-derive" }
130130

131131
[workspace.dependencies.arrow-format]
132132
package = "polars-arrow-format"
133133
version = "0.2.0"
134134

135135
[workspace.dependencies.arrow]
136136
package = "polars-arrow"
137-
version = "0.50.0"
137+
version = "0.51.0"
138138
path = "crates/polars-arrow"
139139
default-features = false
140140
features = [

crates/polars-plan/src/plans/python/pyarrow.rs

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,11 @@ pub fn predicate_to_pa(
8080
write!(list_repr, "{av},").unwrap();
8181
},
8282
// Hard to sanitize
83-
AnyValue::Binary(_)
84-
| AnyValue::Struct(_, _, _)
85-
| AnyValue::List(_)
86-
| AnyValue::Array(_, _) => return None,
83+
AnyValue::Binary(_) | AnyValue::List(_) => return None,
84+
#[cfg(feature = "dtype-array")]
85+
AnyValue::Array(_, _) => return None,
86+
#[cfg(feature = "dtype-struct")]
87+
AnyValue::Struct(_, _, _) => return None,
8788
_ => {
8889
write!(list_repr, "{av},").unwrap();
8990
},
@@ -120,10 +121,11 @@ pub fn predicate_to_pa(
120121
#[cfg(feature = "dtype-datetime")]
121122
AnyValue::Datetime(v, tu, tz) => Some(to_py_datetime(v, &tu, tz)),
122123
// Hard to sanitize
123-
AnyValue::Binary(_)
124-
| AnyValue::Struct(_, _, _)
125-
| AnyValue::List(_)
126-
| AnyValue::Array(_, _) => None,
124+
AnyValue::Binary(_) | AnyValue::List(_) => None,
125+
#[cfg(feature = "dtype-array")]
126+
AnyValue::Array(_, _) => None,
127+
#[cfg(feature = "dtype-struct")]
128+
AnyValue::Struct(_, _, _) => None,
127129
// Activate once pyarrow supports them
128130
// #[cfg(feature = "dtype-time")]
129131
// AnyValue::Time(v) => {

crates/polars-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "Testing suite for the Polars DataFrame library"
1010

1111
[dependencies]
1212
polars-core = { workspace = true, features = ["dtype-array", "dtype-categorical", "dtype-struct"] }
13-
polars-ops = { workspace = true, features = ["abs"] }
13+
polars-ops = { workspace = true, features = ["abs", "is_close"] }
1414

1515
[lints]
1616
workspace = true

crates/polars-testing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To use `polars-testing`, add it as a dependency to your Rust project's `Cargo.to
99

1010
```toml
1111
[dependencies]
12-
polars-testing = "0.50.0"
12+
polars-testing = "0.51.0"
1313
```
1414

1515
You can then import the crate in your Rust code using:

pyo3-polars/pyo3-polars-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyo3-polars-derive"
3-
version = "0.17.1"
3+
version = "0.18.0"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

pyo3-polars/pyo3-polars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyo3-polars"
3-
version = "0.23.1"
3+
version = "0.24.0"
44
edition = "2021"
55
license = "MIT"
66
readme = "../README.md"

0 commit comments

Comments
 (0)