Skip to content
Snippets Groups Projects
Commit 7cc0a83a authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Improved changelog

parent 314339da
No related branches found
No related tags found
No related merge requests found
/**
@page CHANGES-2-0 CHANGES-2-0
@page CHANGES-2-0 Version 2.0
Version 2.0.0
-------------
Version 2.0 is a complete rewrite, so there is no way to write a complete set of difference
with respect to plumed 1.3. Here is a summary of the difference:
......@@ -17,17 +20,22 @@ In addition, it is now much easier to contribute new functionality to the code b
- A modular structure
- Developer and user documentation
Version 2.0.1 (unpublised yet, check out branch v2.0 on git repository)
Version 2.0.1 - unreleased
--------------------------
This version has not been released yet.
See <a href="http://github.com/plumed/plumed2/tree/v2.0">branch v2.0 on git repository</a>.
For users:
- Fixed a bug in HISTOGRAM with REWEIGHT_BIAS. Reweighting was only done when also temperature-reweighing was enabled.
- Fixed a bug that was sometime crashing the code with GROMACS, domain decompositions and implicit solvent.
- Added message when "plumed simpled" is used on a non-existing file.
- Several small fixes in documentation and log file
- Fixed a bug in \ref HISTOGRAM with REWEIGHT_BIAS. Reweighting was only done when also temperature-reweighing was enabled.
- Fixed a bug that was sometime crashing the code with GROMACS, domain decomposition and implicit solvent.
- Added message when `plumed simpled` is used on a non-existing file.
- Fixed `plumed mklib` such that it deletes the target shared library in case
of compilation error.
- Several small fixes in documentation and log file.
For developers:
- Added possibility to setup replica exchange from MD codes in fortran (commands "GREX setMPIFIntercomm" and "GREX setMPIFIntracomm")
- Added possibility to setup replica exchange from MD codes in fortran (commands "GREX setMPIFIntercomm" and "GREX setMPIFIntracomm").
- cmd("setStopFlag") should now be called after PLUMED initialization.
- Several small fixes in documentation
- Several small fixes in documentation.
*/
......@@ -470,7 +470,7 @@ INPUT = IntroPP.txt \
TutorialsPP.txt \
ModulesPP.txt \
RegexPP.txt \
../CHANGES/v2.0.txt \
../CHANGES \
tutorials \
automatic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment