From 1dbb7e911d1f1f6bfeccaea5228f2918ac368eeb Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Mon, 13 May 2024 14:11:39 +0200 Subject: [PATCH] extend release notes [no ci] --- doc/release_notes.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 9d210a79..696a8179 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -12,7 +12,14 @@ Upcoming Release * 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:``.