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

changelog

[makedoc]
parent 8eb3486b
No related branches found
No related tags found
No related merge requests found
...@@ -171,14 +171,17 @@ See branch \branch{v2.3} on git repository. ...@@ -171,14 +171,17 @@ See branch \branch{v2.3} on git repository.
- Fixed numerical issue leading to simulations stuck (LatticeReduction problem) with intel compiler and - Fixed numerical issue leading to simulations stuck (LatticeReduction problem) with intel compiler and
large simulation cells. large simulation cells.
- Fixed a bug affecting \ref LOCAL_AVERAGE and outputting all multicolvars calculated by \ref Q6 with \ref DUMPMULTICOLVAR - Fixed a bug affecting \ref LOCAL_AVERAGE and outputting all multicolvars calculated by \ref Q6 with \ref DUMPMULTICOLVAR
- `plumed info --user-doc` and `plumed info --developer-doc` now fall back to online manual when local doc is not installed,
see \issue{240}.
For developers: For developers:
- plumedcheck validation has been made stricter. All the checks are now described in the developer manual.
- IMPORTANT: we started to enforce code formatting using astyle. Check the developer documentation to learn how to - IMPORTANT: we started to enforce code formatting using astyle. Check the developer documentation to learn how to
take care of not-yet-formatted branches. take care of not-yet-formatted branches.
- plumedcheck validation has been made stricter. All the checks are now described in the developer manual.
- Added `--disable-static-patch` to `./configure` to disable tests related to static patching. It can be used - Added `--disable-static-patch` to `./configure` to disable tests related to static patching. It can be used
when static patching is not needed to make sure a wrong c++ library is not linked by mistake. when static patching is not needed to make sure a wrong c++ library is not linked by mistake.
- Using `install_name_tool` to fix the name of the installed library on OSX. Allows linking the PLUMED - Using `install_name_tool` to fix the name of the installed library on OSX. Allows linking the PLUMED
shared library without explicitly setting `DYLD_LIBRARY_PATH`. shared library without explicitly setting `DYLD_LIBRARY_PATH`.
- On travis-ci, using ccache to speedup builds.
*/ */
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