Skip to content

Merging in PRs and overall refactoring

Compare
Choose a tag to compare
@swansonk14 swansonk14 released this 28 Dec 02:09
f655abb

This version merges in PRs that make it possible to use p_tqdm in jupyter notebooks and to pass kwargs to the underlying tqdm object. Additionally, the code is refactored to reduce redundancy and to add in Python typing, meaning p_tqdm now only supports Python 3.5+.