Quantum-Accelerators / quacc

quacc is a flexible platform for computational materials science and quantum chemistry that is built for the big data era.
https://quantum-accelerators.github.io/quacc/
BSD 3-Clause "New" or "Revised" License
157 stars 42 forks source link

Bump jobflow-remote from 0.1.1 to 0.1.2 #2311

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 2 days ago

Bumps jobflow-remote from 0.1.1 to 0.1.2.

Release notes

Sourced from jobflow-remote's releases.

v0.1.2

Updates and bug fixes

Changelog

v0.1.2 (2024-06-26)

Full Changelog

Implemented enhancements:

  • Allow setting resources for FAILED and COMPLETED jobs #119
  • SUGGESTION: Catchall state for errors #111
  • Flow information #19

Fixed bugs:

  • Flow state stays COMPLETED when a job is rerun #118

Closed issues:

  • Feature request: show more information about the flow(s) that will be deleted #130
  • Feature request: optionally delete outputs when doing jf flow delete #129
  • Feature request: support psutil 6.0.0 #128
  • SUGGESTION: Add an example for querying results from the database #115

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Changelog

Sourced from jobflow-remote's changelog.

v0.1.2 (2024-06-26)

Full Changelog

Implemented enhancements:

  • Allow setting resources for FAILED and COMPLETED jobs #119
  • SUGGESTION: Catchall state for errors #111
  • Flow information #19

Fixed bugs:

  • Flow state stays COMPLETED when a job is rerun #118

Closed issues:

  • Feature request: show more information about the flow(s) that will be deleted #130
  • Feature request: optionally delete outputs when doing jf flow delete #129
  • SUGGESTION: Add an example for querying results from the database #115

Merged pull requests:

Commits
  • 189518f Release v0.1.2
  • 1c2dd3c Bump psutil from 5.9.8 to 6.0.0
  • 79df076 rename fixture
  • 559e238 Add --verbose and --outputs options to jf flow delete
  • 2db61ea make JobController.set_job_doc_properties public
  • 967e7c5 fix ruff format
  • 2338552 ruff ignore legacy violations
  • 144fa9f ruff auto fixes
  • a74175d migrate linting from flake8, isort, autoflake to ruff (same as atomate2, jobf...
  • bef4bc9 Bump schedule from 1.2.1 to 1.2.2
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
buildbot-princeton commented 2 days ago

Can one of the admins verify this patch?

codecov[bot] commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.08%. Comparing base (17a82f0) to head (ce57d1b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2311 +/- ## ======================================= Coverage 99.08% 99.08% ======================================= Files 84 84 Lines 3515 3515 ======================================= Hits 3483 3483 Misses 32 32 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.