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
* **Regression hotfix**: Fixed a critical bug in statistics functions for multi-investment networks where built years and lifetimes were not being correctly considered. In version `v0.32.0`, only components active in the first time period were being included in statistics calculations. The fix ensures all components are properly represented according to their respective built years and lifetimes across all investment periods. (https://github.com/PyPSA/PyPSA/pull/1172)
37
-
38
-
* The expressions function `n.optimize.expressions.capacity` now uses the absolute efficiency
39
-
to calculate the capacity at link ports, unless a `bus_carrier` is defined or `at_port` is set to True.
40
-
This is in line with the behavior of the statistics functions (`statistics.installed_capacity`, `statistics.optimal_capacity`).
39
+
* **Regression hotfix**: Fixed a critical bug in statistics functions for
40
+
multi-investment networks where built years and lifetimes were not being correctly
41
+
considered. In version ``v0.32.0``, only components active in the first time period were
42
+
being included in statistics calculations. The fix ensures all components are properly
43
+
represented according to their respective built years and lifetimes across all
44
+
investment periods. This issue was patched in version ``0.33.2``. We also backported the
45
+
fix to version ``0.32.2``. (https://github.com/PyPSA/PyPSA/pull/1172)
46
+
47
+
* The expressions function `n.optimize.expressions.capacity` now uses the absolute
48
+
efficiency to calculate the capacity at link ports, unless a `bus_carrier` is defined
49
+
or `at_port` is set to True. This is in line with the behavior of the statistics
0 commit comments