Skip to content

Releases: KrishnaswamyLab/MAGIC

MAGIC v3.0.0

11 Mar 16:55
136169c
Compare
Choose a tag to compare

Changeset:

  • Remove deprecated submodules magic.io and magic.preprocessing
  • Remove deprecated argument k and a

MAGIC v2.0

12 Nov 15:21
55c9d89
Compare
Choose a tag to compare

Changeset:

  • reimplemented knn_max parameter
  • changed default decay to 2
  • styled code with black

MAGIC v1.5.0

06 Feb 19:01
5547e90
Compare
Choose a tag to compare

Changeset:

  • Require Python 3
  • Rmagic handles Seurat 3.0
  • Python MAGIC handles graphtools 1.0.0
  • k renamed to knn, a renamed to decay

MAGIC v1.4.0

22 Nov 17:56
c1fa4ed
Compare
Choose a tag to compare

Changeset:

  • Rmagic now accepts and returns a Seurat object
  • Python MAGIC documentation is fixed

MAGIC v1.3.0

23 Sep 04:32
544ec7e
Compare
Choose a tag to compare

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

24 Jul 23:11
eb3c0b9
Compare
Choose a tag to compare

Changes:

  • MAGIC now now available on pip with pip 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

12 Jul 03:24
e88d508
Compare
Choose a tag to compare

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

30 Jun 05:38
Compare
Choose a tag to compare

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.

0.1

31 Mar 01:31
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release
Merge pull request #21 from pkathail/develop

Latest develop changes