Skip to content

Commit e2ffef0

Browse files
avhzavhz
avhz
authored and
avhz
committed
Merge branch 'main' of github.com:avhz/RustQuant
2 parents 776f67b + 63c4784 commit e2ffef0

File tree

7 files changed

+50
-14
lines changed

7 files changed

+50
-14
lines changed

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[workspace.package]
1111
authors = ["avhz <RustQuantContact@gmail.com>"]
1212
description = "A Rust library for quantitative finance."
13-
version = "0.3.0"
13+
version = "0.3.1"
1414
edition = "2021"
1515
readme = "README.md"
1616
repository = "https://github.com/avhz/RustQuant"
@@ -65,19 +65,19 @@ rustdoc-args = ["--html-in-header", "katex.html", "--cfg", "docsrs"]
6565

6666
[workspace.dependencies]
6767
## RustQuant Crates
68-
RustQuant_autodiff = { version = "0.3.0", path = "crates/RustQuant_autodiff" }
69-
RustQuant_cashflows = { version = "0.3.0", path = "crates/RustQuant_cashflows" }
70-
RustQuant_data = { version = "0.3.0", path = "crates/RustQuant_data" }
71-
RustQuant_error = { version = "0.3.0", path = "crates/RustQuant_error" }
72-
RustQuant_instruments = { version = "0.3.0", path = "crates/RustQuant_instruments" }
73-
RustQuant_iso = { version = "0.3.0", path = "crates/RustQuant_iso" }
74-
RustQuant_math = { version = "0.3.0", path = "crates/RustQuant_math" }
75-
RustQuant_ml = { version = "0.3.0", path = "crates/RustQuant_ml" }
76-
RustQuant_portfolios = { version = "0.3.0", path = "crates/RustQuant_portfolios" }
77-
RustQuant_stochastics = { version = "0.3.0", path = "crates/RustQuant_stochastics" }
78-
RustQuant_time = { version = "0.3.0", path = "crates/RustQuant_time" }
79-
RustQuant_trading = { version = "0.3.0", path = "crates/RustQuant_trading" }
80-
RustQuant_utils = { version = "0.3.0", path = "crates/RustQuant_utils" }
68+
RustQuant_autodiff = { version = "0.3.1", path = "crates/RustQuant_autodiff" }
69+
RustQuant_cashflows = { version = "0.3.1", path = "crates/RustQuant_cashflows" }
70+
RustQuant_data = { version = "0.3.1", path = "crates/RustQuant_data" }
71+
RustQuant_error = { version = "0.3.1", path = "crates/RustQuant_error" }
72+
RustQuant_instruments = { version = "0.3.1", path = "crates/RustQuant_instruments" }
73+
RustQuant_iso = { version = "0.3.1", path = "crates/RustQuant_iso" }
74+
RustQuant_math = { version = "0.3.1", path = "crates/RustQuant_math" }
75+
RustQuant_ml = { version = "0.3.1", path = "crates/RustQuant_ml" }
76+
RustQuant_portfolios = { version = "0.3.1", path = "crates/RustQuant_portfolios" }
77+
RustQuant_stochastics = { version = "0.3.1", path = "crates/RustQuant_stochastics" }
78+
RustQuant_time = { version = "0.3.1", path = "crates/RustQuant_time" }
79+
RustQuant_trading = { version = "0.3.1", path = "crates/RustQuant_trading" }
80+
RustQuant_utils = { version = "0.3.1", path = "crates/RustQuant_utils" }
8181

8282
## External Crates
8383
argmin = "0.10.0" # https://docs.rs/argmin/latest/argmin/

crates/RustQuant_autodiff/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.1](https://github.com/avhz/RustQuant/compare/RustQuant_autodiff-v0.3.0...RustQuant_autodiff-v0.3.1) - 2024-11-10
10+
11+
### Other
12+
13+
- fix failing doc-tests (add RustQuant dev-dep)
14+
915
## [0.3.0](https://github.com/avhz/RustQuant/compare/RustQuant_autodiff-v0.2.12...RustQuant_autodiff-v0.3.0) - 2024-11-07
1016

1117
### Other

crates/RustQuant_cashflows/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.1](https://github.com/avhz/RustQuant/compare/RustQuant_cashflows-v0.3.0...RustQuant_cashflows-v0.3.1) - 2024-11-10
10+
11+
### Other
12+
13+
- fix failing doc-tests (add RustQuant dev-dep)
14+
915
## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_cashflows-v0.2.11...RustQuant_cashflows-v0.2.12) - 2024-10-29
1016

1117
### Other

crates/RustQuant_math/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.1](https://github.com/avhz/RustQuant/compare/RustQuant_math-v0.3.0...RustQuant_math-v0.3.1) - 2024-11-10
10+
11+
### Other
12+
13+
- fix failing doc-tests (add RustQuant dev-dep)
14+
915
## [0.3.0](https://github.com/avhz/RustQuant/compare/RustQuant_math-v0.2.12...RustQuant_math-v0.3.0) - 2024-11-07
1016

1117
### Other

crates/RustQuant_ml/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.1](https://github.com/avhz/RustQuant/compare/RustQuant_ml-v0.3.0...RustQuant_ml-v0.3.1) - 2024-11-10
10+
11+
### Other
12+
13+
- fix failing doc-tests (add RustQuant dev-dep)
14+
915
## [0.3.0](https://github.com/avhz/RustQuant/compare/RustQuant_ml-v0.2.12...RustQuant_ml-v0.3.0) - 2024-11-07
1016

1117
### Other

crates/RustQuant_stochastics/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.1](https://github.com/avhz/RustQuant/compare/RustQuant_stochastics-v0.3.0...RustQuant_stochastics-v0.3.1) - 2024-11-10
10+
11+
### Other
12+
13+
- fix failing doc-tests (add RustQuant dev-dep)
14+
915
## [0.3.0](https://github.com/avhz/RustQuant/compare/RustQuant_stochastics-v0.2.12...RustQuant_stochastics-v0.3.0) - 2024-11-07
1016

1117
### Other

crates/RustQuant_time/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.1](https://github.com/avhz/RustQuant/compare/RustQuant_time-v0.3.0...RustQuant_time-v0.3.1) - 2024-11-10
10+
11+
### Other
12+
13+
- fix failing doc-tests (add RustQuant dev-dep)
14+
915
## [0.3.0](https://github.com/avhz/RustQuant/compare/RustQuant_time-v0.2.12...RustQuant_time-v0.3.0) - 2024-11-07
1016

1117
### Other

0 commit comments

Comments
 (0)