Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
russell_lab@0.8.0
russell_sparse@0.8.0
russell_stat@0.8.0
russell_tensor@0.8.0

Generated by cargo-workspaces
  • Loading branch information
cpmech committed Feb 12, 2024
1 parent f44ee17 commit 769e342
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion russell_lab/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russell_lab"
version = "0.7.2"
version = "0.8.0"
edition = "2021"
license = "MIT"
description = "Matrix-vector laboratory including linear algebra tools"
Expand Down
4 changes: 2 additions & 2 deletions russell_sparse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russell_sparse"
version = "0.7.2"
version = "0.8.0"
edition = "2021"
license = "MIT"
description = "Sparse matrix tools and solvers"
Expand All @@ -16,7 +16,7 @@ local_libs = []
intel_mkl = ["local_libs"]

[dependencies]
russell_lab = { path = "../russell_lab", version = "0.7.1" }
russell_lab = { path = "../russell_lab", version = "0.8.0" }
structopt = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions russell_stat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russell_stat"
version = "0.7.1"
version = "0.8.0"
edition = "2021"
license = "MIT"
description = "Statistics calculations, probability distributions, and pseudo random numbers"
Expand All @@ -12,7 +12,7 @@ categories = ["mathematics", "science"]
keywords = ["statistics", "probability", "random", "numerical"]

[dependencies]
russell_lab = { path = "../russell_lab", version = "0.7.1" }
russell_lab = { path = "../russell_lab", version = "0.8.0" }
num-traits = "0.2"
rand = "0.8.5"
rand_distr = "0.4.3"
4 changes: 2 additions & 2 deletions russell_tensor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russell_tensor"
version = "0.7.2"
version = "0.8.0"
edition = "2021"
license = "MIT"
description = "Tensor analysis structures and functions for continuum mechanics"
Expand All @@ -12,7 +12,7 @@ categories = ["mathematics", "science"]
keywords = ["tensor", "Voigt", "Mandel", "continuum", "mechanics"]

[dependencies]
russell_lab = { path = "../russell_lab", version = "0.7.1" }
russell_lab = { path = "../russell_lab", version = "0.8.0" }
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit 769e342

Please sign in to comment.