Skip to content

Commit

Permalink
Merge pull request #63 from cxhernandez/0.3
Browse files Browse the repository at this point in the history
v0.3.0
  • Loading branch information
cxhernandez authored Oct 2, 2017
2 parents 600f1b9 + 25bcd84 commit 8b370db
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,29 @@

Changelog
=========

v0.3
----

API Changes
~~~~~~~~~~~
- Added ``method`` option (gh-18).
- Added contact and alpha angle ``metrics`` (gh-33).

New Features
~~~~~~~~~~~~
- Added KDE entropy estimation (gh-16).
- Added adaptive partitioning (gh-20).
- Added symbolic entropy (gh-30).
- Added KNN entropy estimators (gh-40).
- Change default to Grassberger (gh-45).

Improvements
~~~~~~~~~~~~
- Massive reorganization and unit tests (gh-19).
- Added tests for shuffling correction (gh-24).
- Added dihedral option to scripts (gh-29).
- Added more options to scripts (gh-31).
- Improved code health (gh-41).
- Added conda-build and CLI (gh-46).
- KNN code speed up (gh-49).
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
from basesetup import write_version_py

NAME = "mdentropy"
VERSION = "0.3.0.dev0"
ISRELEASED = False
VERSION = "0.3.0"
ISRELEASED = True
__version__ = VERSION


Expand Down

0 comments on commit 8b370db

Please sign in to comment.