Skip to content

Commit 8b370db

Browse files
authored
Merge pull request #63 from cxhernandez/0.3
v0.3.0
2 parents 600f1b9 + 25bcd84 commit 8b370db

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

docs/changelog.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,29 @@
22

33
Changelog
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).

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
from basesetup import write_version_py
1515

1616
NAME = "mdentropy"
17-
VERSION = "0.3.0.dev0"
18-
ISRELEASED = False
17+
VERSION = "0.3.0"
18+
ISRELEASED = True
1919
__version__ = VERSION
2020

2121

0 commit comments

Comments
 (0)