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.13.0 #140

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps beaker-py from 0.2.8 to 1.13.0.

Release notes

Sourced from beaker-py's releases.

v1.13.0

What's new

Added πŸŽ‰

  • Added cursor, sort_by and ordering options to Beaker.workspace.* search methods.

Commits

6052f03 Refactor pagineated searched (#183) 24c8337 Bump mypy from 0.961 to 0.991 (#176) f3645de Add sort, order, and cursor options to workspace search methods (#182)

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.

... (truncated)

Changelog

Sourced from beaker-py's changelog.

v1.13.0 - 2022-12-09

Added

  • Added cursor, sort_by and ordering options to Beaker.workspace.* search methods.

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.

... (truncated)

Commits
  • c68a51d Bump version to v1.13.0 for release
  • 6052f03 Refactor pagineated searched (#183)
  • 24c8337 Bump mypy from 0.961 to 0.991 (#176)
  • f3645de Add sort, order, and cursor options to workspace search methods (#182)
  • 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)
  • 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 #144.