Skip to content

Releases: chanzuckerberg/cellxgene-census

v0.7.0

24 Feb 19:00
795adac
Compare
Choose a tag to compare

Breaking Changes

  • cell_census Python package updated to utilize tiledbsoma 1.0.0rc1, which includes a small breaking change to SOMATileDBContext timestamp handling.

Known issues

  • there is an errant debugging message which will be printed upon calling cell_census.open_soma(). It can be safely ignored.

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

21 Feb 21:06
61b655d
Compare
Choose a tag to compare

Breaking Changes

  • Updated to tiledbsoma version 1.0rc0

Improvements

  • Fixed performance regression in open_soma

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

14 Feb 17:28
bca525d
Compare
Choose a tag to compare

What's Changed

No major changes. Update SOMA dependency to tiledbsoma==0.5.0a11.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

14 Feb 02:18
05b9e3f
Compare
Choose a tag to compare

Breaking Changes

  • open_soma returns a handle which must be closed upon completion of census use. It is also a context operator, allowing the use of the with statement.
  • get_anndata coords arguments take a single coordinate point list, slice or int, rather than a per-dimension tuple, as these dataframes are always one-dimensional, and indexed by their soma_joinid
  • package now imports tiledbsoma==0.5.0a10 which has several breaking API changes.

Enhancements

  • Python 3.7 support

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

25 Jan 22:39
9726435
Compare
Choose a tag to compare

Update to latest SOMA API, v0.5.0a8, including on-disk format change from TileDB v2.14. Includes breaking API changes from 0.2.0.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

14 Jan 01:58
344ef23
Compare
Choose a tag to compare

Support v0.2.0 of the Cell Census schema, which moves the location of the dataset presence matrix.

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

12 Jan 02:52
ecb17c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.1.0

v0.0.1

20 Dec 00:07
d5bfe28
Compare
Choose a tag to compare

Initial release.

What's Changed

New Contributors

Full Changelog: https://github.com/chanzuckerberg/cell-census/commits/v0.0.1