naacl2022-reproducibility-track / naacl-utils

A command line tool to help authors submit Docker images to the NAACL Reproducibility Track
https://naacl2022-reproducibility-track.github.io/
Apache License 2.0
7 stars 1 forks source link

Bump beaker-py from 0.2.8 to 1.18.0 #165

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps beaker-py from 0.2.8 to 1.18.0.

Release notes

Sourced from beaker-py's releases.

v1.18.0

What's new

Added 🎉

  • Added missing host_networking, replicas, and leader_selection fields to TaskSpec.

Removed 👋

  • Removed the multiprocessing argument to Beaker.dataset.fetch(). After the bug that was fixed in v1.17.6 it's no-longer worth using a ProcessPoolExecutor (in fact it's much slower than the ThreadPoolExecutor).

Commits

51d0459 fix test 1e88cd7 add missing replica fields de11f0c Remove multiprocessing argument from dataset.fetch()

v1.17.7

What's new

Fixed ✅

  • Fixed bug with dataset download progress bar jumping around.

Commits

6781748 fix bug with dataset download progress bar

v1.17.6

What's new

Fixed ✅

  • Fixed bug causing slow dataset downloads.

Commits

5364ac2 loosen dev dependencies, further perf improvements (#214) 9282bc4 Fix issue with fetching large dataset files (#213)

v1.17.5

What's new

Added 🎉

  • Added new field Job.result, Job.execution.result is deprecated.
  • Added new field Task.replica_rank.

Commits

... (truncated)

Changelog

Sourced from beaker-py's changelog.

v1.18.0 - 2023-03-07

Added

  • Added missing host_networking, replicas, and leader_selection fields to TaskSpec.

Removed

  • Removed the multiprocessing argument to Beaker.dataset.fetch(). After the bug that was fixed in v1.17.6 it's no-longer worth using a ProcessPoolExecutor (in fact it's much slower than the ThreadPoolExecutor).

v1.17.7 - 2023-02-20

Fixed

  • Fixed bug with dataset download progress bar jumping around.

v1.17.6 - 2023-02-20

Fixed

  • Fixed bug causing slow dataset downloads.

v1.17.5 - 2023-02-17

Added

  • Added new field Job.result, Job.execution.result is deprecated.
  • Added new field Task.replica_rank.

v1.17.4 - 2023-02-17

Fixed

  • Fixed latest tag (was "LATEST", should have been "latest")

v1.17.3 - 2023-02-17

Added

  • Added a latest tagged Docker image.

v1.17.2 - 2023-02-15

Fixed

  • Catch case where user token is empty, raise ConfigurationError.

v1.17.1 - 2023-02-14

Added

... (truncated)

Commits
  • 4bce8df (chore) bump version to v1.18.0 for release
  • 51d0459 fix test
  • 1e88cd7 add missing replica fields
  • de11f0c Remove multiprocessing argument from dataset.fetch()
  • 34e204e (chore) bump version to v1.17.7 for release
  • 6781748 fix bug with dataset download progress bar
  • 3c70808 (chore) bump version to v1.17.6 for release
  • 5364ac2 loosen dev dependencies, further perf improvements (#214)
  • 9282bc4 Fix issue with fetching large dataset files (#213)
  • 259a09d (chore) bump version to v1.17.5 for release
  • Additional commits viewable in compare view


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)