File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
name = " SDDP"
2
2
uuid = " f4570300-c277-11e8-125c-4912f86ce65d"
3
3
authors = [
" Oscar Dowson <[email protected] " ]
4
- version = " 0.4.7 "
4
+ version = " 0.4.8 "
5
5
6
6
[deps ]
7
7
Distributed = " 8ba89e20-285c-5b6f-9357-94700520ee1b"
Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ CurrentModule = SDDP
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
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
+
10
22
## v0.4.7 (December 17, 2022)
11
23
12
24
### Added
You can’t perform that action at this time.
0 commit comments