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
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SDDP"
uuid = "f4570300-c277-11e8-125c-4912f86ce65d"
authors = ["Oscar Dowson <o.dowson@gmail.com>"]
version = "1.13.1"
version = "1.13.2"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down
12 changes: 12 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ 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.13.2 (April 23, 2026)

### Fixed

- Fixed cut selection with belief and objective states (#893)

### Other

- Added explicit returns to `SDDP.parameterize` functions (#885)
- Various documentation updates (#886), (#887), (#888), (#889), (#890)
- Fixed tests now that JSON is alphabetically sorted (#891)

## v1.13.1 (November 5, 2025)

### Fixed
Expand Down
Loading