Added
- new wheel for version 0.2.1 in releases
Fixed
- move the tmp files removal step from progressive_learn to the end of fit() in all models (hemlgop.py, homlgop.py, hemlrn.py homlrn.py, pop.py, popfast.py, popmemo.py, popmemh.py). This fixes the bug that removes train_states.pickle before finetuning.
- change file opening option from 'r' to 'rb' in utility/misc.initialize_states() to read train_states.pickle in Python3