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

Commit

Permalink
[changelog] added v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Jul 27, 2015
1 parent c77d6c7 commit 8026ebb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/source/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
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.


1.2.1 (28-5-2015)
-----------------
- general: Time consuming algorithms now display progressbars (optional).
Expand Down

0 comments on commit 8026ebb

Please sign in to comment.