From 3e1855382dbfef8ea950b653dd61142223533c42 Mon Sep 17 00:00:00 2001 From: marscher Date: Wed, 4 May 2016 16:59:48 +0200 Subject: [PATCH] [doc] changelog --- doc/source/CHANGELOG.rst | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/source/CHANGELOG.rst b/doc/source/CHANGELOG.rst index 37158b8aa..2cbbf3826 100644 --- a/doc/source/CHANGELOG.rst +++ b/doc/source/CHANGELOG.rst @@ -1,10 +1,19 @@ Changelog ========= -2.1.2 (4-25-2016) ------------------ +2.1.2 (5-4-2016) +---------------- -Service release to fix release fix for memory leak in minRMSD cluster assignment. +**New features**: +- thermo: added TRAM estimation. +- thermo: show convergence progress during estimation. + +**Fixes**: +- clustering: fix for memory leak in minRMSD cluster assignment. +- base: during estimation the model was accessed in an inappropriate way, + which led to the crash "AttributeError: object has no attribute '_model'" #764. +- coordinates.io: fixed a bug when trying to pyemma.coordinates.load certain MD formats. + The iterator could have returned None in some cases #790. 2.1.1 (4-18-2016)