From ea4f67f0db27f3554fc4f8e5173d99e5e81414cb Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Mon, 29 Jul 2019 18:57:59 +0200 Subject: [PATCH] changelog --- CHANGES/v2.5.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES/v2.5.md b/CHANGES/v2.5.md index fab825ac5..64ee17481 100644 --- a/CHANGES/v2.5.md +++ b/CHANGES/v2.5.md @@ -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}). + -- GitLab