Skip to content

Releases: optuna/optuna-dashboard

v0.9.0b3

27 Jan 04:26
61452e3
Compare
Choose a tag to compare
v0.9.0b3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.9.0b2...v0.9.0b3

v0.9.0b2

12 Jan 10:52
f88009a
Compare
Choose a tag to compare
v0.9.0b2 Pre-release
Pre-release

What's Changed

  • Add Python API to save the note by @c-bata in #337
  • Add API to set objective names by @c-bata in #338
  • Handle exceptions in optuna-fast-fanova by @c-bata in #339
  • Fix the link to feedback survey by @c-bata in #340
  • Use type instead of interface by @c-bata in #342
  • Change Chip's colors and show durations by @c-bata in #343
  • Cutomize TrialTable for new ui by @c-bata in #344
  • Support trial user attributes on GraphHistory by @c-bata in #341
  • Add button to rename study by @c-bata in #345
  • Fix target arg for importance by @c-bata in #346
  • Select multiple trials by Shift + Click by @c-bata in #347
  • Make plot components faster and robust. by @c-bata in #348
  • Fix seed visual regression tests by @c-bata in #349
  • Simplify Python API to save notes by @c-bata in #350
  • Improve graph components by @c-bata in #351
  • Fix the link to trial detail page by @c-bata in #352
  • Support fixed_params by @c-bata in #353
  • Filter TrialState for GraphIntermediateValues by @c-bata in #310
  • Fix bug of multiple select trials by @c-bata in #356
  • Plot the hyperparameter importances for each objective value on a single bar chart. by @c-bata in #357
  • Add global state filters for History and IntermediateValue plots by @c-bata in #358
  • Use theme.typography.fontWeightBold instead of 600 by @c-bata in #359
  • Remove paddingTop from CardAction on StudyList by @c-bata in #361
  • Bump the version up to v0.9.0b2 by @c-bata in #360

Full Changelog: v0.9.0b1...v0.9.0b2

v0.9.0b1

04 Jan 02:53
6b1a3d5
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.7.1

08 Jun 08:20
27406f2
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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