You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix miscellaneous bugs and miscellaneous improvements (#22)
* Fix bug when length(get_products(system)) == length(id_to_color_map) but when get_products(system) is not a subset of keys(id_to_color_map). This case did not expand id_to_color_map correctly.
* Add the EnergyModelsGUI package in the Project.toml file in the examples folder.
* Added more descriptive names for EnergyModelsHeat and EnergyModelsHydrogen in the descriptive_names.yml file and performed a cleanup of the file. Also added colors for the HeatLT and HeatHT resources.
* Order the colors (by id) in the Resources legend and move boundaries for countries just above the ocean layer.
* Add missing description of the case_name option in the GUI-function.
* Fix default placements of the nodes in a uniform circle (when coordinates are not provided).
* Only create the design-folder if needed
Copy file name to clipboardExpand all lines: NEWS.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Release notes
2
2
3
+
## Version 0.5.13 (2025-06-02)
4
+
5
+
### Bugfix
6
+
7
+
* Fix bug when `length(get_products(system)) == length(id_to_color_map)` but when `get_products(system)` is not a subset of `keys(id_to_color_map)`. This case did not expand `id_to_color_map` correctly.
8
+
* Add missing description of the `case_name` option in the `GUI`-function.
9
+
* Add the `EnergyModelsGUI` package in the `Project.toml` file in the examples folder.
10
+
11
+
### Enhancement
12
+
13
+
* Added more descriptive names for `EnergyModelsHeat` and `EnergyModelsHydrogen` and add a colors for the `HeatLT` and `HeatHT` resources.
14
+
15
+
### Adjustment
16
+
* Order the colors (by id) in the Resources legend.
17
+
* Move boundaries for countries just above the ocean layer.
18
+
* Fix default placements of the nodes in a uniform circle (when coordinates are not provided).
0 commit comments