Release notes
*Sourced from [tqdm's releases](https://github.com/tqdm/tqdm/releases).*
> ## tqdm v4.35.0 stable
> - add `{bar}` format specifier ([#623](https://github-redirect.dependabot.com/tqdm/tqdm/issues/623) -> [#799](https://github-redirect.dependabot.com/tqdm/tqdm/issues/799))
> + `[width][type]`
> - add tests and documentation
> - update performance tests
>
> ## tqdm v4.34.0 stable
> - add `leave=None` convenience option for `leave = position == 0`
> - ensure nested completed bars respect `leave=True` ([#230](https://github-redirect.dependabot.com/tqdm/tqdm/issues/230))
> - ensure nested bars are cleared before being moved up ([#795](https://github-redirect.dependabot.com/tqdm/tqdm/issues/795))
> - support both ` ` and `=` syntax for CLI options ([#761](https://github-redirect.dependabot.com/tqdm/tqdm/issues/761) -> [#774](https://github-redirect.dependabot.com/tqdm/tqdm/issues/774))
> - misc documentation updates ([#778](https://github-redirect.dependabot.com/tqdm/tqdm/issues/778), [#782](https://github-redirect.dependabot.com/tqdm/tqdm/issues/782))
> - fix/update tests
> - update GitHub docker package deployment
>
> ## tqdm v4.33.0 stable
> - fix `pandas==0.25` API change ([#780](https://github-redirect.dependabot.com/tqdm/tqdm/issues/780))
> - add contributor badges (`sourcerer`)
> - fix py26 travis CI
> - metadata fixes
> + `.zenodo.json`
> + `CODEOWNERS`
> - GitHub package registry docker deployment
> - minor linting
> - documentation updates ([#773](https://github-redirect.dependabot.com/tqdm/tqdm/issues/773))
Commits
- [`f856c57`](https://github.com/tqdm/tqdm/commit/f856c5747c87b6c44d6aa2c64fd5378f5300310d) bump version, merge branch 'bar-formatspec'
- [`6d1d38f`](https://github.com/tqdm/tqdm/commit/6d1d38fcad4c6a623b64f061cfba65374cdb250e) linting (flake8, codacy)
- [`ee68bac`](https://github.com/tqdm/tqdm/commit/ee68bac05e4f54fcd27ed8ff0e34269c2ca80aad) add bar formatspec documentation
- [`91c52e4`](https://github.com/tqdm/tqdm/commit/91c52e4d737716875b9ddc3c9aded04588912310) re-fix py2 unicode
- [`86db96c`](https://github.com/tqdm/tqdm/commit/86db96cf9b7dd06301980a07b2743d2a8c76019b) update perf test thresholds
- [`8888db4`](https://github.com/tqdm/tqdm/commit/8888db4cb8a5abd464b3a16b46692fe8f7670df7) tidy perf tests
- [`532d433`](https://github.com/tqdm/tqdm/commit/532d433f2032a6daf64a9946cced484d378dbf49) blank bar format spec type
- [`3c17710`](https://github.com/tqdm/tqdm/commit/3c177105d2f04dd16832303bb1b044f4e784a034) negative bar len for auto-trimming
- [`273e0c7`](https://github.com/tqdm/tqdm/commit/273e0c7ba2ad6227cf569a158a1058a47c314863) fix py26 tests
- [`1aa3745`](https://github.com/tqdm/tqdm/commit/1aa3745667677366749e36bee36c912617fe16bd) move and document empty format helper
- Additional commits viewable in [compare view](https://github.com/tqdm/tqdm/compare/v4.32.2...v4.35.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps tqdm from 4.32.2 to 4.35.0.
Release notes
*Sourced from [tqdm's releases](https://github.com/tqdm/tqdm/releases).* > ## tqdm v4.35.0 stable > - add `{bar}` format specifier ([#623](https://github-redirect.dependabot.com/tqdm/tqdm/issues/623) -> [#799](https://github-redirect.dependabot.com/tqdm/tqdm/issues/799)) > + `[width][type]` > - add tests and documentation > - update performance tests > > ## tqdm v4.34.0 stable > - add `leave=None` convenience option for `leave = position == 0` > - ensure nested completed bars respect `leave=True` ([#230](https://github-redirect.dependabot.com/tqdm/tqdm/issues/230)) > - ensure nested bars are cleared before being moved up ([#795](https://github-redirect.dependabot.com/tqdm/tqdm/issues/795)) > - support both ` ` and `=` syntax for CLI options ([#761](https://github-redirect.dependabot.com/tqdm/tqdm/issues/761) -> [#774](https://github-redirect.dependabot.com/tqdm/tqdm/issues/774)) > - misc documentation updates ([#778](https://github-redirect.dependabot.com/tqdm/tqdm/issues/778), [#782](https://github-redirect.dependabot.com/tqdm/tqdm/issues/782)) > - fix/update tests > - update GitHub docker package deployment > > ## tqdm v4.33.0 stable > - fix `pandas==0.25` API change ([#780](https://github-redirect.dependabot.com/tqdm/tqdm/issues/780)) > - add contributor badges (`sourcerer`) > - fix py26 travis CI > - metadata fixes > + `.zenodo.json` > + `CODEOWNERS` > - GitHub package registry docker deployment > - minor linting > - documentation updates ([#773](https://github-redirect.dependabot.com/tqdm/tqdm/issues/773))Commits
- [`f856c57`](https://github.com/tqdm/tqdm/commit/f856c5747c87b6c44d6aa2c64fd5378f5300310d) bump version, merge branch 'bar-formatspec' - [`6d1d38f`](https://github.com/tqdm/tqdm/commit/6d1d38fcad4c6a623b64f061cfba65374cdb250e) linting (flake8, codacy) - [`ee68bac`](https://github.com/tqdm/tqdm/commit/ee68bac05e4f54fcd27ed8ff0e34269c2ca80aad) add bar formatspec documentation - [`91c52e4`](https://github.com/tqdm/tqdm/commit/91c52e4d737716875b9ddc3c9aded04588912310) re-fix py2 unicode - [`86db96c`](https://github.com/tqdm/tqdm/commit/86db96cf9b7dd06301980a07b2743d2a8c76019b) update perf test thresholds - [`8888db4`](https://github.com/tqdm/tqdm/commit/8888db4cb8a5abd464b3a16b46692fe8f7670df7) tidy perf tests - [`532d433`](https://github.com/tqdm/tqdm/commit/532d433f2032a6daf64a9946cced484d378dbf49) blank bar format spec type - [`3c17710`](https://github.com/tqdm/tqdm/commit/3c177105d2f04dd16832303bb1b044f4e784a034) negative bar len for auto-trimming - [`273e0c7`](https://github.com/tqdm/tqdm/commit/273e0c7ba2ad6227cf569a158a1058a47c314863) fix py26 tests - [`1aa3745`](https://github.com/tqdm/tqdm/commit/1aa3745667677366749e36bee36c912617fe16bd) move and document empty format helper - Additional commits viewable in [compare view](https://github.com/tqdm/tqdm/compare/v4.32.2...v4.35.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.