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.17.5 #161

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps beaker-py from 0.2.8 to 1.17.5.

Release notes

Sourced from beaker-py's releases.

v1.17.5

What's new

Added šŸŽ‰

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

Commits

137d92a add new fields (#211)

v1.17.4

What's new

Fixed āœ…

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

Commits

0177a1c Bump version to v1.17.3 for release a09c77e Add latest Docker image

v1.17.3

What's new

Added šŸŽ‰

  • Added a latest tagged Docker image.

Commits

a09c77e Add latest Docker image

v1.17.2

What's new

Fixed āœ…

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

Commits

ce08a0d catch empty user token

v1.17.1

What's new

Added šŸŽ‰

... (truncated)

Changelog

Sourced from beaker-py's changelog.

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

  • Added multiprocessing option to Beaker.dataset.fetch(). This can speed things up substantially for datasets with a lot of files.

v1.17.0 - 2023-02-13

Added

  • Added ExperimentSpec.new() constructor.

Changed

  • The cluster argument to TaskSpec.new() and ExperimentSpec.new() can now be given as a list of clusters which is equivalent to adding a "cluster" list in the constraints field.

Fixed

  • Beaker.workspace.clear() will remove uncommitted datasets too.
  • Fixed the progress bar total in Beaker.dataset.fetch() and improved handling of KeyboardInterrupt.

v1.16.0 - 2023-01-26

... (truncated)

Commits
  • 259a09d (chore) bump version to v1.17.5 for release
  • 137d92a add new fields (#211)
  • aae84a9 (chore) bump version to v1.17.4 for release
  • 0177a1c Bump version to v1.17.3 for release
  • a09c77e Add latest Docker image
  • 1ee9bc7 Bump version to v1.17.2 for release
  • ce08a0d catch empty user token
  • 7ec3fb7 Bump version to v1.17.1 for release
  • 94274a1 Add multiprocessing option to dataset.fetch() (#209)
  • 346bb95 Bump version to v1.17.0 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)
dependabot[bot] commented 1 year ago

Superseded by #163.