Skip to content

Commit b89f998

Browse files
authored
Merge pull request #34 from SingleRust/dev-svdlib-upgrade
Dev svdlib upgrade
2 parents 7361abf + 224b890 commit b89f998

File tree

2 files changed

+12
-32
lines changed

2 files changed

+12
-32
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "single_algebra"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
edition = "2021"
55
license-file = "LICENSE.md"
66
description = "A linear algebra convenience library for the single-rust library. Can be used externally as well."
@@ -35,12 +35,12 @@ num-traits = "0.2.19"
3535
rayon = "1.10.0"
3636
simba = { version = "0.9.0", optional = true }
3737
smartcore = { version = "0.4", features = ["ndarray-bindings"], optional = true }
38-
single-svdlib = { version = "1.0.5"}
3938
rand = "0.9.0"
4039
single-utilities = "0.8.0"
4140
linfa-tsne = {version = "0.7.1"}
4241
linfa = "0.7.1"
42+
single-svdlib = "1.0.6"
4343

4444
[dev-dependencies]
45-
criterion = "0.5.1"
45+
criterion = "0.7.0"
4646
approx = "0.5.1"

0 commit comments

Comments
 (0)