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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,22 @@ This might occur when scenarios represent years or months, while an investment d
83
83
* The assignment of Bus Objects to Flow.bus is deprecated and will be removed in a future version. Use the label of the Bus instead.
84
84
* The usage of Effects objects in Dicts to assign shares to Effects is deprecated and will be removed in a future version. Use the label of the Effect instead.
85
85
86
+
## [2.1.5] - 2025-07-08
87
+
88
+
### Fixed
89
+
- Fixed Docs deployment
90
+
91
+
## [2.1.4] - 2025-07-08
92
+
93
+
### Fixed
94
+
- Fixing release notes of 2.1.3, as well as documentation build.
95
+
96
+
97
+
## [2.1.3] - 2025-07-08
98
+
99
+
### Fixed
100
+
- Using `Effect.maximum_operation_per_hour` raised an error, needing an extra timestep. This has been fixed thanks to @PRse4.
0 commit comments