From a7e8acd7174f9d1df3dfc2430f1873d80f32575c Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Wed, 1 May 2019 13:03:39 +0200 Subject: [PATCH] changelog --- CHANGES/v2.5.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES/v2.5.md b/CHANGES/v2.5.md index 5f588ff6b..07a4957b4 100644 --- a/CHANGES/v2.5.md +++ b/CHANGES/v2.5.md @@ -179,3 +179,7 @@ For users: - Fixed performance of \ref CUSTOM when having zero derivatives with respect to some arguments. - New patch for GROMACS 2019.2 - Module VES: Fixed performance of \ref BF_CUSTOM for basis functions with linear terms (e.g. having zero derivatives). +- Python wrappers: + - 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. -- GitLab