Bump version to 0.4

m2m
Alinson S. Xavier 1 year ago
parent afcf8cfabb
commit 4b234a49c7

@ -14,11 +14,12 @@ All notable changes to this project will be documented in this file.
## [0.4.0] - 2024-05-21
### Added
- Add support for two-stage stochastic problems
- Add market clearing functions
- Add time decomposition
- Add scenario decomposition (progressive hedging)
- Add support for battery storage
- Add support for day-ahead and real-time market clearing simulation
- Add time decomposition methods
- Add scenario decomposition methods (progressive hedging)
- Add support for energy storage units
- Add support for network interfaces
- Rewrite documentation with runnable examples
## [0.3.0] - 2022-07-18
### Added

@ -2,7 +2,7 @@ name = "UnitCommitment"
uuid = "64606440-39ea-11e9-0f29-3303a1d3d877"
authors = ["Santos Xavier, Alinson <axavier@anl.gov>"]
repo = "https://github.com/ANL-CEEESA/UnitCommitment.jl"
version = "0.3.0"
version = "0.4.0"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@ -31,4 +31,4 @@ MathOptInterface = "1"
MPI = "0.20"
PackageCompiler = "1"
julia = "1"
TimerOutputs = "0.5"
TimerOutputs = "0.5"

Loading…
Cancel
Save