Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "RiskLabAI"
uuid = "a72881da-fdaa-49c1-8962-99caf4ccfee8"
version = "0.5.1"
version = "0.6.0"
authors = ["RiskLab AI <research@risklab.ai>"]

[deps]
Expand Down
Loading