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
* chore: Update license copyright year by atolopko-czi in https://github.com/chanzuckerberg/cell-census/pull/118
* API cleanup by bkmartinjr in https://github.com/chanzuckerberg/cell-census/pull/117
* Coords param change for get_anndata by bkmartinjr in https://github.com/chanzuckerberg/cell-census/pull/122
* Add Python 3.7 support by bkmartinjr in https://github.com/chanzuckerberg/cell-census/pull/121
* update installation docs to reflect publication of package on PyPi by bkmartinjr in https://github.com/chanzuckerberg/cell-census/pull/153
* Port cell_census and notebooks to tiledbsoma 0.5.0a10 by bkmartinjr in https://github.com/chanzuckerberg/cell-census/pull/132
New Contributors
* ebezzi made their first contribution in https://github.com/chanzuckerberg/cell-census/pull/76
* Bento007 made their first contribution in https://github.com/chanzuckerberg/cell-census/pull/115
* metakuni made their first contribution in https://github.com/chanzuckerberg/cell-census/pull/127
**Full Changelog**: https://github.com/chanzuckerberg/cell-census/compare/v0.3.0...v0.4.0