From 0081004f0d8aa85d5d1b8b9b78bad95c822e511c Mon Sep 17 00:00:00 2001 From: Peter Hille Date: Fri, 23 Jan 2026 22:36:19 +0100 Subject: [PATCH 1/2] Update ndarray 0.16.1 -> 0.17.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49ea749..cf6e2ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ exclude = [ polars = { version = "0.47.1", features = ["lazy", "strings", "temporal", "rolling_window", "parquet", "dtype-categorical", "dtype-struct"] } chrono = "0.4.34" thiserror = "2.0.11" # Consider updating if needed, check compatibility -ndarray = "0.16.1" # Consider updating if needed, check compatibility +ndarray = "0.17.2" # Consider updating if needed, check compatibility serde = { version = "1.0", features = ["derive"] } rand = "0.9.1" From 719cffffdeac229b0f799360d2d7f4a068058657 Mon Sep 17 00:00:00 2001 From: Peter Hille Date: Fri, 23 Jan 2026 22:42:02 +0100 Subject: [PATCH 2/2] Update polars 0.47.1 -> 0.52.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf6e2ad..cf90039 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ exclude = [ ] [dependencies] -polars = { version = "0.47.1", features = ["lazy", "strings", "temporal", "rolling_window", "parquet", "dtype-categorical", "dtype-struct"] } +polars = { version = "0.52.0", features = ["lazy", "strings", "temporal", "rolling_window", "parquet", "dtype-categorical", "dtype-struct", "regex", "timezones"] } chrono = "0.4.34" thiserror = "2.0.11" # Consider updating if needed, check compatibility ndarray = "0.17.2" # Consider updating if needed, check compatibility