Skip to content

Commit a0c00ff

Browse files
authored
Prep for v0.4.8 (#550)
1 parent 4ea956e commit a0c00ff

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SDDP"
22
uuid = "f4570300-c277-11e8-125c-4912f86ce65d"
33
authors = ["Oscar Dowson <[email protected]"]
4-
version = "0.4.7"
4+
version = "0.4.8"
55

66
[deps]
77
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"

docs/src/changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ CurrentModule = SDDP
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## v0.4.8 (December 19, 2022)
11+
12+
### Added
13+
14+
* Added `terminate_on_cycle` option to [`SDDP.Historical`](@ref) (#549)
15+
* Added `include_last_node` option to [`SDDP.DefaultForwardPass`](@ref) (#547)
16+
17+
### Fixed
18+
19+
* Reverted then fixed (#531) because it failed to account for problems with
20+
integer variables (#546) (#551)
21+
1022
## v0.4.7 (December 17, 2022)
1123

1224
### Added

0 commit comments

Comments
 (0)