Skip to content

Commit

Permalink
Merge pull request #284 from avhz/release-plz-2024-10-28T23-46-33Z
Browse files Browse the repository at this point in the history
  • Loading branch information
avhz authored Oct 29, 2024
2 parents 831a882 + b28edf9 commit 04d5cbc
Show file tree
Hide file tree
Showing 13 changed files with 98 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[workspace.package]
authors = ["avhz <[email protected]>"]
description = "A Rust library for quantitative finance."
version = "0.2.11"
version = "0.2.12"
edition = "2021"
readme = "README.md"
repository = "https://github.com/avhz/RustQuant"
Expand Down Expand Up @@ -64,19 +64,19 @@ rustdoc-args = ["--html-in-header", "katex.html", "--cfg", "docsrs"]

[workspace.dependencies]
## RustQuant Crates
RustQuant_autodiff = { version = "0.2.11", path = "crates/RustQuant_autodiff" }
RustQuant_cashflows = { version = "0.2.11", path = "crates/RustQuant_cashflows" }
RustQuant_data = { version = "0.2.11", path = "crates/RustQuant_data" }
RustQuant_error = { version = "0.2.11", path = "crates/RustQuant_error" }
RustQuant_instruments = { version = "0.2.11", path = "crates/RustQuant_instruments" }
RustQuant_iso = { version = "0.2.11", path = "crates/RustQuant_iso" }
RustQuant_math = { version = "0.2.11", path = "crates/RustQuant_math" }
RustQuant_ml = { version = "0.2.11", path = "crates/RustQuant_ml" }
RustQuant_portfolios = { version = "0.2.11", path = "crates/RustQuant_portfolios" }
RustQuant_stochastics = { version = "0.2.11", path = "crates/RustQuant_stochastics" }
RustQuant_time = { version = "0.2.11", path = "crates/RustQuant_time" }
RustQuant_trading = { version = "0.2.11", path = "crates/RustQuant_trading" }
RustQuant_utils = { version = "0.2.11", path = "crates/RustQuant_utils" }
RustQuant_autodiff = { version = "0.2.12", path = "crates/RustQuant_autodiff" }
RustQuant_cashflows = { version = "0.2.12", path = "crates/RustQuant_cashflows" }
RustQuant_data = { version = "0.2.12", path = "crates/RustQuant_data" }
RustQuant_error = { version = "0.2.12", path = "crates/RustQuant_error" }
RustQuant_instruments = { version = "0.2.12", path = "crates/RustQuant_instruments" }
RustQuant_iso = { version = "0.2.12", path = "crates/RustQuant_iso" }
RustQuant_math = { version = "0.2.12", path = "crates/RustQuant_math" }
RustQuant_ml = { version = "0.2.12", path = "crates/RustQuant_ml" }
RustQuant_portfolios = { version = "0.2.12", path = "crates/RustQuant_portfolios" }
RustQuant_stochastics = { version = "0.2.12", path = "crates/RustQuant_stochastics" }
RustQuant_time = { version = "0.2.12", path = "crates/RustQuant_time" }
RustQuant_trading = { version = "0.2.12", path = "crates/RustQuant_trading" }
RustQuant_utils = { version = "0.2.12", path = "crates/RustQuant_utils" }

## External Crates
argmin = "0.10.0" # https://docs.rs/argmin/latest/argmin/
Expand Down
6 changes: 6 additions & 0 deletions crates/RustQuant_autodiff/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_autodiff-v0.2.11...RustQuant_autodiff-v0.2.12) - 2024-10-29

### Other

- katex header in sub-crates

## [0.2.10](https://github.com/avhz/RustQuant/compare/RustQuant_autodiff-v0.2.9...RustQuant_autodiff-v0.2.10) - 2024-10-28

### Other
Expand Down
6 changes: 6 additions & 0 deletions crates/RustQuant_cashflows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_cashflows-v0.2.11...RustQuant_cashflows-v0.2.12) - 2024-10-29

### Other

- katex header in sub-crates

## [0.2.10](https://github.com/avhz/RustQuant/compare/RustQuant_cashflows-v0.2.9...RustQuant_cashflows-v0.2.10) - 2024-10-28

### Other
Expand Down
10 changes: 10 additions & 0 deletions crates/RustQuant_data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_data-v0.2.11...RustQuant_data-v0.2.12) - 2024-10-29

### Fixed

- failing tests in `data::io`

### Other

- katex header in sub-crates

## [0.2.11](https://github.com/avhz/RustQuant/releases/tag/RustQuant_data-v0.2.11) - 2024-10-28

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/RustQuant_error/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_error-v0.2.11...RustQuant_error-v0.2.12) - 2024-10-29

### Other

- katex header in sub-crates

## [0.2.10](https://github.com/avhz/RustQuant/compare/RustQuant_error-v0.2.9...RustQuant_error-v0.2.10) - 2024-10-28

### Other
Expand Down
14 changes: 14 additions & 0 deletions crates/RustQuant_instruments/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_instruments-v0.2.11...RustQuant_instruments-v0.2.12) - 2024-10-29

### Added

- Heston93 model impl

### Fixed

- failing tests in `instruments::options::black_scholes_merton`

### Other

- katex header in sub-crates

## [0.2.11](https://github.com/avhz/RustQuant/releases/tag/RustQuant_instruments-v0.2.11) - 2024-10-28

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/RustQuant_iso/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_iso-v0.2.11...RustQuant_iso-v0.2.12) - 2024-10-29

### Other

- katex header in sub-crates

## [0.2.10](https://github.com/avhz/RustQuant/compare/RustQuant_iso-v0.2.9...RustQuant_iso-v0.2.10) - 2024-10-28

### Other
Expand Down
6 changes: 6 additions & 0 deletions crates/RustQuant_math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_math-v0.2.11...RustQuant_math-v0.2.12) - 2024-10-29

### Other

- katex header in sub-crates

## [0.2.11](https://github.com/avhz/RustQuant/compare/RustQuant_math-v0.2.10...RustQuant_math-v0.2.11) - 2024-10-28

### Other
Expand Down
6 changes: 6 additions & 0 deletions crates/RustQuant_ml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_ml-v0.2.11...RustQuant_ml-v0.2.12) - 2024-10-29

### Other

- katex header in sub-crates

## [0.2.11](https://github.com/avhz/RustQuant/compare/RustQuant_ml-v0.2.10...RustQuant_ml-v0.2.11) - 2024-10-28

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/RustQuant_portfolios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_portfolios-v0.2.11...RustQuant_portfolios-v0.2.12) - 2024-10-29

### Other

- katex header in sub-crates

## [0.2.11](https://github.com/avhz/RustQuant/releases/tag/RustQuant_portfolios-v0.2.11) - 2024-10-28

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/RustQuant_stochastics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_stochastics-v0.2.11...RustQuant_stochastics-v0.2.12) - 2024-10-29

### Other

- katex header in sub-crates

## [0.2.11](https://github.com/avhz/RustQuant/releases/tag/RustQuant_stochastics-v0.2.11) - 2024-10-28

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/RustQuant_time/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_time-v0.2.11...RustQuant_time-v0.2.12) - 2024-10-29

### Other

- katex header in sub-crates

## [0.2.11](https://github.com/avhz/RustQuant/releases/tag/RustQuant_time-v0.2.11) - 2024-10-28

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/RustQuant_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_utils-v0.2.11...RustQuant_utils-v0.2.12) - 2024-10-29

### Other

- katex header in sub-crates

## [0.2.10](https://github.com/avhz/RustQuant/compare/RustQuant_utils-v0.2.9...RustQuant_utils-v0.2.10) - 2024-10-28

### Other
Expand Down

0 comments on commit 04d5cbc

Please sign in to comment.