Skip to content

Releases: lilab-bcb/harmony-pytorch

0.1.8

07 Jan 21:31
Compare
Choose a tag to compare

Add support for MPS backend on Apple Silicon machines. (PR #9, thanks to @mbruhns )

0.1.7

05 Sep 22:21
436e53c
Compare
Choose a tag to compare
  • API change:
    • Add verbose option to control if showing the log info on screen. (Pull request #6 , thanks to scottgigante-immunai)

0.1.6

01 Feb 21:41
Compare
Choose a tag to compare
  • 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.