Skip to content

Releases: JonathanShor/DoubletDetection

doubletdetection v4.3.0.post1

06 Feb 21:52
ce70f4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3...v4.3.0.post1

doubletdetection v4.3

06 Feb 21:19
c164f8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2...v4.3

doubletdetection v4.2

12 Mar 20:53
420387a
Compare
Choose a tag to compare

Fixes a bug in 4.0, where default louvain used directed=True, when it should use False.

doubletdetection v4.1

12 Mar 19:40
1b852c3
Compare
Choose a tag to compare
Merge pull request #151 from JonathanShor/dev_4.1

Dev 4.1

doubletdetection v4.0

12 Mar 17:13
d25393d
Compare
Choose a tag to compare
Merge pull request #139 from JonathanShor/cluster_opts

Dev 4.0

doubletdetection v3.0

18 Dec 19:44
3534bd5
Compare
Choose a tag to compare
  • Distributed via PyPI
  • Remove unnecessary plotting code

HOTFIX: Correct setup.py installation

25 Aug 20:59
7d324f8
Compare
Choose a tag to compare

Fix an misconfiguration in setup.py.
Improved README while we're at it.

HOTFIX: Correct Defaults & Docstrings

17 Jul 02:29
Compare
Choose a tag to compare

Minor corrections to align parameter defaults with documentation around use_phenograph and standard_scaling parameters.

Sparse Scanpy Speedups

12 Jul 16:55
95b2db1
Compare
Choose a tag to compare
  • Improves installation process through one pip install command and removes requirements.txt
  • Adds documentation
  • Uses sparse matrices for raw counts in the backend for speedups
  • Uses scanpy for log normalization and PCA and optionally clustering
  • New use_phenograph option to disable PhenoGraph and use Louvain as implemented in scanpy (much faster)
  • Adds binary verbose option. Set to True to turn on informational messages (previous default behavior).
  • Replaces tsne plot with umap and no longer clusters data, just visualizes doublets on the umap
  • With new scanpy integration, doubletdetection requires at least Python 3.6.

DOI

08 May 19:32
5b6fe70
Compare
Choose a tag to compare
DOI

Minor release updating the front README to reflect the work's DOI.