You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple Progress Bars (#25)
* Update docstrings
* Prototype multiple progress bar API
* Rename class and fill out tests
* Add multi-bar example to README
* Fix case where position keyword passed
* Bump minor version
Update JAX dependency constraint, and bump minor version number (#18)
* Update JAX dependency constraint, and bump minor version number
* Update link in README to callback docs
Replace message arg with kwargs for tqdm (#13)
* replace message arg with tqdm kwargs
* added additional tqdm arguments example to readme
* lint with black
Add print-rate as optional argument (#11)
* Add print-rate as optional argument
* Update dependencies
* Update isort
* Update README, extend tests add checks on print-rate
* README tweaks from PR comments
* Fix typo
* Bump minor version number ahead of new release