File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 22
33Changelog
44=========
5+
6+ v0.3
7+ ----
8+
9+ API Changes
10+ ~~~~~~~~~~~
11+ - Added ``method `` option (gh-18).
12+ - Added contact and alpha angle ``metrics `` (gh-33).
13+
14+ New Features
15+ ~~~~~~~~~~~~
16+ - Added KDE entropy estimation (gh-16).
17+ - Added adaptive partitioning (gh-20).
18+ - Added symbolic entropy (gh-30).
19+ - Added KNN entropy estimators (gh-40).
20+ - Change default to Grassberger (gh-45).
21+
22+ Improvements
23+ ~~~~~~~~~~~~
24+ - Massive reorganization and unit tests (gh-19).
25+ - Added tests for shuffling correction (gh-24).
26+ - Added dihedral option to scripts (gh-29).
27+ - Added more options to scripts (gh-31).
28+ - Improved code health (gh-41).
29+ - Added conda-build and CLI (gh-46).
30+ - KNN code speed up (gh-49).
Original file line number Diff line number Diff line change 1414from basesetup import write_version_py
1515
1616NAME = "mdentropy"
17- VERSION = "0.3.0.dev0 "
18- ISRELEASED = False
17+ VERSION = "0.3.0"
18+ ISRELEASED = True
1919__version__ = VERSION
2020
2121
You can’t perform that action at this time.
0 commit comments