Release notes
*Sourced from [tqdm's releases](https://github.com/tqdm/tqdm/releases).*
> ## tqdm v4.38.0 stable
> - support `lock_args` for e.g. non-blocking intermediate writes ([#838](https://github-redirect.dependabot.com/tqdm/tqdm/issues/838) -> [#839](https://github-redirect.dependabot.com/tqdm/tqdm/issues/839))
> + use `self.refresh()` in more places
> + add and update performance tests
> + support args for `TqdmDefaultWriteLock.acquire()`
> - fix colorama on win ([#678](https://github-redirect.dependabot.com/tqdm/tqdm/issues/678), [#764](https://github-redirect.dependabot.com/tqdm/tqdm/issues/764))
> - framework updates
> + CI cleanup
> * move to stages (check/test/deploy)
> * auto deploy notes
> * deploy only on parent repo
> * separate docker deploy
> + update documentation sync/generation
> - update examples
> - update documentation
> - add and update tests
> - misc tidy and linting
>
> ## tqdm v4.37.0 stable
> - potential future pandas fix ([#824](https://github-redirect.dependabot.com/tqdm/tqdm/issues/824))
> - better unicode widechar support ([#803](https://github-redirect.dependabot.com/tqdm/tqdm/issues/803) -> [#410](https://github-redirect.dependabot.com/tqdm/tqdm/issues/410), [#805](https://github-redirect.dependabot.com/tqdm/tqdm/issues/805))
> - fix example/tqdm_wget unknown total ([#826](https://github-redirect.dependabot.com/tqdm/tqdm/issues/826))
> - add `stacklevel=2` to warnings ([#821](https://github-redirect.dependabot.com/tqdm/tqdm/issues/821))
> - misc framework updates
> + snapcraft version fix
> + update issue/pr templates ([#830](https://github-redirect.dependabot.com/tqdm/tqdm/issues/830))
> + update unit tests
> - misc documentation updates
> + update parallel (multiprocessing, ThreadPoolExecutor) example ([#407](https://github-redirect.dependabot.com/tqdm/tqdm/issues/407))
> + add slides, video images
> + add CII Best Practices badge
> + add repology badge
> + update badge icons
Commits
- [`69179d8`](https://github.com/tqdm/tqdm/commit/69179d8bf877aa8df49324cd59ae44dcc1422fce) Merge branch 'devel'
- [`0743062`](https://github.com/tqdm/tqdm/commit/0743062a8c88982e051731835825952ebb46b245) use new cleanup
- [`f44a3f6`](https://github.com/tqdm/tqdm/commit/f44a3f681ab298ed80c89b75398059e71e47eaa0) remove unneeded sudo
- [`265d46a`](https://github.com/tqdm/tqdm/commit/265d46a434aa00e71ea71cea8550525ffd9360de) deploy notes and only parent repo
- [`b8e8c6e`](https://github.com/tqdm/tqdm/commit/b8e8c6e3719b373a6f98e50ad340019df13edb57) Merge branch 'locking' into devel
- [`b1fdd0c`](https://github.com/tqdm/tqdm/commit/b1fdd0c4787c2e7189ca3a277c16ef0034cf084b) update example
- [`1599ada`](https://github.com/tqdm/tqdm/commit/1599ada42dedce16ff2f1988ddffd1641cd9f5fd) update docs
- [`464165c`](https://github.com/tqdm/tqdm/commit/464165c3cb7b6f1e1917e62bbaa5d349cdc436ee) fix py3.4 tests
- [`166e1bc`](https://github.com/tqdm/tqdm/commit/166e1bc5dcae974ff39b99e3d51d2b67a18dde71) liting and minor tidy
- [`213f302`](https://github.com/tqdm/tqdm/commit/213f30288c3b30e6841f06838a5d669e3f19dd4a) fix silly lock bug, tighten perf tests
- Additional commits viewable in [compare view](https://github.com/tqdm/tqdm/compare/v4.36.1...v4.38.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)
Bumps tqdm from 4.36.1 to 4.38.0.
Release notes
*Sourced from [tqdm's releases](https://github.com/tqdm/tqdm/releases).* > ## tqdm v4.38.0 stable > - support `lock_args` for e.g. non-blocking intermediate writes ([#838](https://github-redirect.dependabot.com/tqdm/tqdm/issues/838) -> [#839](https://github-redirect.dependabot.com/tqdm/tqdm/issues/839)) > + use `self.refresh()` in more places > + add and update performance tests > + support args for `TqdmDefaultWriteLock.acquire()` > - fix colorama on win ([#678](https://github-redirect.dependabot.com/tqdm/tqdm/issues/678), [#764](https://github-redirect.dependabot.com/tqdm/tqdm/issues/764)) > - framework updates > + CI cleanup > * move to stages (check/test/deploy) > * auto deploy notes > * deploy only on parent repo > * separate docker deploy > + update documentation sync/generation > - update examples > - update documentation > - add and update tests > - misc tidy and linting > > ## tqdm v4.37.0 stable > - potential future pandas fix ([#824](https://github-redirect.dependabot.com/tqdm/tqdm/issues/824)) > - better unicode widechar support ([#803](https://github-redirect.dependabot.com/tqdm/tqdm/issues/803) -> [#410](https://github-redirect.dependabot.com/tqdm/tqdm/issues/410), [#805](https://github-redirect.dependabot.com/tqdm/tqdm/issues/805)) > - fix example/tqdm_wget unknown total ([#826](https://github-redirect.dependabot.com/tqdm/tqdm/issues/826)) > - add `stacklevel=2` to warnings ([#821](https://github-redirect.dependabot.com/tqdm/tqdm/issues/821)) > - misc framework updates > + snapcraft version fix > + update issue/pr templates ([#830](https://github-redirect.dependabot.com/tqdm/tqdm/issues/830)) > + update unit tests > - misc documentation updates > + update parallel (multiprocessing, ThreadPoolExecutor) example ([#407](https://github-redirect.dependabot.com/tqdm/tqdm/issues/407)) > + add slides, video images > + add CII Best Practices badge > + add repology badge > + update badge iconsCommits
- [`69179d8`](https://github.com/tqdm/tqdm/commit/69179d8bf877aa8df49324cd59ae44dcc1422fce) Merge branch 'devel' - [`0743062`](https://github.com/tqdm/tqdm/commit/0743062a8c88982e051731835825952ebb46b245) use new cleanup - [`f44a3f6`](https://github.com/tqdm/tqdm/commit/f44a3f681ab298ed80c89b75398059e71e47eaa0) remove unneeded sudo - [`265d46a`](https://github.com/tqdm/tqdm/commit/265d46a434aa00e71ea71cea8550525ffd9360de) deploy notes and only parent repo - [`b8e8c6e`](https://github.com/tqdm/tqdm/commit/b8e8c6e3719b373a6f98e50ad340019df13edb57) Merge branch 'locking' into devel - [`b1fdd0c`](https://github.com/tqdm/tqdm/commit/b1fdd0c4787c2e7189ca3a277c16ef0034cf084b) update example - [`1599ada`](https://github.com/tqdm/tqdm/commit/1599ada42dedce16ff2f1988ddffd1641cd9f5fd) update docs - [`464165c`](https://github.com/tqdm/tqdm/commit/464165c3cb7b6f1e1917e62bbaa5d349cdc436ee) fix py3.4 tests - [`166e1bc`](https://github.com/tqdm/tqdm/commit/166e1bc5dcae974ff39b99e3d51d2b67a18dde71) liting and minor tidy - [`213f302`](https://github.com/tqdm/tqdm/commit/213f30288c3b30e6841f06838a5d669e3f19dd4a) fix silly lock bug, tighten perf tests - Additional commits viewable in [compare view](https://github.com/tqdm/tqdm/compare/v4.36.1...v4.38.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)