-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGELOG
74 lines (60 loc) · 1.54 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
*********
CHANGELOG
*********
0.1.x
=====
Internal Alpha version
----------------------
- Initial implementation of networkx free energy analysis
- Initial implementation of reading experimental data
- Initial implementation of correlating computed free energies and experimental data
0.2.0
=====
- Added preformatting functionality for free energies from the perturbation graph
- Set standardised file writing and std out printing of free energies
0.2.1
-----
- added plotting functionality for bar plot and scatter plot
- updated driver script to work with API changes form 0.2.0 release
0.2.2
-----
- minor fixes
0.3.0
=====
- std error bug fix
- renaming of some functions
0.3.2
-----
- minor fixes
- D3R GC 2 version
0.3.4
-----
- bug fix for confidence intervals
0.3.5
-----
- bug fix for symmetrising graph of identical backward and forward simulations
0.4.0
=====
- pytest testing framework added
- consistent python 3.5+ only support
- updated commandline tool to work with python 3.5+ and API
1.0.0
=====
- added automated generation of jupyter notebooks
- added support for k_d experimetnal input
- improved documentation
1.0.1
-----
- bugfix of confidence interavals for statistics computations.
- API change from stats.Observable_error to stats.Observable_confidence
1.1.0
-----
- fixed typos
- fixed wrong labelling of x and y axis
- added support for RMSE
- calcualtion of direct statistics on dataset rather than bootstrapping
1.2.0
-----
- updated plots
- added new way of computing free energies
- improved way of reading in experimental data