materialsproject / fireworks

The Fireworks Workflow Management Repo.
https://materialsproject.github.io/fireworks
Other
361 stars 185 forks source link

Bump tqdm from 4.38.0 to 4.40.2 #385

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps tqdm from 4.38.0 to 4.40.2.

Release notes *Sourced from [tqdm's releases](https://github.com/tqdm/tqdm/releases).* > ## tqdm v4.40.2 stable > - fix `pandas` unhashable func ([#862](https://github-redirect.dependabot.com/tqdm/tqdm/issues/862) -> [#863](https://github-redirect.dependabot.com/tqdm/tqdm/issues/863)) > + add tests > > ## tqdm v4.40.1 stable > - fix floating point imprecision raising errors ([#859](https://github-redirect.dependabot.com/tqdm/tqdm/issues/859)) > - fix auto gh releases ([travis-ci/dpl#914](https://github-redirect.dependabot.com/travis-ci/dpl/issues/914)) > - update CONTRIBUTING ([#84 (comment)](https://github-redirect.dependabot.com/tqdm/tqdm/issues/84#issuecomment-167516992)) > > ## tqdm v4.40.0 stable > - officially support `float` for `n` and `total` ([#802](https://github-redirect.dependabot.com/tqdm/tqdm/issues/802)) > + `notebook`: use `FloatProgress` <= `IntProgress` ([#471](https://github-redirect.dependabot.com/tqdm/tqdm/issues/471), [#456](https://github-redirect.dependabot.com/tqdm/tqdm/issues/456)) > + allow imprecision (`n <= total + epsilon`) ([#849](https://github-redirect.dependabot.com/tqdm/tqdm/issues/849)) > - fix unicode bar format arguments ([#803](https://github-redirect.dependabot.com/tqdm/tqdm/issues/803) -> [#851](https://github-redirect.dependabot.com/tqdm/tqdm/issues/851)) > - add `contrib` submodule ([#815](https://github-redirect.dependabot.com/tqdm/tqdm/issues/815)) > - add `wrapattr`, `utils.CallbackIOWrapper`, `contrib.DummyTqdmFile` ([#84](https://github-redirect.dependabot.com/tqdm/tqdm/issues/84) -> [#844](https://github-redirect.dependabot.com/tqdm/tqdm/issues/844)) > - update tests > - update documentation > - tidy automatic `snap` deployments > - minor doc update ([#854](https://github-redirect.dependabot.com/tqdm/tqdm/issues/854)) > > ## tqdm v4.39.0 stable > - add `pandas` builtin operations check ([#843](https://github-redirect.dependabot.com/tqdm/tqdm/issues/843) <- [#697](https://github-redirect.dependabot.com/tqdm/tqdm/issues/697)) > - avoid unnecessary `dedent` ([#837](https://github-redirect.dependabot.com/tqdm/tqdm/issues/837)) > - remove unneeded bar logic > - misc code tidy > - update documentation > + document default argument overriding ([#370](https://github-redirect.dependabot.com/tqdm/tqdm/issues/370)) > + add missing `isatty()` ([#713](https://github-redirect.dependabot.com/tqdm/tqdm/issues/713)) > + update badges > + add code of conduct > - update framework > + clean CI stages > + update CI default `py3.6` => `py3.7` > + automate snap releases ([#686](https://github-redirect.dependabot.com/tqdm/tqdm/issues/686) <- [#685](https://github-redirect.dependabot.com/tqdm/tqdm/issues/685))
Commits - [`571aa7f`](https://github.com/tqdm/tqdm/commit/571aa7f2516efd8f9c811af70ce92dcffab4b286) bump version, merge branch 'devel' - [`a7c565e`](https://github.com/tqdm/tqdm/commit/a7c565ec64c7add40baeecdae32077c020ef2f35) add pandas unhashable test - [`d8152a4`](https://github.com/tqdm/tqdm/commit/d8152a4618e6487de4428dcb235413829657035c) fix pandas unhashable func - [`4276147`](https://github.com/tqdm/tqdm/commit/42761473f9edf276937cc3a28a6fcabc59f5f97d) bump version, merge branch 'devel' - [`ffb706e`](https://github.com/tqdm/tqdm/commit/ffb706ec9ecdadfb5cbaa826dfa48c22e04d58eb) add tests for float total < n - [`f422502`](https://github.com/tqdm/tqdm/commit/f4225020380eafaaeb8f4328271381d4fdecb1df) fix floating point imprecision raising errors - [`03f8300`](https://github.com/tqdm/tqdm/commit/03f830070ec15c9ff99f78c5e698c476c7bdfa95) fix auto gh releases - [`085cc0a`](https://github.com/tqdm/tqdm/commit/085cc0ad98a7f131c68d3aa039cf52b000095bf6) update CONTRIBUTING - [`80464b2`](https://github.com/tqdm/tqdm/commit/80464b22931eeaf8757ea77157fc2e7b9c28d926) bump version, merge branch 'devel' - [`5e4094e`](https://github.com/tqdm/tqdm/commit/5e4094e3831eb6b105834245d7f087f1abe4eede) silly deletion - Additional commits viewable in [compare view](https://github.com/tqdm/tqdm/compare/v4.38.0...v4.40.2)


Dependabot compatibility score

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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #389.