Skip to content

Releases: ahs2202/scelephant

scelephant v0.2.7

02 Dec 15:44
Compare
Choose a tag to compare

first official release

scelephant v0.2.3 (version used for the PBMC3k alignment tutorials)

18 Nov 16:59
Compare
Choose a tag to compare

All file operations are handled by a pool of managed processes created by spawning, which make them safe for fetching and processing remote data files asynchronously.

release 0.0.10 stable version used to construct ELDB.v20221214

21 Dec 14:08
Compare
Choose a tag to compare

Key Updates:

  1. Amazon S3 file system is now supported. A RamData object stored in Amazon S3 can be analyzed as if it is in the local file system.

  2. Synchronization of simultaneous modification attempts through file-locking

  • a class ZarrSpinLockServer was implemented to support file-locking.

release 0.0.7 stable version used to construct SC-Elephant DB v0.0.0

24 Sep 13:28
Compare
Choose a tag to compare

release 0.0.7 stable version used to construct SC-Elephant DB v0.0.0

features:

  • "combined" mode
    combined analysis of multiple RamData objects as components of a larger, combined RamData.

  • Embedding to reference data:
    Deep-learning based embedding/classifier
    KNN-index based embedding/classifier

v0.0.5 (first stable version)

25 Aug 07:22
Compare
Choose a tag to compare

performance was optimized to match that of scanpy for 1M ~ 10M cells

proof-of-concept-release

11 Jul 16:27
Compare
Choose a tag to compare

this version was used for the comparison with different single-cell data analysis platforms (Scanpy, Seurat, and Monocle3) for the memory consumption benchmark of the platforms.