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

changelog

parent ae9b32c7
No related branches found
No related tags found
No related merge requests found
......@@ -189,3 +189,13 @@ For users:
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 on the [conda-forge channel](https://anaconda.org/conda-forge/plumed).
## Version 2.5.2
For users:
- Python module:
- Set `language_level` for cython to the actually used language level.
- Force using cython when compiling from source. Still using the pre-generated cpp file
when installing from PyPI, to avoid cython dependency.
- Using python 2 to create the cpp file uploaded on PyPI (this will change to python 3 in 2.6, see \issue{502}).
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