diff --git a/doc/release_notes.rst b/doc/release_notes.rst index db1b7774e..5cc3422c0 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -20,32 +20,32 @@ E.g. if a new rule becomes available describe how to use it `make test` and in o * Integrate RDIR into sector rules to store intermediate data in scenario folders `PR #1154 `__ -**Minor Changes and bug-fixing** - -* The default configuration for `electricity:estimate_renewable_capacities:year` was updated from 2020 to 2023. `PR #1106 `__ - * Include a dedicated cutout for North America in bundle_config.yaml `PR #1121 `__ * Include a dedicated cutout for Europe in bundle_config.yaml `PR #1125 `__ +* Include a dedicated cutout for Oceania in bundle_config.yaml `PR #1157 `__ + +* Use BASE_DIR in rules and `_helpers.py` script for facilitate module import in subworkflow `PR #1137 `__ + +* Enable sector rules import in subworkflow `PR #1178 `__ + +**Minor Changes and bug-fixing** + +* The default configuration for `electricity:estimate_renewable_capacities:year` was updated from 2020 to 2023. `PR #1106 `__ + * Fix the mismatch between buses and x, y locations while creating H2 Stores `PR #1134 `__ * Enable configfile specification for mock_snakemake `PR #1135 `__ * Fix pre-commit docformatter python issue. `PR #1153 `__ -* Use BASE_DIR in rules and `_helpers.py` script for facilitate module import in subworkflow `PR #1137 `__ - -* Include a dedicated cutout for Oceania in bundle_config.yaml `PR #1157 `__ - * Drop duplicate entries in `AL_production.csv` data used in `build_industry_demand` rule `PR #1143 `__ * The computation of `hydro_profile.nc` in `build_renewable_profiles.py` is not differentiated whether alternative clustering is applied or not; the indexing of the different power plants in `add_electricity.py` is performed according to the bus either in case alternative clustering is applied or not and a `hydro_inflow_factor` is computed prior to the computation of `inflow_t` to split the inflow according to the capacity of each different unit of each power plant (if more units are present). `PR #1119 `__ * Fix bugs in `prepare_sector_network.py` related to links with H2 buses and bug of re-addition of H2 and battery carriers in present `PR #1145 `__ -* Enable sector rules import in subworkflow `PR #1178 `_ - PyPSA-Earth 0.4.1 =================