From aa0cf1b329f6de7fdbba23cb5dd66d7d97faeb40 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Tue, 19 Nov 2024 13:21:10 +1300 Subject: [PATCH] Prep for v1.10 (#805) --- Project.toml | 2 +- docs/src/changelog.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0bcd20858..cc90c83ae 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SDDP" uuid = "f4570300-c277-11e8-125c-4912f86ce65d" authors = ["Oscar Dowson "] -version = "1.9.0" +version = "1.10.0" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 8bedb2549..ebb5bcf19 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,21 @@ CurrentModule = SDDP The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.10.0 (November 19, 2024) + +### Added + + - Added `root_node_risk_measure` keyword to [`train`](@ref) (#804) + +### Fixed + + - Fixed a bug with cut sharing in a graph with zero-probability arcs (#797) + +### Other + + - Added a new tutorial [Example: inventory management](@ref) (#795) + - Added a stochastic lead time example to docs (#800) + ## v1.9.0 (October 17, 2024) ### Added