Add support for MPS backend on Apple Silicon machines. (PR https://github.com/lilab-bcb/harmony-pytorch/pull/9, thanks to mbruhns )
0.1.7
* API change: * Add `verbose` option to control if showing the log info on screen. (Pull request 6 , thanks to [scottgigante-immunai](https://github.com/scottgigante-immunai))
0.1.6
* API change: In function `harmonize`, argument `n_jobs_kmeans` is changed to `n_jobs`. * In CPU mode, now both K-Means initialization and torch computation use number of threads set by `n_jobs`. * In GPU mode, `n_jobs` only affects K-Means step. * Enforce `scikit-learn` v0.23 or later in dependency.