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

Changelog

[makedoc]
parent 4b899911
No related branches found
No related tags found
No related merge requests found
...@@ -68,8 +68,6 @@ Changes from version 2.3 which are relevant for users: ...@@ -68,8 +68,6 @@ Changes from version 2.3 which are relevant for users:
- Internal molfile implementation has been updated to VMD 1.9.3. - Internal molfile implementation has been updated to VMD 1.9.3.
- Examples in the documentation now have syntax highlighting and links to the documentation of used actions. - Examples in the documentation now have syntax highlighting and links to the documentation of used actions.
- \ref COORDINATIONNUMBER : Added option to have pairwise distance moments of coordination number in the multicolvar module - \ref COORDINATIONNUMBER : Added option to have pairwise distance moments of coordination number in the multicolvar module
- Added experimental lepton support. Set env var `export PLUMED_USE_LEPTON=yes` to activate lepton as a matheval replacement.
Notice that this is an experimental feature and is not fully validated yet. See \issue{244}.
Changes from version 2.3 which are relevant for developers: Changes from version 2.3 which are relevant for developers:
- A few fixes has been made to improve exception safety. Although we still cannot declare - A few fixes has been made to improve exception safety. Although we still cannot declare
...@@ -91,3 +89,7 @@ Fixes after alpha release: ...@@ -91,3 +89,7 @@ Fixes after alpha release:
- All switching functions are now stretched by default, also when using the "simple syntax" (e.g. `COORDINATION NN=6`). - All switching functions are now stretched by default, also when using the "simple syntax" (e.g. `COORDINATION NN=6`).
Switching functions were already stretched by default when using the advanced syntax (e.g. `COORDINATION SWITCH={}`) Switching functions were already stretched by default when using the advanced syntax (e.g. `COORDINATION SWITCH={}`)
since version 2.2. Notice that this will introduce small numerical differences in the computed switching functions. since version 2.2. Notice that this will introduce small numerical differences in the computed switching functions.
- Added experimental lepton support. Set env var `export PLUMED_USE_LEPTON=yes` to activate lepton as a matheval replacement.
Notice that this is an experimental feature and is not fully validated yet. See \issue{244}.
- When parsing constants, PLUMED uses lepton library. This allows to pass
arguments such as `HEIGHT=exp(0.5)`.
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