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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.1] — 2026-06-20

### Changed

- Added `[compat]` entries for the standard-library dependencies (`Dates`,
`LinearAlgebra`, `Random`, `Statistics`) so the package passes Julia General
registry auto-merge. No source or API changes.

## [0.6.0] — 2026-06-20

Milestone release: `RiskLabAI.jl` is parity-complete with `RiskLabAI.py`, and the
Expand Down
6 changes: 5 additions & 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.6.0"
version = "0.6.1"
authors = ["RiskLab AI <research@risklab.ai>"]

[deps]
Expand All @@ -23,11 +23,15 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
Clustering = "0.15"
Combinatorics = "1"
DataFrames = "1"
Dates = "1"
DecisionTree = "0.12"
Distributions = "0.25"
HypothesisTests = "0.11"
LinearAlgebra = "1"
Lux = "1.31.4"
Optimisers = "0.4.7"
Random = "1"
Statistics = "1"
TimeSeries = "0.20 - 0.24"
Zygote = "0.7.11"
julia = "1.10"
Expand Down
Loading