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: doc/release_notes.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,15 @@ Release Notes
9
9
Upcoming Release
10
10
================
11
11
12
+
* Add script path getter helper method to allow for rule inheritance in nested snakefiles.
13
+
12
14
* Include new storage technologies such as li-ion, vanadium, lfp, lair, pair and iron-air. These technologies can now be configured as either store-link combinations or standalone storage units.
13
15
Implemented in both `add_electricity.py` and `prepare_sector_network.py` (https://github.com/PyPSA/pypsa-eur/pull/1961).
14
16
15
17
* Updated data sources for country-level electricity demand time series. In addition to the OPSD data (``retrieve_electricity_demand_opsd``, demand time series
16
18
are now downloaded via the ENTSO-E Transparency Platform API (``retrieve_electricity_demand_entsoe`` environment variable ``ENTSOE_API_KEY`` required)
17
19
and from the NESO data portal for Great Britain and Northern Ireland (``retrieve_electricity_demand_neso``).
18
-
Manual corrections and gap filling methods have been applied and checked for data until the end of 2025.
20
+
Manual corrections and gap filling methods have been applied and checked for data until the end of 2025.
19
21
(https://github.com/PyPSA/pypsa-eur/pull/1828).
20
22
21
23
* Applied scaling of kW and GW to MW for custom_costs as well (https://github.com/PyPSA/pypsa-eur/pull/2023).
0 commit comments