CHANGELOG
Changelog of 0.19.0 is also included here
**Critical bug fix**
Fixed critical bug in `iter_normed_feature_wise` that caused usage of the wrong parameter in the `normed` method call.
**New features**
Added `save_normed_for_query` which will create a new slot in the assay and save all the normalized values for the quick lookup. `get_cells_vals` was improved to utilize these calculated normalized values when available.
**Improvements**
`iter_normed_feature_wise` now features any selection of features.
Added `title` parameter to `plot_layout` and `plot_unified_layout` that allows using custom titles in the plots.
`create_zarr_obj_array` now supports compression and disabling of chunking.
**Documentation changes**
API page now included class __init__ level docstrings.