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
* Adjusted to EMI v0.9
* Updated value in testset
* Fixed problems in documentation
* Uncertain why the inventories require this now
* To be considered to be removed in a later stage
* Increased robustness of test
Copy file name to clipboardExpand all lines: NEWS.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## Unversioned
4
4
5
+
### Breaking changes
6
+
7
+
* Adjusted to the changes introduced in [`EnergyModelsInvestments` 0.9](https://github.com/EnergyModelsX/EnergyModelsInvestments.jl/releases/tag/v0.9.0):
8
+
* Breaking change required as early retirement is now allowed.
9
+
* Changed the function call arguments for [`add_investment_constraints`](https://github.com/EnergyModelsX/EnergyModelsInvestments.jl/blob/0c84eb4fabdf6f3c188812a3555b40f2681e916b/src/model.jl#L1).
10
+
11
+
### Minor updates
12
+
5
13
* Introduced support in checks for `TwoLevelTree` and `StrategicStochasticProfile`.
6
14
7
15
## Version 0.9.5 (2026-03-25)
@@ -59,10 +67,10 @@
59
67
### Rework of data
60
68
61
69
* Renamed extension data related functions and types:
62
-
*`Data` is now called `ExtraData`.
70
+
*`Data` is now called `ExtensionData`.
63
71
*`create_data` is now called `create_ext_data`.
64
72
* The old version is still accessible, but will be removed in release 0.10.
65
-
* Allow for variable creation for `ExtraData` types and implemented the approach for `InvestmentData` for both `Node`s and `Link`s.
73
+
* Allow for variable creation for `ExtensionData` types and implemented the approach for `InvestmentData` for both `Node`s and `Link`s.
0 commit comments