Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
[changelog] fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Jul 27, 2015
1 parent 9945145 commit 65cbf18
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions doc/source/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 65cbf18

Please sign in to comment.