Skip to content

Releases: optuna/optuna-dashboard

v0.9.0b1

04 Jan 02:53
6b1a3d5

Choose a tag to compare

v0.9.0b1 Pre-release
Pre-release

The new UI for Optuna Dashboard

TOP PAGE (NEW UI) STUDY DETAIL PAGE (NEW UI)
Screenshot 2023-01-04 11 21 44 Screenshot 2023-01-04 11 22 40

We are considering replacing the current UI of Optuna Dashboard with the new UI that is available from this release. Please try it out and share your thoughts with us via this post 👇

What's Changed

Full Changelog: v0.8.1...v0.9.0b1

v0.8.1

26 Dec 02:35
34a31d7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

08 Dec 10:30
72f7dc2

Choose a tag to compare

Highlights

Contour Plot Support by @RE-yura

contour

optuna.visualization.plot_contour() function is ported to Optuna Dashboard. It enables us to show the parameter relationship.

List user attributes on TrialTable by @msakai

user_attrs

The trial’s user attributes are listed on the TrialTable.

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.8.0

v0.7.3

15 Sep 13:00
8206248

Choose a tag to compare

What's Changed

  • Fix pypi-publish action by @c-bata in #261
  • Define the project metadata in pyproject.toml instead of setup.cfg by @c-bata in #266
  • Catch ValueError while importing optuna-fast-fanova by @c-bata in #267
  • Bump the version up to v0.7.3 by @c-bata in #268
  • Show warning messages when failed to import optuna-fast-fanova by @c-bata in #269

Full Changelog: v0.7.2...v0.7.3

v0.7.2

04 Aug 23:37
32a9fb0

Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

08 Jun 08:20
27406f2

Choose a tag to compare

What's Changed

From this release, optuna-fast-fanova is used by default.
optuna-dashboard will be 10 times faster than previous version.
https://github.com/optuna/optuna-fast-fanova

Full Changelog: v0.7.0...v0.7.1

v0.7.0

06 Jun 07:23
cb1b47c

Choose a tag to compare

What's Changed

New features

filter-by-param-name.mp4

Bug fixes

  • Fix bug to make EDF graph invisible by @c-bata in #215
  • Fix a bug when handling categorical parameter that contain number in the string by @yoshinobc in #226
  • Fix bug when given -inf or nan values by @c-bata in #237
  • Fix plots by @pnkov in #235
  • Follow-up PR 235: Fix the order of trials and intermediate_values. by @c-bata in #244

Performance improvements

Other improvements

New Contributors

Full Changelog: v0.6.4...v0.7.0

v0.6.4

21 Apr 05:43
42c74b2

Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

20 Apr 23:54
6a3b793

Choose a tag to compare

What's Changed

Add button to upgrade RDB schema by @c-bata in #207

When the RDB schema is incompatible between the runtime Optuna version and the given RDB storage, optuna-dashboard redirects to an error page that shows error message. There is a button to run alembic migration, so that users can upgrade the schema without executing optuna storage upgrade on a Terminal.

optuna-dashboard-migration.mp4

Full Changelog: v0.6.2...v0.6.3

v0.6.2

07 Apr 01:00
28a4e7d

Choose a tag to compare

What's Changed

In this release, optuna-dashboard supports Optuna v3.0.0b0.

Misc

  • Publish to PyPI when GitHub release is created by @c-bata in #194
  • Rename DEVELOPMENT.md to CONTRIBUTING.md by @c-bata in #197
  • Run tests with Python 3.10 on CI by @c-bata in #195
  • Bump the version up to v0.6.2 by @c-bata in #204

New Contributors

Full Changelog: v0.6.1...v0.6.2