Optuna

Latest version: v4.2.1

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

Scan your dependencies

Page 13 of 19

0.11.0

What's Changed
* Migrate integration tests from pyppeteer to pytest-praywright by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/496
* Parameterize dummy storages in e2e test by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/512
* Add e2e test for analytics, trials, trials table and note page by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/502
* Add explanation of e2e tests in CONTRIBUTING.md by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/513
* Update hitl.rst to show optuna-dashboard command by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/515
* Add history graph use case in e2e tests by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/514
* Bump tough-cookie from 4.1.2 to 4.1.3 by dependabot in https://github.com/optuna/optuna-dashboard/pull/519
* Add slider to change the marker size by c-bata in https://github.com/optuna/optuna-dashboard/pull/517
* Calculate all elements of timeline plot and set xasis and yaxis to show latest elements by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/518
* Bump word-wrap from 1.2.3 to 1.2.4 by dependabot in https://github.com/optuna/optuna-dashboard/pull/520
* Enable OIDC publishing for PyPI by c-bata in https://github.com/optuna/optuna-dashboard/pull/522
* Bump word-wrap from 1.2.3 to 1.2.4 in /vscode by dependabot in https://github.com/optuna/optuna-dashboard/pull/521
* Add streamlit helper by cross32768 in https://github.com/optuna/optuna-dashboard/pull/510
* Fix bug where the include pruned trials label has inverted behaviour to expected by adjeiv in https://github.com/optuna/optuna-dashboard/pull/523
* Remove 'x' is defined but never used warnings by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/527
* Add constraints for pareto front by hrntsm in https://github.com/optuna/optuna-dashboard/pull/525
* Use self.assertEqual in tests by Alnusjaponica in https://github.com/optuna/optuna-dashboard/pull/528
* Remove unused ignore by Alnusjaponica in https://github.com/optuna/optuna-dashboard/pull/530
* Add streamlit to doc by cross32768 in https://github.com/optuna/optuna-dashboard/pull/526
* Fix typo by Alnusjaponica in https://github.com/optuna/optuna-dashboard/pull/532
* Improve sentence by Alnusjaponica in https://github.com/optuna/optuna-dashboard/pull/533
* Add an example for streamlit plugin by c-bata in https://github.com/optuna/optuna-dashboard/pull/524
* Add constraints for history plot by hrntsm in https://github.com/optuna/optuna-dashboard/pull/529
* Fix label of streamlit example by c-bata in https://github.com/optuna/optuna-dashboard/pull/536
* Update infeasible dark mode color to improve visibility by hrntsm in https://github.com/optuna/optuna-dashboard/pull/535
* Fix vscode eslintrc to remove semi warnings by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/537
* Merge the implementation of GraphHistory and GraphHistoryMultiStudies by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/516
* Bump the version up to v0.11.0 by c-bata in https://github.com/optuna/optuna-dashboard/pull/541

New Contributors
* cross32768 made their first contribution in https://github.com/optuna/optuna-dashboard/pull/510
* adjeiv made their first contribution in https://github.com/optuna/optuna-dashboard/pull/523

**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.10.3...v0.11.0

0.10.3

What's Changed
* Add settings for playwright-pytest by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/484
* Fix check for single-objective study by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/506
* Remove `Vite` from the dependency by c-bata in https://github.com/optuna/optuna-dashboard/pull/507
* Bump the version up to v0.10.3 by c-bata in https://github.com/optuna/optuna-dashboard/pull/508

New Contributors
* contramundum53 made their first contribution in https://github.com/optuna/optuna-dashboard/pull/506

**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.10.2...v0.10.3

0.10.2

What's Changed
* Fix a bug that `boto3.upload_fileobj` may close the file by c-bata in https://github.com/optuna/optuna-dashboard/pull/498
* Bump the version up to `v0.10.2` by c-bata in https://github.com/optuna/optuna-dashboard/pull/499

**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.10.1...v0.10.2

0.10.1

What's Changed
* Simplify `_app.py` by separating some storage related logic. by c-bata in https://github.com/optuna/optuna-dashboard/pull/477
* Add type ignore comment for JSONSerializable by c-bata in https://github.com/optuna/optuna-dashboard/pull/480
* Reduce the number of memory allocation on artifact backend. by c-bata in https://github.com/optuna/optuna-dashboard/pull/481
* Add `ArtifactNotFound` exception by c-bata in https://github.com/optuna/optuna-dashboard/pull/482
* Bump the version up to v0.10.1b1 by c-bata in https://github.com/optuna/optuna-dashboard/pull/483
* Revert SupportsRead and use BinaryIO again by c-bata in https://github.com/optuna/optuna-dashboard/pull/489
* Bump the version up to `v0.10.1b2` by c-bata in https://github.com/optuna/optuna-dashboard/pull/490
* Fix caption in docs by Alnusjaponica in https://github.com/optuna/optuna-dashboard/pull/491
* Use pytest as a test runner by c-bata in https://github.com/optuna/optuna-dashboard/pull/492
* Add exponential backoff middleware for ArtifactBackend by c-bata in https://github.com/optuna/optuna-dashboard/pull/493
* Add AppendPrefix middleware for ArtifactBackend by c-bata in https://github.com/optuna/optuna-dashboard/pull/494
* Bump the version up to `v0.10.1` by c-bata in https://github.com/optuna/optuna-dashboard/pull/495


**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.10.0...v0.10.1

0.10.1b2

What's Changed
* Revert SupportsRead and use BinaryIO again by c-bata in https://github.com/optuna/optuna-dashboard/pull/489
* Bump the version up to `v0.10.1b2` by c-bata in https://github.com/optuna/optuna-dashboard/pull/490


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

0.10.1b1

What's Changed
* Simplify `_app.py` by separating some storage related logic. by c-bata in https://github.com/optuna/optuna-dashboard/pull/477
* Add type ignore comment for JSONSerializable by c-bata in https://github.com/optuna/optuna-dashboard/pull/480
* Reduce the number of memory allocation on artifact backend. by c-bata in https://github.com/optuna/optuna-dashboard/pull/481
* Add `ArtifactNotFound` exception by c-bata in https://github.com/optuna/optuna-dashboard/pull/482
* Bump the version up to v0.10.1b1 by c-bata in https://github.com/optuna/optuna-dashboard/pull/483


**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.10.0...v0.10.1b1

Page 13 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.