We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cbb4c9 + ae8c6c8 commit 42384c8Copy full SHA for 42384c8
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "stochastic-rs"
3
-version = "0.12.0"
+version = "0.12.1"
4
edition = "2021"
5
license = "MIT"
6
description = "A Rust library for quant finance and simulating stochastic processes."
@@ -36,9 +36,7 @@ ndarray = { version = "0.16.1", features = [
36
"matrixmultiply-threading",
37
"blas",
38
] }
39
-ndarray-linalg = { version = "0.17.0", features = [
40
- "openblas-static",
41
-] }
+ndarray-linalg = { version = "0.17.0", features = ["openblas-static"] }
42
ndarray-npy = "0.9.1"
43
ndarray-rand = "0.15.0"
44
ndarray-stats = "0.6.0"
0 commit comments