Skip to content

Commit d15b701

Browse files
committed
Updated NEWS.md and version number
1 parent a011d01 commit d15b701

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Release notes
22

3-
## Unversioned
3+
## Version 0.5.16 (2025-09-24)
44

55
### Enhancement
66

77
* Enable reading model results from files by enabling `model::String` being the directory to the saved files instead of `model::JuMP.Model`. Note that the files can be generated by `EnergyModelsGUI.save_results(model::JuMP.model)`.
88
* Enhance the descriptive names for nodes having dictionaries with keys of type Resource as in the `MultipleBuildingTypes`-node in `EnergyModelsLanguageInterfaces.jl`.
9-
* Enhance visualization of plots over OperationalPeriods having a constant non-zero value.
9+
* Enhance visualization of plots over `OperationalPeriod`s having a constant non-zero value.
10+
* Improved the cross references in the documentation and added how to show results from a model run.
1011

1112
### Adjustment
1213

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "EnergyModelsGUI"
22
uuid = "737a7361-d3b7-40e9-b1ac-59bee4c5ea2d"
33
authors = ["Jon Vegard Venås <JonVegard.Venas@sintef.no>", "Magnus Askeland <Magnus.Askeland@sintef.no>", "Shweta Tiwari <Shweta.Tiwari@sintef.no>"]
4-
version = "0.5.15"
4+
version = "0.5.16"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

0 commit comments

Comments
 (0)