Skip to content

Commit

Permalink
Prep for v1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Jan 28, 2025
1 parent ee0e13a commit 48186bb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SDDP"
uuid = "f4570300-c277-11e8-125c-4912f86ce65d"
authors = ["Oscar Dowson <[email protected]>"]
version = "1.10.3"
version = "1.10.4"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down
14 changes: 14 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ CurrentModule = SDDP
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.10.4 (January 29, 2025)

### Fixed

- Throw a warning and limit threads when there are fewer nodes than threads
available (#823)
- Fixed [`simulate`](@ref) with [`Threaded`](@ref) to spawn chunked threads
instead of one thread for each replication (#824)

### Other

- Updated `test/plugins/threaded.jl` to use a module (#825)
- Updated the copyright notice to 2025 (#826)

## v1.10.3 (January 22, 2025)

### Other
Expand Down

0 comments on commit 48186bb

Please sign in to comment.