Optuna-dashboard

Latest version: v0.17.0

Safety actively analyzes 706259 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 9

0.9.0b3

What's Changed
* Add state filters in TrialList by c-bata in https://github.com/optuna/optuna-dashboard/pull/363
* Hide user_attrs on GraphParallelCoordinate by default by c-bata in https://github.com/optuna/optuna-dashboard/pull/365
* Update `TrialList` component by c-bata in https://github.com/optuna/optuna-dashboard/pull/364
* Support user attributes on GraphSlice by c-bata in https://github.com/optuna/optuna-dashboard/pull/366
* Remove TODOs in CachedExtraStudyProperty by c-bata in https://github.com/optuna/optuna-dashboard/pull/367
* Set `key` attributes in `TrialList` by c-bata in https://github.com/optuna/optuna-dashboard/pull/368
* Avoid to calculate importance when only available single trial by c-bata in https://github.com/optuna/optuna-dashboard/pull/369
* Add trial tell feature by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/355
* Introduce `Artifact` by c-bata in https://github.com/optuna/optuna-dashboard/pull/314
* Introducing Custom User Widget by c-bata in https://github.com/optuna/optuna-dashboard/pull/370
* Save reload interval on localStorage by c-bata in https://github.com/optuna/optuna-dashboard/pull/372
* Bump the version up to v0.9.0b3 by c-bata in https://github.com/optuna/optuna-dashboard/pull/373


**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.9.0b2...v0.9.0b3

0.9.0b2

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


**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.9.0b1...v0.9.0b2

0.9.0b1

The new UI for Optuna Dashboard

| TOP PAGE (NEW UI) | STUDY DETAIL PAGE (NEW UI) |
| --- | --- |
| <img width="2024" alt="Screenshot 2023-01-04 11 21 44" src="https://user-images.githubusercontent.com/5564044/210472991-559d3fd0-959e-4130-8c4a-92a8fc750f81.png"> | <img width="2066" alt="Screenshot 2023-01-04 11 22 40" src="https://user-images.githubusercontent.com/5564044/210473003-8244f569-85bb-46e2-bbb7-46e49282cbc8.png"> |

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](https://github.com/optuna/optuna-dashboard/discussions/332) 👇


What's Changed
* Upgrade to React 18 by c-bata in https://github.com/optuna/optuna-dashboard/pull/309
* Use `skip_table_creation` when using Optuna v3 or later by c-bata in https://github.com/optuna/optuna-dashboard/pull/320
* Remove `typing_extensions` from the dependencies by c-bata in https://github.com/optuna/optuna-dashboard/pull/321
* Use type hinting generics. by c-bata in https://github.com/optuna/optuna-dashboard/pull/322
* Update js dependencies by c-bata in https://github.com/optuna/optuna-dashboard/pull/323
* Run npm audit fix by c-bata in https://github.com/optuna/optuna-dashboard/pull/324
* Fix warning for the use of `ReactDOM.render()` by c-bata in https://github.com/optuna/optuna-dashboard/pull/325
* Remove `e.preventDefault` by c-bata in https://github.com/optuna/optuna-dashboard/pull/327
* New Dashboard UI. by c-bata in https://github.com/optuna/optuna-dashboard/pull/328
* Make a lot of improvements in the new Dashboard UI by c-bata in https://github.com/optuna/optuna-dashboard/pull/329
* Add follow-up changes for 329 by c-bata in https://github.com/optuna/optuna-dashboard/pull/330
* Fix bug of markdown editor and add mathjax support. by c-bata in https://github.com/optuna/optuna-dashboard/pull/331
* Link to the GitHub Discussion for the feedback survey by c-bata in https://github.com/optuna/optuna-dashboard/pull/333
* Bump the version up to 0.9.0b1 by c-bata in https://github.com/optuna/optuna-dashboard/pull/334


**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.8.1...v0.9.0b1

0.8.1

What's Changed
* Fix a bug of is_sortable inference for trial user attrs by c-bata in https://github.com/optuna/optuna-dashboard/pull/308
* Avoid to call deprecated system_attrs property by c-bata in https://github.com/optuna/optuna-dashboard/pull/311
* Fix typo by Alnusjaponica in https://github.com/optuna/optuna-dashboard/pull/312
* Update the getting started section of README by c-bata in https://github.com/optuna/optuna-dashboard/pull/313
* Interface change for set study directions by c-bata in https://github.com/optuna/optuna-dashboard/pull/315
* Interface change for `set_study_directions` by gen740 in https://github.com/optuna/optuna-dashboard/pull/292
* Fix a pypi publish action by c-bata in https://github.com/optuna/optuna-dashboard/pull/317
* Bump the version up to v0.8.1 by c-bata in https://github.com/optuna/optuna-dashboard/pull/318

New Contributors
* Alnusjaponica made their first contribution in https://github.com/optuna/optuna-dashboard/pull/312
* gen740 made their first contribution in https://github.com/optuna/optuna-dashboard/pull/292

**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.8.0...v0.8.1

0.8.0

Highlights
Contour Plot Support by RE-yura

<img width="953" alt="contour" src="https://user-images.githubusercontent.com/1277089/206423845-340fc29e-6490-4d96-93c4-41e8f8b4b15c.png">

[optuna.visualization.plot_contour() function](https://optuna.readthedocs.io/en/stable/reference/visualization/generated/optuna.visualization.plot_contour.html) is ported to Optuna Dashboard. It enables us to show the parameter relationship.

List user attributes on `TrialTable` by msakai

<img width="1554" alt="user_attrs" src="https://user-images.githubusercontent.com/1277089/206423920-5ae590c6-800b-4590-8b68-1acda6b3ce53.png">

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

What's Changed
* Fix pypi-publish action by c-bata in https://github.com/optuna/optuna-dashboard/pull/271
* Align graph history between optuna and optuna-dashboard by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/272
* Use Python 3.10 in Docker image by c-bata in https://github.com/optuna/optuna-dashboard/pull/273
* Align graph slice between optuna and optuna-dashboard by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/274
* Drop Python 3.6 support by c-bata in https://github.com/optuna/optuna-dashboard/pull/278
* Fix mypy failure by c-bata in https://github.com/optuna/optuna-dashboard/pull/279
* Run actions with Python 3.11 by c-bata in https://github.com/optuna/optuna-dashboard/pull/277
* Use ubuntu-20.04 for integration tests by c-bata in https://github.com/optuna/optuna-dashboard/pull/283
* Align pram importance graph between optuna and optuna-dashboard by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/275
* Set an empty string as `API_ENDPOINT` at `jest.config.js`. by c-bata in https://github.com/optuna/optuna-dashboard/pull/285
* Align parallel coordinate graph between optuna and optuna-dashboard by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/280
* List user attributes on TrialTable by msakai in https://github.com/optuna/optuna-dashboard/pull/284
* Remove RedisStorage by c-bata in https://github.com/optuna/optuna-dashboard/pull/290
* Bump loader-utils from 2.0.0 to 2.0.4 by dependabot in https://github.com/optuna/optuna-dashboard/pull/289
* Align intermediate values graph between optuna and optuna-dashboard by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/291
* Align pareto front graph between optuna and optuna-dashboard by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/282
* Fix a less comparator of param value by c-bata in https://github.com/optuna/optuna-dashboard/pull/286
* ✨ feat: Contour plot by RE-yura in https://github.com/optuna/optuna-dashboard/pull/287
* Remove console.log in contor plot component by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/294
* Add preference panel for contour plot by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/296
* Refactor PreferenceDialog to simplify StudyDetail. by c-bata in https://github.com/optuna/optuna-dashboard/pull/297
* Split ReloadIntervalSelect and TrialTable from StudyDetail.tsx by c-bata in https://github.com/optuna/optuna-dashboard/pull/298
* Use `functools.lru_cache` to cache `os.path.exists` call by c-bata in https://github.com/optuna/optuna-dashboard/pull/299
* Run npm audit fix by c-bata in https://github.com/optuna/optuna-dashboard/pull/300
* Update GIF animation for v0.8.0 release by c-bata in https://github.com/optuna/optuna-dashboard/pull/301
* Fix `union_user_attrs` property of `_CachedExtraStudyProperty`. by c-bata in https://github.com/optuna/optuna-dashboard/pull/302
* Make user_attrs non-filterable if the value is number by c-bata in https://github.com/optuna/optuna-dashboard/pull/303
* Remove inner trial user attr table by c-bata in https://github.com/optuna/optuna-dashboard/pull/304
* Update the version to 0.8.0 by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/305

New Contributors
* msakai made their first contribution in https://github.com/optuna/optuna-dashboard/pull/284
* RE-yura made their first contribution in https://github.com/optuna/optuna-dashboard/pull/287

**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.7.3...v0.8.0

0.7.3

What's Changed
* Fix pypi-publish action by c-bata in https://github.com/optuna/optuna-dashboard/pull/261
* Define the project metadata in `pyproject.toml` instead of `setup.cfg` by c-bata in https://github.com/optuna/optuna-dashboard/pull/266
* Catch ValueError while importing optuna-fast-fanova by c-bata in https://github.com/optuna/optuna-dashboard/pull/267
* Bump the version up to v0.7.3 by c-bata in https://github.com/optuna/optuna-dashboard/pull/268
* Show warning messages when failed to import optuna-fast-fanova by c-bata in https://github.com/optuna/optuna-dashboard/pull/269


**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.7.2...v0.7.3

Page 5 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.