-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
37 lines (29 loc) · 1.01 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
*********
CHANGELOG
*********
HiMap
=====
- Added feature to doing clustering of ligand series in clustering.py
- Created utils.py for graph optimization needs
- Added python graph optimization controls in optimal.py
- Added R Statistical enging for graph optimization in optimal_design.R
- Edited __init__.py to handle imports of optimization modules
2.0.0
=====
- Breaking changes: replaced usage of argparse.Namespace as input to class inits (e.g. MCS) in favour of dicts.
- Renamed various dunderscore variables to single underscore
- Fixed bug in explicit hydrogen atom mappings
- Rewrote tests in pytest, using fixtures to iterate over cases
- Added regression tests for MCS class
1.0.0
=====
- added versioning
- support for python 3.5 and networkx2
- improved visualisation of output networks
- better enforcement of PEP8 style python
- no longer support for python 2.7
0.0.x
=====
Internal Alpha version
----------------------
- Basic functionality of preparing a Perturbation map for alchemical free energy calculations