Releases: const-ae/pyLemur
Releases · const-ae/pyLemur
v0.3.1
- Fix documentation of
cond()
return type and handle pd.Series in
model.predict()
(#5, thanks Mark Keller)
v0.2.2
- 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
- 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
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
- 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