From d46410ce3ace372b218d8d7de00c42b779ed0095 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Wed, 9 Oct 2013 12:02:38 +0200 Subject: [PATCH] Improved changelog --- CHANGES/v2.1.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES/v2.1.txt b/CHANGES/v2.1.txt index 4a0339fbc..a2852879a 100644 --- a/CHANGES/v2.1.txt +++ b/CHANGES/v2.1.txt @@ -2,12 +2,16 @@ @page CHANGES-2-1 CHANGES-2-1 +Includes all fixes in branch 2.0 (see \ref CHANGES-2-0) up to 2.0.1 + Changes from version 2.0 which are relevant for users: - Several optimizations in the following actions: WHOLEMOLECULES, ... - Faster atom scattering with domain decomposition. Changes from version 2.0 which are relevant for developers: -- Added regtests for plumed as a library (e.g. basic/rt-make-0). +- Added regtests for plumed as a library (e.g. basic/rt-make-0). plumed command has an additional + flag (--is-installed) to probe if running from a compilation directory or from a fully installed copy + (this is needed for regtests to work properly). - Improved class Communicator. Many operations can now be done directly on Vectors, Tensors, and std::vector. - Patches for GPL codes (QuantumEspresso and Gromacs) now also include original code so as to simplify their modification. -- GitLab