Skip to content

Releases: chanzuckerberg/cellxgene-census

v1.5.0

06 Aug 22:29
34f7af3
Compare
Choose a tag to compare

R package cellxgene.census V1 is out

The Census team is pleased to announce the release of the R package cellxgene.census.

This has been long coming since our Python release back in May. Now, from R, computational biologists can access the Census data which is the largest standardized aggregation of single-cell data, composed of >30M cells and >60K genes.

With cellxgene.census in a few seconds users can access any slice of Census data using cell or gene filters across hundreds of datasets. The data can be fetched in an iterative fashion for bigger-than-memory slices of data, or quickly exported to basic R structures, and Seurat or SingleCellExperiment for downstream analysis.

Make sure to checkout the R docs from our doc-site, links can be found in the github repo chanzuckerberg/cellxgene-census.

Additions

Fixes

  • [docs] cell guide button beta tag alignment by @ebezzi in #657
  • [builder] fix merge error in schema doc by @bkmartinjr in #662
  • [docs] Add mean_variance notebook symlink by @ebezzi in #677
  • [docs] Fix number of unique cells for human in doc site by @pablo-gar in #678
  • [r] restore vignettes to docsite (in static HTML form) by @mlin in #583
  • [r] Fix copying R docs, doc-site CI by @pablo-gar in #681

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

28 Jul 18:53
b8bfab7
Compare
Choose a tag to compare

Additions

  • Experimental module for calculating out-of-core mean and variance

Fixes/Changes

  • Documentation changes to reflect the new LTS release 2023-07-25

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

20 Jul 01:16
59255ab
Compare
Choose a tag to compare

Fixes/changes:

  • Documentation and docsite improvements
  • Fix issue #622, inconsistent default census_version used in various API endpoints

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

30 Jun 18:44
c2963f3
Compare
Choose a tag to compare

Breaking changes

  • Remove Python 3.7 support

Additions

  • New sparse iterator added to experimental package (#591)

Fixes / changes

  • Pytorch loader performance improvements and bug fixes
  • Update dependency pins for multiple packages
  • Documentation updates

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

17 Jun 02:09
ea69b0c
Compare
Choose a tag to compare

Additions

  • Python 3.11 support
  • add notebooks to demonstrate new experimental APIs

Fixes

  • Pytorch loader multi-process issues [#522, #516]
  • Doc site improvements

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

07 Jun 04:19
379a8ca
Compare
Choose a tag to compare

Add experimental API cellxgene_census.experimental.pp.get_highly_variable_genes

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

31 May 15:15
89e1bbb
Compare
Choose a tag to compare

tiledbsoma upgraded to 1.2.5. Added an experimental PyTorch data loader.

What's Changed

Full Changelog: v1.0.2...v1.1.0

v1.0.2

23 May 01:33
c2194d2
Compare
Choose a tag to compare

What's Changed

Update to tiledbsoma=1.2.4, which adds support for MacOS ARM64.

Change log summary:

  • Bump static census version in R tests by @ebezzi in #472
  • [r] update get_presence_matrix() and vignette to use zero-based matrix view by @mlin in #475
  • add acceptance test run by @atolopko-czi in #485
  • rerun notebooks for census build 2023-05-15 by @atolopko-czi in #484
  • Updated gget cellxgene tutorial to reflect workflow updates [formatting corrected] by @pablo-gar in #490
  • Add docsite version number from the library version by @ebezzi in #481
  • pin tiledbsoma==1.2.4 by @bkmartinjr in #493

Full Changelog: v1.0.1...v1.0.2

v1.0.1

10 May 19:34
98724db
Compare
Choose a tag to compare

What's Changed

  • Enable anonymous access to S3 bucket by @ebezzi in #275

Full Changelog: v1.0.0...v1.0.1

v1.0.0rc4

03 May 19:23
1bfb226
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0rc3...v1.0.0rc4