From 496c3c30d66c2961485946095f5f0e2015250db2 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Tue, 4 Jun 2024 15:26:57 +1200 Subject: [PATCH] Prep for v1.7.0 (#743) --- Project.toml | 2 +- docs/src/changelog.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a4681c66b..9c8de83db 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SDDP" uuid = "f4570300-c277-11e8-125c-4912f86ce65d" authors = ["Oscar Dowson "] -version = "1.6.7" +version = "1.7.0" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 6fe672fb7..efa84e4dc 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,22 @@ 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.7.0 (June 4, 2024) + +### Added + + - Added `sample_backward_noise_terms_with_state` for creating backward pass + sampling schemes that depend on the current primal state. (#742) (Thanks + @arthur-brigatto) + +### Fixed + + - Fixed error message when `publication_plot` has non-finite data (#738) + +### Other + + - Updated the logo constructor (#730) + ## v1.6.7 (February 1, 2024) ### Fixed