-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added functionality to give a description in the progress bar #401
Conversation
Thanks! What about adding a |
for more information, see https://pre-commit.ci
That is a cleaner way. I have put it in like this, happy to know your thoughts. |
Looks good to me! Thanks!! |
@dfm could I be a pest and ask for a pypi release with this feature? I can't get my package onto pypi currently as it requires this feature and pypi doesn't like direct dependencies to git repos apparently. |
Absolutely! I'll do that now. |
v3.1.1 should be on PyPI shortly (as soon as this finishes running) |
Amazing! Thanks for your help 🙏🏻 |
tqdm
allows a description to be given to the progress bar, I find this is helpful in packages where multiple different progress bars are used. This PR allows a description to be added to aemcee
progress bar based on a string passed to to thesample
function.