Skip to content

Commit 4091155

Browse files
authored
Prep for v1.9.0 (#793)
1 parent 8d24b0f commit 4091155

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

Diff for: 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 = "1.8.1"
4+
version = "1.9.0"
55

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

Diff for: docs/src/changelog.md

+25
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ 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+
## 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+
1035
## v1.8.1 (August 5, 2024)
1136

1237
### Fixed

0 commit comments

Comments
 (0)