Skip to content

Commit aec55e2

Browse files
authored
Prep for v1.10.2 (#817)
1 parent 254d087 commit aec55e2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-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.10.1"
4+
version = "1.10.2"
55

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

Diff for: docs/src/changelog.md

+13
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ 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.2 (January 13, 2025)
11+
12+
### Fixed
13+
14+
- Fixed [`ConvexCombination`](@ref) with intercept terms (#815)
15+
16+
### Other
17+
18+
- Improved test coverage (#810) (#811)
19+
- Improved documentation for risk measures (#813)
20+
- Fixed badges for GitHub actions (#816)
21+
- Updated API reference (#814)
22+
1023
## v1.10.1 (November 28, 2024)
1124

1225
### Fixed

0 commit comments

Comments
 (0)