- Following previous update, addresses 24 by fixing model training while maintaining preferred API and command line usage
0.1.7dev1
- Fixed significant bug in how training was run by reverting to older code - Should address issue 24: unable to replicate paper results - To do: code cleaning to bring up to formatting standards while maintaining performance
0.1.6
- Augmentation fix in v0.1.5 was bugged still and would throw an error, now resets index - Change `--use-w` and `--augment` to `--no-w` and `--no-augment` with store false
0.1.5
- Updated package level imports - Updated documentation - Fixed issue 13: improper augmentation of data - Fixed issue 12: overwrites cmap data sets if they already exist
0.1.4
- Fixed issue 7: bug which would crash contact module if called directly
0.1.3
- Fixed issues 3, 4 - Basic logging system implemented to report skipped pairs - Fixed wrong variable name in loading from sequence file - Updated documentation