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

changelog

parent a45a64da
No related branches found
No related tags found
No related merge requests found
...@@ -184,4 +184,7 @@ For users: ...@@ -184,4 +184,7 @@ For users:
- Python module is now always named `plumed` irrespectively of program prefix and suffix. Notice - 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 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. use `program_name` in order to install multiple modules side by side.
- `Plumed` object can be explicitly finalized using `finalize()`. Can be used to make sure all files are closed,
but it is not necessary if the `Plumed` object gets correctly collected by Python.
- `Plumed` object can be used in context managers (e.g. `with plumed.Plumed() as p:`).
- Precompiled binaries are available on [Anaconda cloud](https://anaconda.org/plumed/plumed). - Precompiled binaries are available on [Anaconda cloud](https://anaconda.org/plumed/plumed).
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