Skip to content

Commit 91dceff

Browse files
authored
Prep for v1.10.3 (#822)
1 parent 29bc922 commit 91dceff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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 = "1.10.2"
4+
version = "1.10.3"
55

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

docs/src/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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.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+
1017
## v1.10.2 (January 13, 2025)
1118

1219
### Fixed

0 commit comments

Comments
 (0)