From b0ffcb55ad8cc3c71ec5c30a1bd46f68dd33bceb Mon Sep 17 00:00:00 2001 From: Giovanni Bussi Date: Mon, 14 Oct 2024 13:51:02 +0200 Subject: [PATCH] changelog --- CHANGES/v2.10.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES/v2.10.md b/CHANGES/v2.10.md index e4cae820e8..1282e5b776 100644 --- a/CHANGES/v2.10.md +++ b/CHANGES/v2.10.md @@ -71,3 +71,4 @@ Before switching to version 2.10, users are invited to carefully read the follow - You can use ActionShortcut to create complex inputs from a simpler initial input. The nest will then allow users to explore these more complex inputs. - You can use \ref show_graph to create diagrams showing how values and forces are passed between the various actions in your input files. - Complete refactor of SwitchingFunction.cpp and SwitchingFunction.h, now adding new switching function is more straightforward and all the "book-keeping" can be done within a single class + - Python (cython) wrappers now use `nogil`. This should facilitate integration with Python. See https://github.com/plumed/plumed2/pull/1129#issuecomment-2410867829 (thanks to Guillaume Fraux).