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 ## [0.4.0] - 2024-05-21
### Added ### Added
- Add support for two-stage stochastic problems - Add support for two-stage stochastic problems
- Add market clearing functions - Add support for day-ahead and real-time market clearing simulation
- Add time decomposition - Add time decomposition methods
- Add scenario decomposition (progressive hedging) - Add scenario decomposition methods (progressive hedging)
- Add support for battery storage - Add support for energy storage units
- Add support for network interfaces - Add support for network interfaces
- Rewrite documentation with runnable examples
## [0.3.0] - 2022-07-18 ## [0.3.0] - 2022-07-18
### Added ### Added

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

Loading…
Cancel
Save