Cellxgene-census

Latest version: v1.16.2

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 9

1.8.0

Changes

* R and Python package dependencies updated to use TileDB-SOMA version 1.5.1

Deprecations

* [python] `cellxgene_census.experimental.util.X_sparse_iter` is deprecated as of this release and will be removed in a future release. Please use the new SOMA `blockwise` iterators available on the SparseNDMatrix class.

What's Changed

* [misc] update GHA action and pre-commit versions by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/829
* [misc] fix installation of geneformer's transitive dependency in py-dependency-check.yml by mlin in https://github.com/chanzuckerberg/cellxgene-census/pull/833
* [misc] update actions/stale by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/834
* [misc] prep for 1.8 release by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/852
* [python] update hvg acceptance tests to account for numerical instability by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/838
* [builder] Sync whole bucket by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/819
* [builder] Acceptance/Builder tests misc fixes by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/855
* [docs] Update bucket name in AWS Open Data docpage by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/851
* [docs] DOC: Update cellxgene_census_aws_open_data.md typo by kamilkrukowski in https://github.com/chanzuckerberg/cellxgene-census/pull/858
* [r] add r-dependency-check.yml nightly test of current release package by mlin in https://github.com/chanzuckerberg/cellxgene-census/pull/769
* [r] Fix acceptance tests by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/859

New Contributors
* kamilkrukowski made their first contribution in https://github.com/chanzuckerberg/cellxgene-census/pull/858

**Full Changelog**: https://github.com/chanzuckerberg/cellxgene-census/compare/v1.7.0...v1.8.0

1.7.0

Additions

* [python] add support for distributed PyTorch by atolopko-czi in https://github.com/chanzuckerberg/cellxgene-census/pull/699
* [python] Add `X_layers` argument to `cellxgene_census.get_anndata()` by pablo-
* [python] Geneformer Dataset builder by mlin in https://github.com/chanzuckerberg/cellxgene-census/pull/762
* [python][misc] GHA for Python dependency checks by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/763
* [python] GeneformerTokenizer speed optimizations by mlin in https://github.com/chanzuckerberg/cellxgene-census/pull/784
* [python] add multi-batch-key support to highly-variable gene finder by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/788
* [python] Add exclude_zeros to pp.mean_variance by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/731
* [python] Add pytorch global shuffling by atolopko-czi in https://github.com/chanzuckerberg/cellxgene-census/pull/775
* [docs] Add "what's new?" article for out-of-core methods by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/765
* [docs] Add "what's new?" article for out-of-core methods by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/765
* [docs] Create newsletter_september2023.md by MaximilianLombardo in https://github.com/chanzuckerberg/cellxgene-census/pull/732
* [docs] Adds normalized layer banner to landing page by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/808
* [docs] editorial changes to october news by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/810
* [docs] Add documentation for AWS by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/823
* [builder] Add additional debug logging by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/770
* [misc] Add authentication to py-dependency-check workflow by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/768
* [misc] LTS / package compatibility check by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/797


Fixes

* [python] Fix import in example for geneformer tokenizer by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/780
* [python] remove unnecessary dependency pin by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/802
* [python] temporarily skip geneformer tests by mlin in https://github.com/chanzuckerberg/cellxgene-census/pull/818
* [python] add PEP 561 py.typed marker by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/822
* [python] Fix HVG crasher by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/821
* [docs] Fix minor typo in blog post about out-of-core functionalities by aaronwolen in https://github.com/chanzuckerberg/cellxgene-census/pull/774
* [docs] Fix minor typo in blog post about out-of-core functionalities by
* [docs] fix index docs for AWS page by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/825
* [docs] fix typos AWS page by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/826
* [builder] thread usage tuning by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/759
* [builder] Fix additional builder logging by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/771
gar in https://github.com/chanzuckerberg/cellxgene-census/pull/761
* [builder] perform all consolidation modes by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/773
* [builder] Restore h5ad replication by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/783
* [misc] shorten Census LTS compatibility workflow name by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/803

What's Changed

* [python] limit runtime of --expensive unit tests by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/779
* [python][builder] Explicit LTS releases in releases.json by atolopko-czi in https://github.com/chanzuckerberg/cellxgene-census/pull/737
* [r] Bump r version to 1.7.0 by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/828
* [builder] use TileDB core 2.16 by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/800
* [builder] update tiledbsoma pin to 1.4.4 by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/812

New Contributors
* aaronwolen made their first contribution in https://github.com/chanzuckerberg/cellxgene-census/pull/774
* MaximilianLombardo made their first contribution in https://github.com/chanzuckerberg/cellxgene-census/pull/732

**Full Changelog**: https://github.com/chanzuckerberg/cellxgene-census/compare/v1.6.0...v1.7.0

1.6.0

Additions

Census APIs now support access to data mirrors, geographical data mirrors are coming soon!

* [python] Mirrors support by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/552
* [r] support mirrors & relative URI by mlin in https://github.com/chanzuckerberg/cellxgene-census/pull/719

Other:

* [r] test framework for first-time R package installation by mlin in https://github.com/chanzuckerberg/cellxgene-census/pull/687
* [r] more vignettes by mlin in https://github.com/chanzuckerberg/cellxgene-census/pull/680
* [r][docs] minor docs updates by mlin in https://github.com/chanzuckerberg/cellxgene-census/pull/696
* [builder] Explicit log message tests by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/720
* [builder] add builder dmesg logging on error by atolopko-czi in https://github.com/chanzuckerberg/cellxgene-census/pull/745
* [docs] Add normalized layer information to user-facing schema overview by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/753
* [docs] Add markdown linting to pre-commit by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/721

Fixes

* [python] numerical precision improvements in Census builder by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/716
* [python] revert Mac M1/M2 cert fix on open_soma() by atolopko-czi in https://github.com/chanzuckerberg/cellxgene-census/pull/746
* [docs] Add `SingleCellExperiment` mention to landing page. by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/725
* [docs] pin Sphinx version by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/729
* [docs] add explicit filtering for None git tags by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/712
* [docs] fix markdown lint by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/735
* [builder] Resolve CI failure caused by X count matrix with zero-sum rows by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/742

What's Changed
* [python] get_census_version_directory returns sorted elements by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/728
* [python] Bump tiledbsoma pinned version to 1.4.3 by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/738
* [python] Pin `tiledbsoma~=1.4.3` in Python API by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/756
* [r][docs] Update version to 1.5.2 and doc-site by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/743
* [r][docs] Bump R API version to 1.6.0 by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/757
* [docs][python] Reinforce knowledge of `is_primary_data` in all notebooks by pablo-gar in
* [docs] Update API release process to support both R and Python releases by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/739
* [builder][docs] update to CxG schema version 3.1.0 by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/740
https://github.com/chanzuckerberg/cellxgene-census/pull/754
* Bump gitpython from 3.1.31 to 3.1.32 in /tools/cellxgene_census_builder by dependabot in https://github.com/chanzuckerberg/cellxgene-census/pull/713
* feat: Add a Github Action that automatically closes stale PRs. by maniarathi in https://github.com/chanzuckerberg/cellxgene-census/pull/724
* fix: override default so that issues are not marked as stale by maniarathi in https://github.com/chanzuckerberg/cellxgene-census/pull/730

New Contributors
* maniarathi made their first contribution in https://github.com/chanzuckerberg/cellxgene-census/pull/724

**Full Changelog**: https://github.com/chanzuckerberg/cellxgene-census/compare/v1.5.1...v1.6.0

1.5.1

What's Changed
* [docs] Add "What's new page" to doc-site and R V1 news article (671) by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/671
* [docs] Update publish date on new article 20230808-r_api_release.md by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/701
* [r] Fixes source links in R doc site by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/702
* [python] update tiledbsoma version to 1.4.0 by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/709
* [docs] Add R tutorials link to landing page by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/704
* [r] Bump R package version to 1.5.1 for release by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/710


**Full Changelog**: https://github.com/chanzuckerberg/cellxgene-census/compare/v1.5.0...v1.5.1

1.5.0

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](https://github.com/chanzuckerberg/cellxgene-census/tree/main).

Additions
* [builder] add normalization layer and computed axes statistics by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/612
* [builder] add dataset_version_id by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/618
* [builder] implement worker count limit by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/673
* [python] PCA demo notebook by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/580
* [r] Add `get_single_cell_experiment` by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/640


Fixes
* [docs] cell guide button beta tag alignment by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/657
* [builder] fix merge error in schema doc by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/662
* [docs] Add mean_variance notebook symlink by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/677
* [docs] Fix number of unique cells for human in doc site by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/678
* [r] restore vignettes to docsite (in static HTML form) by mlin in https://github.com/chanzuckerberg/cellxgene-census/pull/583
* [r] Fix copying R docs, doc-site CI by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/681

What's Changed

* [builder] bump Census build minimum disk space requirement to 1.8TiB by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/661
* [python] bound pytorch memory usage by atolopko-czi in https://github.com/chanzuckerberg/cellxgene-census/pull/654
* [docs] Fetch docsite version number from git tags by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/675
* [docs] fetch-depth: 0 for docsite build by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/679
* [r] Audit r vignettes by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/686
* [r] Update R docs and doc-site by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/684
* [r] run R tests with both release and latest versions of tiledbsoma by mlin in https://github.com/chanzuckerberg/cellxgene-census/pull/691
* [r] Change R Dependencies by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/693
* [r] Update DESCRIPTION to remove windows support from R by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/692
* Suggesting very minor edits to comp_bio_data_integration.Rmd by eddelbuettel in https://github.com/chanzuckerberg/cellxgene-census/pull/694
* [r] Update to version 1.5.0 and rebuild doc-site by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/695

New Contributors
* eddelbuettel made their first contribution in https://github.com/chanzuckerberg/cellxgene-census/pull/694

**Full Changelog**: https://github.com/chanzuckerberg/cellxgene-census/compare/v1.4.0...v1.5.0

1.4.0

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
* Bump aiohttp from 3.8.4 to 3.8.5 in /tools/cellxgene_census_builder by dependabot in https://github.com/chanzuckerberg/cellxgene-census/pull/632
* fix: dialog by tihuan in https://github.com/chanzuckerberg/cellxgene-census/pull/633
* Expose out-of-core Mean and Variance APIs by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/609
* add a dataset blocklist by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/636
* dataset blocklist location check by bkmartinjr in https://github.com/chanzuckerberg/cellxgene-census/pull/637
* feat(newsletterBanner): Add localStorage by tihuan in https://github.com/chanzuckerberg/cellxgene-census/pull/643
* Switch to prod role for the builder GHA job by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/644
* [r] hotfix for release directory JSON parsing problem by mlin in https://github.com/chanzuckerberg/cellxgene-census/pull/649
* Update builder to use schema_version param to pin dataset CxG schema versions to 3.0.0 by nayib-jose-gloria in https://github.com/chanzuckerberg/cellxgene-census/pull/650
* Updates docs and test results for LTS data release 2023-07-25 by pablo-gar in https://github.com/chanzuckerberg/cellxgene-census/pull/652
* Notebooks for LTS 2023-07-25 by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/656
* docs: add cell guide button by ebezzi in https://github.com/chanzuckerberg/cellxgene-census/pull/655

New Contributors
* dependabot made their first contribution in https://github.com/chanzuckerberg/cellxgene-census/pull/632
* nayib-jose-gloria made their first contribution in https://github.com/chanzuckerberg/cellxgene-census/pull/650

**Full Changelog**: https://github.com/chanzuckerberg/cellxgene-census/compare/v1.3.1...v1.4.0

Page 4 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.