v0.4.0
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 thewith
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 theirsoma_joinid
- package now imports
tiledbsoma==0.5.0a10
which has several breaking API changes.
Enhancements
- Python 3.7 support
What's Changed
- chore: Update license copyright year by @atolopko-czi in #118
- API cleanup by @bkmartinjr in #117
- Coords param change for get_anndata by @bkmartinjr in #122
- Add Python 3.7 support by @bkmartinjr in #121
- update installation docs to reflect publication of package on PyPi by @bkmartinjr in #153
- Port cell_census and notebooks to tiledbsoma 0.5.0a10 by @bkmartinjr in #132
New Contributors
- @ebezzi made their first contribution in #76
- @Bento007 made their first contribution in #115
- @metakuni made their first contribution in #127
Full Changelog: v0.3.0...v0.4.0