- Automatic version bump - Changed version log in entrypoint
1.2.2
- Fixed bug where filenames containing `.` before the actual extensions caused the SNPReader class to crash. - Pin `scikit-learn` to avoid an error in `dask-ml`'s IncrementalPCA
1.2.0
Switched to a dask backend to handle new arrays. New packaging format. Improved paths handling. Updated CI workflows.
1.1.6
- Default initialization is now PCArchetypal (Algorithm 2) instead of PCK-Means (Algorithm 1). - Fixed major bug when trying to run the software on pretrained mode.
1.1.5
- Fixed argument parsing not working properly in certain distributions.