We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29bc922 commit 91dceffCopy full SHA for 91dceff
Project.toml
@@ -1,7 +1,7 @@
1
name = "SDDP"
2
uuid = "f4570300-c277-11e8-125c-4912f86ce65d"
3
authors = ["Oscar Dowson <[email protected]>"]
4
-version = "1.10.2"
+version = "1.10.3"
5
6
[deps]
7
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
docs/src/changelog.md
@@ -7,6 +7,13 @@ CurrentModule = SDDP
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
10
+## v1.10.3 (January 22, 2025)
11
+
12
+### Other
13
14
+ - Add variable bounds to incoming states in [`LagrangianDuality`](@ref) (#819)
15
+ - Document how to use the [`Threaded`](@ref) parallel scheme (#821)
16
17
## v1.10.2 (January 13, 2025)
18
19
### Fixed
0 commit comments