extend release notes [no ci]

This commit is contained in:
Fabian Neumann 2024-05-13 14:11:39 +02:00
parent 6321a69870
commit 1dbb7e911d

View File

@ -12,7 +12,14 @@ Upcoming Release
* Add floating wind technology for water depths below 60m * Add floating wind technology for water depths below 60m
* Add config ``run: shared_resources: exclude:`` to specify additional files that should be excluded from shared resources with the setting ``run: shared_resources: base``. * Add config ``run: shared_resources: exclude:`` to specify additional files
that should be excluded from shared resources with the setting ``run:
shared_resources: base``. The function ``_helpers/get_run_path()`` now takes
an additional keyword argument ``exclude_from_shared`` with a list of files
that should not be shared. This keyword argument accepts a list of strings
where the string only needs to match the start of a filename (e.g.
``"transport_data"`` would exclude both ``transport_data.csv`` and
``transport_data_{simpl}_{clusters}.csv`` from being shared across scenarios.
* Move switch ``run: shared_resources:`` to ``run: shared_resources: policy:``. * Move switch ``run: shared_resources:`` to ``run: shared_resources: policy:``.