Skip to content

Commit

Permalink
[docs] Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gph82 committed Mar 23, 2017
1 parent 2d231dc commit b99676a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
25 changes: 25 additions & 0 deletions doc/source/CHANGELOG.rst
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
3 changes: 2 additions & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
Example Jupyter Notebook <index_notebooks>
About & YouTube Introduction <about>
Installation Guide <INSTALL>

Changelog <CHANGELOG>

Indices and tables
==================

Expand Down

0 comments on commit b99676a

Please sign in to comment.