From 65cbf186568e87a24394b7304b91224fa137ac51 Mon Sep 17 00:00:00 2001 From: marscher Date: Mon, 27 Jul 2015 17:44:02 +0200 Subject: [PATCH] [changelog] fix format. --- doc/source/CHANGELOG.rst | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/source/CHANGELOG.rst b/doc/source/CHANGELOG.rst index 83f76f9b6..f653e2fd4 100644 --- a/doc/source/CHANGELOG.rst +++ b/doc/source/CHANGELOG.rst @@ -3,21 +3,21 @@ Changelog 1.2.2 (27-7-2015) ----------------- -msm estimation: new fast transition matrix sampler -msm estimation: new feature "auto-sparse": automatically decide which datatype - to use for transition matrix estimation. -coordinates package: kinetic map feature for TICA (arXiv:1506.06259 [physics.comp-ph]) -coordinates package: better examples for API functions. -coordinates package: cluster assignment bugfix in parallel environments (OpenMP). -coordinates package: added cos/sin transformations for angle based features to - featurizer. This is recommended for PCA/TICA transformations. -coordinates package: added minimum RMSD feature to featurizer. -coordinates package: Regular space clustering terminates early now, when it reaches - max_clusters cutoff. -plots package: use Fruchterman Reingold spring algorithm to calculate positions - in network plots. -ipython notebooks: new real-world examples, which show the complete workflow -general: made all example codes in documentation work. +- msm estimation: new fast transition matrix sampler +- msm estimation: new feature "auto-sparse": automatically decide which datatype + to use for transition matrix estimation. +- coordinates package: kinetic map feature for TICA (arXiv:1506.06259 [physics.comp-ph]) +- coordinates package: better examples for API functions. +- coordinates package: cluster assignment bugfix in parallel environments (OpenMP). +- coordinates package: added cos/sin transformations for angle based features to + featurizer. This is recommended for PCA/TICA transformations. +- coordinates package: added minimum RMSD feature to featurizer. +- coordinates package: Regular space clustering terminates early now, when it reaches + max_clusters cutoff. +- plots package: use Fruchterman Reingold spring algorithm to calculate positions + in network plots. +- ipython notebooks: new real-world examples, which show the complete workflow +- general: made all example codes in documentation work. 1.2.1 (28-5-2015)