Skip to content

Commit a85c12b

Browse files
authored
Merge pull request #3 from SingleRust/mwu-testing
Mwu testing
2 parents 71c0ddd + 4976549 commit a85c12b

6 files changed

Lines changed: 374 additions & 8 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "single-statistics"
3-
version = "0.8.1"
3+
version = "0.8.3"
44
edition = "2024"
55
license-file = "LICENSE.md"
66
readme = "README.md"
@@ -9,14 +9,17 @@ authors = ["Ian F. Diks"]
99
repository = "https://github.com/SingleRust/single-statistics"
1010
homepage = "https://singlerust.com"
1111

12+
[features]
13+
enrichment = []
1214

1315
[dependencies]
1416
anyhow = "1.0.98"
17+
indicatif = {version = "0.18.2", features = ["rayon"]}
1518
nalgebra-sparse = "0.10.0"
1619
ndarray = {version = "0.16.1", features = ["rayon"]}
1720
num-traits = "0.2.19"
1821
rayon = "1.10.0"
19-
single-utilities = "0.8.0"
22+
single-utilities = "0.8.7"
2023
statrs = "0.18.0"
2124

2225
[dev-dependencies]

0 commit comments

Comments
 (0)