Releases: KrishnaswamyLab/MAGIC
Releases · KrishnaswamyLab/MAGIC
MAGIC v3.0.0
Changeset:
- Remove deprecated submodules
magic.io
andmagic.preprocessing
- Remove deprecated argument
k
anda
MAGIC v2.0
Changeset:
- reimplemented
knn_max
parameter - changed default
decay
to 2 - styled code with
black
MAGIC v1.5.0
Changeset:
- Require Python 3
- Rmagic handles Seurat 3.0
- Python MAGIC handles graphtools 1.0.0
k
renamed toknn
,a
renamed todecay
MAGIC v1.4.0
Changeset:
- Rmagic now accepts and returns a Seurat object
- Python MAGIC documentation is fixed
MAGIC v1.3.0
Major bugfix release.
MAGIC v1.3.0 now has much more reliable R support, and offers advice to users receiving import errors from reticulate. Python MAGIC now also contains a helper function for kNN DREMI which is a wrapper for scprep.stats.knnDREMI
.
MAGIC v1.2.0: PyPi Release
Changes:
- MAGIC now now available on
pip
withpip install magic-impute
- Uses
tasklogger
for logging - R tutorials are HTML instead of MD for rendering on the web
- fixes logging in Windows
- more informative errors in
reticulate
install failure
MAGIC v1.1.0
MAGIC v1.1.0
Changes:
- added AnnData support for scanpy
- updates tutorials and READMEs to reflect MAGIC's release on CRAN
- various bugfixes
MAGIC 1.0: Fast MAGIC
MAGIC v1.0.0 is a brand new release of MAGIC which runs orders of magnitude faster than the original algorithm. Tutorials are available in Python, R and MATLAB.