-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
62 lines (42 loc) · 1.08 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
*********
CHANGELOG
*********
0.1.x
=====
Implemented WHAM and MBAR (internal Alpha version - not released)
0.2.0
=====
WHAM + MBAR functional (Beta version)
0.2.1
-----
Switching dependencies to numpy>=1.7.1; adding missing files.
0.2.2
-----
Bugfix regarding the thermodynamic free energy array in WHAM
0.2.3
-----
Restructured the MBAR implementation for speed up and reduced the cython dependency to 0.15
0.3.0
=====
Restructured API
Implentation of new Reader
Implementation of new Data Converter (Forge)
new implementation of a runscript.
Complete new implementation of WHAM
Removed MBAR legacy code to include pymbar in futrue release
Added pytram dependency with implementation of DTRAM and XTRAM
Added example ipython notebook for asymatric double-well potential
f_K now retrun the same quantities for all estimators
0.3.1
-----
Fix Sign error in WHAM f_K.
Fix Not converged warning.
Added versioneering.
Fixing typos.
0.3.2
-----
Fix normailsation in higher thermodynamic states (WHAM).
Extended the test suite.
Renaming the *_me API functions to *_from_matrix.
DEVEL
-----