Skip to content

Bump optuna from 4.1.0 to 4.8.0#127

Merged
remdui merged 1 commit intomainfrom
dependabot/pip/optuna-4.8.0
Apr 13, 2026
Merged

Bump optuna from 4.1.0 to 4.8.0#127
remdui merged 1 commit intomainfrom
dependabot/pip/optuna-4.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps optuna from 4.1.0 to 4.8.0.

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 Apr 13, 2026
Bumps [optuna](https://github.com/optuna/optuna) from 4.1.0 to 4.8.0.
- [Release notes](https://github.com/optuna/optuna/releases)
- [Commits](optuna/optuna@v4.1.0...v4.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/optuna-4.8.0 branch from eb0b801 to e9278c2 Compare April 13, 2026 10:11
@remdui remdui merged commit 6d743df into main Apr 13, 2026
3 checks passed
@remdui remdui deleted the dependabot/pip/optuna-4.8.0 branch April 13, 2026 10:17
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