Skip to content

Update optuna requirement from >=3.0 to >=4.8.0#7

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/optuna-gte-4.8.0
Open

Update optuna requirement from >=3.0 to >=4.8.0#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/optuna-gte-4.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on optuna to permit the latest version.

Release notes

Sourced from optuna's releases.

v4.8.0

This is the release note of v4.8.0.

Highlights

Support for Constant Liar Strategy to GPSampler

A constant liar strategy for efficient parallelization has been introduced to GPSampler by @​sawa3030. The figures (left: v4.7.0, right: v4.8.0) show that the overlap of search points has decreased, and a wider variety of solutions are being explored. The experiment uses n_jobs = 10 and n_trials = 100. Currently, this feature supports single-objective and unconstrained optimization. Further extensions are coming in v4.9.0.

v4.7.0 v4.8.0

SHAP-like beeswarm plot visualization

@​yasumorishima introduces the new visualization to OptunaHub. Please refer to https://hub.optuna.org/visualization/plot_beeswarm/ for details.

New Features

Enhancements

  • Validate artifact_id in FileSystemArtifactStore to prevent path traversal (#6432, thanks @​RinZ27!)
  • fix: correct inverted warning message in pareto front plot (#6498, thanks @​aerosta!)

Bug Fixes

Documentation

  • Add documentation indicating that WilcoxonPruner requires scipy (#6477)
  • Remove version & language selectors in the sidebar of docs (#6482)

Examples

Tests

... (truncated)

Commits
  • 689c62d Merge pull request #6509 from y0z/feature/bump-up-release480
  • 9e2e065 Bump up version
  • 54fe633 Merge pull request #6507 from sateeshkumarb/master
  • 8efb8b4 Move imports used for typecheck under TYPE_CHCKING
  • c0fcd2e Merge pull request #6506 from acabellom/fix-fstring-file
  • 087cc9d Replace .format() with f-strings in 002_configurations.py
  • 274f5b9 Merge pull request #6505 from not522/fix-multivariate-constant_liar
  • ce882f6 Revert "Merge pull request #6265 from not522/relative-use-cache"
  • f9e546d Merge pull request #6498 from aerosta/fix/pareto-front-warning-message
  • 535215b Merge pull request #6502 from nightcityblade/fix/issue-6029-patient-pruner
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 13, 2026
Updates the requirements on [optuna](https://github.com/optuna/optuna) to permit the latest version.
- [Release notes](https://github.com/optuna/optuna/releases)
- [Commits](optuna/optuna@v3.0.0...v4.8.0)

---
updated-dependencies:
- dependency-name: optuna
  dependency-version: 4.8.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/optuna-gte-4.8.0 branch from b8af39c to 918fd2b Compare May 29, 2026 16:28
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.

0 participants