Skip to content

Releases: const-ae/pyLemur

v0.2.2

02 Jun 13:47
Compare
Choose a tag to compare
  • Sync with cookiecutter-template update (version 0.4)
  • Bump required Python version to 3.10
  • Allow data frames as design matrices
  • Allow matrices as input to LEMUR()

v0.2.1

23 Apr 11:38
Compare
Choose a tag to compare
  • Change example gene to one with clearer differential expression pattern
  • Remove error output in `align_harmony

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 Apr 16:04
Compare
Choose a tag to compare

Complete overhaul of the API. pyLemur now uses an object oriented API inspired by scikit-learn and SCVI. The underlying implementation has not actually changed.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 Mar 09:40
72d63b8
Compare
Choose a tag to compare
  • Initial release of the code on PyPI
  • The code is still considered in beta and I might still decide to break the API in the coming weeks if I believe that it will make maintenance long-term easier