Skip to content

v0.4.0

Compare
Choose a tag to compare
@bkmartinjr bkmartinjr released this 14 Feb 02:18
· 529 commits to main since this release
05b9e3f

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