File tree 2 files changed +26
-1
lines changed
2 files changed +26
-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 = " 1.8.1 "
4
+ version = " 1.9.0 "
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,31 @@ 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
+ ## v1.9.0 (October 17, 2024)
11
+
12
+ ### Added
13
+
14
+ - Added ` write_only_selected_cuts ` and ` cut_selection ` keyword arguments to
15
+ [ ` write_cuts_to_file ` ] ( @ref ) and [ ` read_cuts_from_file ` ] ( @ref ) to skip
16
+ potentially expensive operations (#781 ) (#784 )
17
+ - Added [ ` set_numerical_difficulty_callback ` ] ( @ref ) to modify the subproblem on
18
+ numerical difficulty (#790 )
19
+
20
+ ### Fixed
21
+
22
+ - Fixed the tests to skip threading tests if running in serial (#770 )
23
+ - Fixed [ ` BanditDuality ` ] ( @ref ) to handle the case where the standard deviation
24
+ is ` NaN ` (#779 )
25
+ - Fixed an error when lagged state variables are encountered in ` MSPFormat `
26
+ (#786 )
27
+ - Fixed ` publication_plot ` with replications of different lengths (#788 )
28
+ - Fixed CTRL+C interrupting the code at unsafe points (#789 )
29
+
30
+ ### Other
31
+
32
+ - Documentation improvements (#771 ) (#772 )
33
+ - Updated printing because of changes in JuMP (#773 )
34
+
10
35
## v1.8.1 (August 5, 2024)
11
36
12
37
### Fixed
You can’t perform that action at this time.
0 commit comments