Skip to content

Releases: rasmushenningsson/SCTransform.jl

v0.3.1

31 Dec 02:31
Compare
Choose a tag to compare

SCTransform v0.3.1

Diff since v0.3.0

Fixed

  • Compat with StableHashTraits v2.

v0.3.0

08 Nov 08:44
Compare
Choose a tag to compare

SCTransform v0.3.0

Diff since v0.2.0

Breaking

  • stable_hash will now use hash version 4 by default, since that is the only one compatible with Julia 1.11+. It will not affect any results, but any sctransform parameters that were cached on disk will be recomputed.

v0.2.0

18 Jun 08:54
14cd387
Compare
Choose a tag to compare

SCTransform v0.2.0

Diff since v0.1.3

Breaking change. scparams and sctransform now uses feature_mask when computing logcellcounts. This makes handling of datasets with multiple modalities (e.g. RNA and antibody counts) easier.

Merged pull requests:

v0.1.3

23 Jan 14:31
Compare
Choose a tag to compare

SCTransform v0.1.3

Diff since v0.1.2

Add stdlib compat

v0.1.2

24 Jun 16:04
Compare
Choose a tag to compare

SCTransform v0.1.2

Diff since v0.1.1

Merged pull requests:

  • CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) (#3) (@github-actions[bot])

v0.1.1

30 Mar 13:31
Compare
Choose a tag to compare

SCTransform v0.1.1

Diff since v0.1.0

Release v0.1.0

31 Jan 15:27
4e2916a
Compare
Choose a tag to compare

Initial SCTransform.jl release