diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a4481f..fe5903b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to `RiskLabAI.jl` are documented here. The format is based o [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (pre-1.0: minor versions may include breaking changes). +## [0.6.0] — 2026-06-20 + +Milestone release: `RiskLabAI.jl` is parity-complete with `RiskLabAI.py`, and the +companion [`Notebooks.jl`](https://github.com/RiskLabAI/Notebooks.jl) now ships a +complete set of seven flagship tutorials (portfolio construction, financial data +structures, fractional differentiation, triple-barrier labeling, cross-validation +& PBO, feature importance, and the Deep-BSDE PDE solver), each runnable +top-to-bottom against this package. + +No changes to the package's public API or behaviour since 0.5.1; the minor bump +marks the completed parity + tutorial milestone. + ## [0.5.1] — 2026-06-19 ### Fixed diff --git a/Project.toml b/Project.toml index 5421bd8..e9be587 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "RiskLabAI" uuid = "a72881da-fdaa-49c1-8962-99caf4ccfee8" -version = "0.5.1" +version = "0.6.0" authors = ["RiskLab AI "] [deps]