Skip to content

0.19.1

Compare
Choose a tag to compare
@parashardhapola parashardhapola released this 29 Sep 12:50
· 239 commits to master since this release

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.