Skip to content

0.11.0

Compare
Choose a tag to compare
@parashardhapola parashardhapola released this 31 Jul 11:26
· 364 commits to master since this release

CHANGELOG

Breaking changes introduced in run_umap and run_unified_umap method of DataStore
fit_n_epochs parameter renamed to n_epochs. tx_n_epochs parameter is no longer valid.

Improvements
~100% coverage in docstrings in assays module
Fixed a bug in file counter in fetch_dataset
Improved iteration counter in smoothen_dists. Potentially more memory optimized now.
Removed unnecessary transform method in umap module. Disabled removal of low weight edges. Removed call to fuzzy_simplical_set because steps are already performed upstream.

New feature
Added DensMap algorithm to umap module.