From 728b1518233033bbbc4cef52acb091a6589f89ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 19:37:34 +0000 Subject: [PATCH] Bump ndarray from 0.16.1 to 0.17.1 Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.16.1 to 0.17.1. - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](https://github.com/rust-ndarray/ndarray/compare/0.16.1...0.17.1) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++++----- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 911b043f..d5d0878e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -631,7 +631,7 @@ dependencies = [ "env_logger", "linfa", "log", - "ndarray 0.16.1", + "ndarray 0.17.1", "ndarray-rand", "numpy", "pyo3", @@ -649,7 +649,7 @@ dependencies = [ "approx", "criterion", "linfa", - "ndarray 0.16.1", + "ndarray 0.17.1", "ndarray-rand", "ndarray-stats", "num-traits", @@ -683,7 +683,7 @@ dependencies = [ "linfa-linalg", "linfa-pls", "log", - "ndarray 0.16.1", + "ndarray 0.17.1", "ndarray-linalg", "ndarray-npy", "ndarray-rand", @@ -717,7 +717,7 @@ dependencies = [ "linfa-linalg", "linfa-pls", "log", - "ndarray 0.16.1", + "ndarray 0.17.1", "ndarray-einsum", "ndarray-linalg", "ndarray-npy", @@ -752,7 +752,7 @@ dependencies = [ "linfa-linalg", "linfa-pls", "log", - "ndarray 0.16.1", + "ndarray 0.17.1", "ndarray-csv", "ndarray-linalg", "ndarray-npy", @@ -1462,6 +1462,9 @@ version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7c9125e8f6f10c9da3aad044cc918cf8784fa34de857b1aa68038eb05a50a9" dependencies = [ + "approx", + "cblas-sys", + "libc", "matrixmultiply", "num-complex", "num-integer", @@ -1469,6 +1472,7 @@ dependencies = [ "portable-atomic", "portable-atomic-util", "rawpointer", + "rayon", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 9fe2a790..dcb2e5c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tag-name = "{{version}}" linfa = { version = "0.8", default-features = false } linfa-linalg = { version = "0.2", default-features = false } -ndarray = { version = "0.16", features = ["rayon", "approx"] } +ndarray = { version = "0.17", features = ["rayon", "approx"] } ndarray-rand = "0.15" ndarray-stats = "0.6" ndarray-npy = "0.9"