Skip to content

Commit 00ecd25

Browse files
committed
feat: add clayton, gumbel, empirical gaussian copula support
1 parent c1edce3 commit 00ecd25

File tree

2 files changed

+280
-213
lines changed

2 files changed

+280
-213
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ keywords = ["stochastic", "quant", "finance", "simulation", "statistics"]
1515
anyhow = "1.0.89"
1616
approx = "0.5.1"
1717
argmin = "0.10.0"
18-
candle-core = "0.7.2"
19-
candle-datasets = "0.7.2"
20-
candle-nn = "0.7.2"
21-
candle-transformers = "0.7.2"
18+
candle-core = "0.8.1"
19+
candle-datasets = "0.8.1"
20+
candle-nn = "0.8.1"
21+
candle-transformers = "0.8.1"
2222
chrono = "0.4.38"
2323
flate2 = "1.0.34"
2424
gauss-quad = "0.2.1"
25-
impl-new-derive = "0.1.1"
25+
impl-new-derive = "0.1.2"
2626
implied-vol = "1.0.0"
2727
indicatif = "0.17.8"
2828
levenberg-marquardt = "0.14.0"
2929
linreg = "0.2.0"
3030
mimalloc = { version = "0.1.43", optional = true }
31-
nalgebra = "0.33.0"
31+
nalgebra = "0.33.2"
3232
ndarray = { version = "0.16.1", features = [
3333
"rayon",
3434
"matrixmultiply-threading",
@@ -46,7 +46,7 @@ quadrature = "0.1.2"
4646
rand = "0.8.5"
4747
rand_distr = "0.4.3"
4848
rayon = "1.10.0"
49-
sci-rs = "0.3.16"
49+
sci-rs = "0.4.1"
5050
scilib = "1.0.0"
5151
statrs = "0.17.1"
5252
tempfile = "3.13.0"

0 commit comments

Comments
 (0)