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.12.1 #138

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps beaker-py from 0.2.8 to 1.12.1.

Release notes

Sourced from beaker-py's releases.

v1.12.1

What's new

Fixed ✅

  • Improved Beaker.(dataset|experiment|image).get() when looking up objects in the default workspace that were created by other users.

Commits

87646e1 Improve finding objects in default workspace 0aafb0c Allow no beaker or docker image in exp spec (#180)

v1.12.0

What's new

Added 🎉

  • Added Beaker.workspace.iter_(images|experiments|datasets) methods.
  • Added older_than parameter to Beaker.workspace.clear() method.

Fixed ✅

  • Fixed Beaker.experiment.results() when dataset no longer exists. It will now return None instead of failing with DatasetNotFound.

Commits

5943f91 Fix Beaker.experiment.results() 4152916 Add Beaker.workspace.iter_* methods (#179) 4972c99 ignore updater fields in config

v1.11.6

What's new

Added 🎉

  • Added missing url field to DatasetStorage.

Removed 👋

  • Removed old field fileheap from DatasetSpec.

Commits

6c3d1c1 remove fileheap field 14011bd Add missing url field to DatasetStorage 3dfb908 fix experiment delete

v1.11.5

What's new

... (truncated)

Changelog

Sourced from beaker-py's changelog.

v1.12.1 - 2022-12-08

Fixed

  • Improved Beaker.(dataset|experiment|image).get() when looking up objects in the default workspace that were created by other users.

v1.12.0 - 2022-11-23

Added

  • Added Beaker.workspace.iter_(images|experiments|datasets) methods.
  • Added older_than parameter to Beaker.workspace.clear() method.

Fixed

  • Fixed Beaker.experiment.results() when dataset no longer exists. It will now return None instead of failing with DatasetNotFound.

v1.11.6 - 2022-11-22

Added

  • Added missing url field to DatasetStorage.

Removed

  • Removed old field fileheap from DatasetSpec.

v1.11.5 - 2022-11-16

Added

  • Added missing size field to Image data model

v1.11.4 - 2022-11-07

Changed

  • TaskSpec.with_contraint now takes **kwargs instead of two positional arguments.

v1.11.3 - 2022-10-28

Added

  • Added customizable user_agent attribute to Beaker client.

Fixed

  • Added missing account_id field to Node data model.
  • Added missing identity field to Session data model.

... (truncated)

Commits
  • 6b543ba Bump version to v1.12.1 for release
  • 87646e1 Improve finding objects in default workspace
  • 0aafb0c Allow no beaker or docker image in exp spec (#180)
  • bd6f214 Bump version to v1.12.0 for release
  • 5943f91 Fix Beaker.experiment.results()
  • 4152916 Add Beaker.workspace.iter_* methods (#179)
  • 4972c99 ignore updater fields in config
  • 30d3132 Bump version to v1.11.6 for release
  • 6c3d1c1 remove fileheap field
  • 14011bd Add missing url field to DatasetStorage
  • 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 #140.