-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from markovmodel/better_pyemma_integration
added support to understand more PyEMMA objects
- Loading branch information
Showing
9 changed files
with
2,910 additions
and
548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
========= | ||
Changelog | ||
========= | ||
|
||
0.1.5 (tba) | ||
|
||
**New features**: | ||
|
||
- ``molpx.visualize``: | ||
- new method ``visualize.correlations()`` to visualize the feature_TIC_correlation attribute of PyEMMA TICA-objects | ||
in the widget | ||
- method ``visualize.traj()`` has new optional parameter ``projection`` to accept a PyEMMA TICA object to | ||
visualize the linear correlations in the widget AND in as trajectories f(t) | ||
|
||
- ``molpx.bmutils``: | ||
- new method ``bmutils.most_corr_info()`` to support the new methods in ``molpx.visualize`` | ||
|
||
- notebooks: | ||
- new section added to showcase the better PyEMMA integration, in particular with TICA | ||
|
||
**Fixes**: | ||
|
||
- ``molpx.visualize``: | ||
- all calls to ``nglview.show_mdtraj()`` has been wrapped in ``_initialize_nglwidget_if_safe`` to avoid | ||
erroring in tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.