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.2 #160

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps beaker-py from 0.2.8 to 1.17.2.

Release notes

Sourced from beaker-py's releases.

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 🎉

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

Commits

94274a1 Add multiprocessing option to dataset.fetch() (#209)

v1.17.0

What's new

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.

Commits

a50763b Fix progress bar total for Beaker.dataset.fetch() (#208) 2e1ebc9 Update 'sweep' example, add ExperimentSpec.new() (#207) 4fc5c1a Fix tests, upgrade deps (#206) 153575f fix type 4bb8fbb fix Beaker.workspace.clear()

v1.16.0

What's new

... (truncated)

Changelog

Sourced from beaker-py's changelog.

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

Added

  • Added missing user_restrictions field to Cluster data model.
  • Added Beaker.job.preempt() method.
  • Added Job.was_preempted property.
  • Added job attribute to JobFailedError and task attribute to TaskStoppedError.
  • Added DEBUG logging statements for every request and response to/from the Beaker server. To see these, just enable logging at the DEBUG level (though you may want to disable DEBUG logging from the "urllib3" logger, as that will create a lot of noise). For example:
    import logging
    

    logging.basicConfig(level=logging.DEBUG) logging.getLogger("urllib3").setLevel(logging.INFO)

Fixed

  • Fixed bug where Beaker.experiment.wait_for() would fail if a job was preempted.

v1.15.0 - 2023-01-19

... (truncated)

Commits
  • 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
  • a50763b Fix progress bar total for Beaker.dataset.fetch() (#208)
  • 2e1ebc9 Update 'sweep' example, add ExperimentSpec.new() (#207)
  • 4fc5c1a Fix tests, upgrade deps (#206)
  • 153575f fix type
  • 4bb8fbb fix Beaker.workspace.clear()
  • 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 #161.