From f2002922677613158b93c03164a935058a5d6a5e Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Mon, 11 Dec 2023 20:10:29 +0100 Subject: [PATCH] add release note --- doc/release_notes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 9b1381ce..cb988d42 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -33,6 +33,10 @@ Upcoming Release * Split configuration to enable SMR and SMR CC. +* The configuration setting for country focus weights when clustering the + network has been moved from ``focus_weights:`` to ``clustering: + focus_weights:``. Backwards compatibility to old config files is maintained. + * The ``mock_snakemake`` function can now be used with a Snakefile from a different directory using the new ``root_dir`` argument.