Skip to content

Commit 3a35572

Browse files
authored
Merge pull request #5 from SingleRust/master
Reverse merge
2 parents 3a6fd32 + cc1b3f4 commit 3a35572

8 files changed

Lines changed: 946 additions & 350 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ description = "A Rust port of LAS2 from SVDLIBC"
44
keywords = ["svd"]
55
categories = ["algorithms", "data-structures", "mathematics", "science"]
66
name = "single-svdlib"
7-
version = "0.4.0"
7+
version = "0.8.0"
88
edition = "2021"
99
license-file = "SVDLIBC-LICENSE.txt"
1010

1111
[dependencies]
12+
anyhow = "1.0.97"
13+
argmin = { version = "0.10.0", features = ["rayon"] }
1214
nalgebra-sparse = "0.10.0"
13-
ndarray = "0.16.1"
1415
num-traits = "0.2.19"
1516
rand = "0.9.0"
17+
rand_distr = "0.5.1"
1618
rayon = "1.10.0"
1719
thiserror = "2.0.9"
20+
nshare = {version = "0.10.0", features = ["nalgebra", "ndarray"] }
21+
ndarray = "0.16.1"
22+
nalgebra = { version = "0.33.2", features = ["rayon"] }

0 commit comments

Comments
 (0)