Skip to content

Commit 33d20bf

Browse files
author
Jon Vegard Venås
committed
Fix missing packages in the test environment and update NEWS.md
1 parent 13bccd2 commit 33d20bf

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release notes
22

3+
## Version 0.6.1 (2025-12-17)
4+
5+
### Enhancements
6+
7+
* Improved testing of `descriptive_names` and added more names from other packages.
8+
* Improved documentation.
9+
10+
311
## Version 0.6.0 (2025-12-15)
412

513
### Bugfix

test/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[deps]
22
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
33
EnergyModelsBase = "5d7e687e-f956-46f3-9045-6f5a5fd49f50"
4+
EnergyModelsCO2 = "84b3f4d7-d799-4a5d-b06c-25c90dcfcad7"
45
EnergyModelsGeography = "3f775d88-a4da-46c4-a2cc-aa9f16db6708"
6+
EnergyModelsHeat = "ad1b8b27-e232-4da9-b498-bea9c19a30d7"
7+
EnergyModelsHydrogen = "44855f8b-b147-4985-ac18-48817d03c548"
58
EnergyModelsInvestments = "fca3f8eb-b383-437d-8e7b-aac76bb2004f"
69
EnergyModelsRenewableProducers = "b007c34f-ba52-4995-ba37-fffe79fbde35"
710
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"

test/example_all_structures.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const EMI = EnergyModelsInvestments
2020
const TS = TimeStruct
2121

2222
"""
23-
Mega-example: combines all node families from the attached examples into ONE connected Case.
23+
All-in-one-case: combines all nodes from the main EMX packages.
2424
2525
This comprehensive example includes:
2626
- Two areas (EnergyModelsGeography) transferring `Power` and `CO2` with investment

0 commit comments

Comments
 (0)