From 5e40be4f6c5d9af03c212939b40e83968fe4fc69 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Mon, 27 May 2019 12:11:26 +0200 Subject: [PATCH] changelog --- CHANGES/v2.5.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES/v2.5.md b/CHANGES/v2.5.md index 42341478d..87be24a4d 100644 --- a/CHANGES/v2.5.md +++ b/CHANGES/v2.5.md @@ -184,4 +184,7 @@ For users: - Python module is now always named `plumed` irrespectively of program prefix and suffix. Notice that python module is installed inside the `lib/program_name` directory and thus it is not necessary to use `program_name` in order to install multiple modules side by side. + - `Plumed` object can be explicitly finalized using `finalize()`. Can be used to make sure all files are closed, + but it is not necessary if the `Plumed` object gets correctly collected by Python. + - `Plumed` object can be used in context managers (e.g. `with plumed.Plumed() as p:`). - Precompiled binaries are available on [Anaconda cloud](https://anaconda.org/plumed/plumed). -- GitLab