pail23 / energy-assistant-backend

MIT License
2 stars 1 forks source link

Bump optuna from 3.4.0 to 3.6.1 #141

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 5 months ago

Bumps optuna from 3.4.0 to 3.6.1.

Release notes

Sourced from optuna's releases.

v3.6.1

This is the release note of v3.6.1.

Bug Fixes

  • [Backport] Fix Wilcoxon pruner bug when best_trial has no intermediate value #5370
  • [Backport] Address issue#5358 (#5371)
  • [Backport] Fix average_is_best implementation in WilcoxonPruner (#5373)

Other

  • Bump up version number to v3.6.1 (#5372)

Thanks to All the Contributors!

This release was made possible by the authors and the people who participated in the reviews and discussions.

@​HideakiImamura, @​eukaryo, @​nabenabe0928

v3.6.0

This is the release note of v3.6.0.

Highlights

Optuna 3.6 newly supports the following new features. See our release blog for more detailed information.

  • Wilcoxon Pruner: New Pruner Based on Wilcoxon Signed-Rank Test
  • Lightweight Gaussian Process (GP)-Based Sampler
  • Speeding up Importance Evaluation with PED-ANOVA
  • Stricter Verification Logic for FrozenTrial
  • Refactoring the Optuna Dashboard
  • Migration to Optuna Integration

Breaking Changes

  • Implement optuna.terminator using optuna._gp (#5241)

These migration-related PRs do not break the backward compatibility as long as optuna-integration v3.6.0 or later is installed in your environment.

... (truncated)

Commits
  • 39f83f7 Merge pull request #5373 from eukaryo/backport-5366
  • 69c0bf3 Merge pull request #5372 from HideakiImamura/bump-up-version-number-to-v3.6.1
  • 8a573cb Merge pull request #5371 from HideakiImamura/backport-5359-to-release-v3.6.1
  • 2ef896f Merge pull request #5370 from HideakiImamura/backport-5354-to-release-v3.6.1
  • 4b1a77f Merge pull request #5366 from contramundum53/fix-wilcoxon2
  • 6ab09a9 Bump up version number to v3.6.1
  • e7fa43f Address issue#5358 (#5359)
  • 7993ddd Merge pull request #5354 from contramundum53/fix-wilcoxon
  • 0f320d4 Merge pull request #5333 from HideakiImamura/backport-v3.6.0
  • f45dd5a Merge pull request #5332 from HideakiImamura/bug/fix-unintended-breaking-change
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 54.75%. Comparing base (18a1979) to head (b1193c1). Report is 105 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #141 +/- ## ======================================= Coverage 54.75% 54.75% ======================================= Files 55 55 Lines 3187 3187 ======================================= Hits 1745 1745 Misses 1442 1442 ``` | [Flag](https://app.codecov.io/gh/pail23/energy-assistant-backend/pull/141/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Frank) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/pail23/energy-assistant-backend/pull/141/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Frank) | `54.75% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Frank#carryforward-flags-in-the-pull-request-comment) to find out more.

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

dependabot[bot] commented 2 weeks ago

Superseded by #182.