From f1c5e65bdf7dc4a796c494032ad7b767bd4ef18f Mon Sep 17 00:00:00 2001 From: Hamid Arian Date: Sat, 20 Jun 2026 11:21:33 -0400 Subject: [PATCH] =?UTF-8?q?release:=20v0.6.0=20=E2=80=94=20parity=20+=20fl?= =?UTF-8?q?agship=20tutorial=20milestone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version 0.5.1 → 0.6.0. No package API/behaviour changes since 0.5.1; the minor bump marks RiskLabAI.jl reaching full parity with RiskLabAI.py alongside the completed seven-tutorial flagship set in Notebooks.jl. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 12 ++++++++++++ Project.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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]