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.4.0 to 3.5.0 #1558

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps optuna from 3.4.0 to 3.5.0.

Release notes

Sourced from optuna's releases.

v3.5.0

This is the release note of v3.5.0.

Highlights

This is a maintenance release with various bug fixes and improvements to the documentation and more.

Breaking Changes

New Features

  • Support constraints in plot contour (#4975, thanks @​y-kamiya!)
  • Support infeasible coloring for plot_timeline (#5014)
  • Support constant_liar in multi-objective TPESampler (#5021)
  • Add optuna study-names cli (#5029)
  • Use ExpectedHypervolumeImprovement candidates function for BotorchSampler (#5065, thanks @​adjeiv!)
  • Fix logei_candidates_func in botorch.py (#5094, thanks @​sousu4!)
  • Report CV scores from within OptunaSearchCV (#5098, thanks @​adjeiv!)

Enhancements

  • Support constant_liar in multi-objective TPESampler (#5021)
  • Make positional args to kwargs in suggest_int (#5044)
  • Ensure n_below is never negative in TPESampler (#5074, thanks @​p1kit!)
  • Improve visibility of infeasible trials in plot_contour (#5107)

Bug Fixes

  • Fix random number generator of NSGAIIChildGenerationStrategy (#5003)
  • Return trials for above in MO split when n_below=0 (#5079)
  • Enable loading of read-only files (#5103, thanks @​Guillaume227!)
  • Fix logpdf for scaled truncnorm (#5110)
  • Fix the bug of matplotlib's plot_rank function (#5133)

Documentation

  • Add the table of dependencies in each integration module (#5005)
  • Enhance the documentation of LightGBM tuner and separate train() from __init__.py (#5010)
  • Update link to reference (#5064)
  • Update the FAQ on reproducible optimization results to remove note on HyperbandPruner (#5075, thanks @​felix-cw!)
  • Remove MOTPESampler from index.rst file (#5084, thanks @​Ashhar-24!)
  • Add a note about the deprecation of MOTPESampler to the doc (#5086)
  • Add the TPE tutorial paper to the doc-string (#5096)
  • Update README.md to fix the installation and integration (#5126)
  • Clarify that Recommended budgets include n_startup_trials (#5137)

Examples

... (truncated)

Commits
  • b51db34 Merge pull request #5144 from nabenabe0928/release-v3.5.0
  • 702ce73 Bump up version number to 3.5.0
  • 6079b79 Revert "Pin the version of PyQt6-Qt6" (#5140)
  • 44ad029 [hotfix] Fix the bug of matplotlib's plot_rank function (#5133)
  • cebffe9 Clarify Recommended budgets (#5137)
  • bc4ee3e Fix logei_candidates_func in botorch.py (#5094)
  • f1754e8 Merge pull request #5135 from not522/fix-pyqt6-qt6
  • c1d671c Merge pull request #5134 from nabenabe0928/reduce-tests-to-oldest-and-latest
  • 12e0c50 Pin the version of PyQt6-Qt6
  • 11afa29 Merge pull request #5105 from Alnusjaponica/fix-type-annotation
  • 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)

@dependabot dependabot bot added the Security Urgent because related to security label Dec 11, 2023
@dependabot dependabot bot requested a review from lisphilar December 11, 2023 20:25
Copy link

codecov bot commented Dec 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (42be500) 91.71% compared to head (2aec6c1) 91.71%.
Report is 3 commits behind head on main.

❗ Current head 2aec6c1 differs from pull request most recent head 178e99b. Consider uploading reports for the commit 178e99b to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1558   +/-   ##
=======================================
  Coverage   91.71%   91.71%           
=======================================
  Files          43       43           
  Lines        2800     2800           
  Branches      349      349           
=======================================
  Hits         2568     2568           
  Misses        213      213           
  Partials       19       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lisphilar lisphilar added this to the Release 3.0.1 milestone Dec 11, 2023
Bumps [optuna](https://github.com/optuna/optuna) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/optuna/optuna/releases)
- [Commits](optuna/optuna@v3.4.0...v3.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@lisphilar lisphilar merged commit 3ddf7f6 into main Dec 11, 2023
1 check passed
@delete-merged-branch delete-merged-branch bot deleted the dependabot/pip/optuna-3.5.0 branch December 11, 2023 22:15
@lisphilar lisphilar modified the milestones: Release 3.0.1, Release 3.1.0 Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Security Urgent because related to security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant