Skip to content

0.10.0

Compare
Choose a tag to compare
@parashardhapola parashardhapola released this 23 Jul 22:22
· 384 commits to master since this release

CHANGELOG

Improvements
Improved logging. Moved a lot of unnecessary log messages to DEBUG level so that they will not be shown by default.
Progress bars for dask operations are now rendered through tqdm.
tqdm progress bar now can be modified by users. Optimized tqdm usage for jupyter notebooks.
handle_download now uses the requests library rather than OS specific download utilities. Shows progress of the download.
More API tests were added for scATAC-Seq data, utilities, mapping functions and downloading.

New feature
Added set_verbosity global function that can change the verbosity of log messages. This exposes the loguru log levels.
Exposed verbosity in DataStore.run_umap

For developers
Switched to 'black' code style.
Docs theme was switched to jupyter-book-theme. Most of the docs file converted from rst to md format and are now parsed using My-ST parser.