Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump optuna from 3.5.0 to 3.6.0 #175

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps optuna from 3.5.0 to 3.6.0.

Release notes

Sourced from optuna's releases.

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.

New Features

  • Backport the change of the timeline plot in Optuna Dashboard (#5168)
  • Wilcoxon pruner (#5181)
  • Add GPSampler (#5185)
  • Add a super quick f-ANOVA algorithm named PED-ANOVA (#5212)

... (truncated)

Commits
  • 0f320d4 Merge pull request #5333 from HideakiImamura/backport-v3.6.0
  • f45dd5a Merge pull request #5332 from HideakiImamura/bug/fix-unintended-breaking-change
  • 794402b Merge pull request #5318 from nabenabe0928/bump-up-to-v3.6.0
  • 6c03e56 Bump up to version number 3.6.0
  • 7ed39a5 Merge pull request #5315 from contramundum53/fix-wilcoxon-doc
  • f992037 Fix tutorial
  • 4489637 Merge branch 'master' of github.com:optuna/optuna into fix-wilcoxon-doc
  • a55122f Fix doc example in WilcoxonPruner
  • ec93124 Merge pull request #5311 from nabenabe0928/fix/make-importance-evaluators-com...
  • 765de75 Update optuna/importance/_fanova/_evaluator.py
  • 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 <dependency name> 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)

Bumps [optuna](https://github.com/optuna/optuna) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/optuna/optuna/releases)
- [Commits](optuna/optuna@v3.5.0...v3.6.0)

---
updated-dependencies:
- dependency-name: optuna
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 18, 2024
@gnzsnz gnzsnz merged commit 1500f46 into master Mar 18, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/pip/optuna-3.6.0 branch March 18, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant