Optuna-dashboard

Latest version: v0.18.0

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

Scan your dependencies

Page 1 of 9

0.18.0

What's Changed
* Fix plot visualization issues with categorical parameters by porink0424 in https://github.com/optuna/optuna-dashboard/pull/993
* modified storybook typeerror by fusawa-yugo in https://github.com/optuna/optuna-dashboard/pull/997
* Add a temporary fix for type-check by c-bata in https://github.com/optuna/optuna-dashboard/pull/999
* Bump nanoid from 3.3.7 to 3.3.8 in /jupyterlab by dependabot in https://github.com/optuna/optuna-dashboard/pull/1002
* fix timeline width to extend full-width by fusawa-yugo in https://github.com/optuna/optuna-dashboard/pull/1001
* add 5 as the default option of the row number of study user attributes by fusawa-yugo in https://github.com/optuna/optuna-dashboard/pull/1003
* Fix mypy error by c-bata in https://github.com/optuna/optuna-dashboard/pull/1005
* Update Dockerfile to build an image successfully by fusawa-yugo in https://github.com/optuna/optuna-dashboard/pull/1006
* Fix the problem that SAVE button and CLOSE button are invisible when editing Note by fusawa-yugo in https://github.com/optuna/optuna-dashboard/pull/1004
* Follow-up 926: Add the test for jupyterlab exntension build by c-bata in https://github.com/optuna/optuna-dashboard/pull/969
* Remove the validation for storage urls in Jupyter Lab extension by c-bata in https://github.com/optuna/optuna-dashboard/pull/1009
* Support DarkMode in the start page of Jupyter Lab extension by c-bata in https://github.com/optuna/optuna-dashboard/pull/1008
* Bump the version of Jupyter Lab extension up to 0.2.0 by c-bata in https://github.com/optuna/optuna-dashboard/pull/1010
* Fix a PyPI release action by c-bata in https://github.com/optuna/optuna-dashboard/pull/1011
* Bump katex from 0.16.10 to 0.16.21 in /optuna_dashboard by dependabot in https://github.com/optuna/optuna-dashboard/pull/1013
* Bump katex from 0.16.20 to 0.16.21 in /jupyterlab by dependabot in https://github.com/optuna/optuna-dashboard/pull/1014
* Open `jupyterlab-optuna` from the command palette by c-bata in https://github.com/optuna/optuna-dashboard/pull/1015
* Bump the version of jupyterlab-optuna up to 0.2.1 by c-bata in https://github.com/optuna/optuna-dashboard/pull/1016
* Fix `PATH_INFO` in wsgi env for Jupyter Lab extension by c-bata in https://github.com/optuna/optuna-dashboard/pull/1018
* Bump jupyterlab-optuna up to 0.2.2b1 by c-bata in https://github.com/optuna/optuna-dashboard/pull/1019
* Fix docs for `save_plotly_graph_object` by y0z in https://github.com/optuna/optuna-dashboard/pull/1020
* Add Trial Selection page by hrntsm in https://github.com/optuna/optuna-dashboard/pull/996
* [Hotfix] Npm link emotion, mui to tslib/react by porink0424 in https://github.com/optuna/optuna-dashboard/pull/1029
* Update GitHub actions by c-bata in https://github.com/optuna/optuna-dashboard/pull/1031
* Bump serialize-javascript and mocha in /vscode by dependabot in https://github.com/optuna/optuna-dashboard/pull/1030
* Exclude `node_modules` from the jupyterlab-optuna's sdist by c-bata in https://github.com/optuna/optuna-dashboard/pull/1034
* Replace ubuntu version `20.04` with `latest` by nzw0301 in https://github.com/optuna/optuna-dashboard/pull/1035
* Update the version of TypeScript in tslib by fusawa-yugo in https://github.com/optuna/optuna-dashboard/pull/1033
* Fix the structure of cache to avoid unexpected errors by fusawa-yugo in https://github.com/optuna/optuna-dashboard/pull/1022
* Fixed the bug in `TrialTable` that caused incorrect sorting of objective values by porink0424 in https://github.com/optuna/optuna-dashboard/pull/1025
* Add filtering out option for pruned trials in `PlotSlice` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/1027
* Change `initialRowsPerPage` to 50 in `TrialTable` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/1039
* Change the definition of `union_search_space`, `intersect_search_space` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/1026
* Fix ArtifactViewer in Jupyter Lab extension by c-bata in https://github.com/optuna/optuna-dashboard/pull/1040
* Bundle optuna_dashboard into jupyterlab extension's package by c-bata in https://github.com/optuna/optuna-dashboard/pull/1037
* Bump up jupyterlab-optuna to v0.2.2b2 by c-bata in https://github.com/optuna/optuna-dashboard/pull/1044
* Fix dependencies of the Jupyter Lab extension by c-bata in https://github.com/optuna/optuna-dashboard/pull/1045
* Add Access-Control-Allow-Origin header for Jupyter Lab extension by c-bata in https://github.com/optuna/optuna-dashboard/pull/1046
* Bump up jupyterlab-optuna to v0.2.2b3 by c-bata in https://github.com/optuna/optuna-dashboard/pull/1047
* Bump up jupyterlab-optuna to v0.2.2 by c-bata in https://github.com/optuna/optuna-dashboard/pull/1048
* Update TypeScript in optuna_dashboard by fusawa-yugo in https://github.com/optuna/optuna-dashboard/pull/1042
* Add a select box to select time unit of duration by porink0424 in https://github.com/optuna/optuna-dashboard/pull/1038
* Move getAxis to tslib by fusawa-yugo in https://github.com/optuna/optuna-dashboard/pull/1041
* Change state management package by fusawa-yugo in https://github.com/optuna/optuna-dashboard/pull/1036
* Bump axios from 1.7.4 to 1.8.2 in /optuna_dashboard by dependabot in https://github.com/optuna/optuna-dashboard/pull/1053
* Bump axios from 1.7.9 to 1.8.2 in /jupyterlab by dependabot in https://github.com/optuna/optuna-dashboard/pull/1056
* Make it possible to select an evaluator for calculating Parameter Importance by porink0424 in https://github.com/optuna/optuna-dashboard/pull/1050
* Make unselect trial visible by hrntsm in https://github.com/optuna/optuna-dashboard/pull/1054
* Set the app's `colorMode` to match the JupyterLab theme by porink0424 in https://github.com/optuna/optuna-dashboard/pull/1051
* Refactor `StudyArtifactCards` and `TrialArtifactCards` into `ArtifactCards` to Remove Redundancy by porink0424 in https://github.com/optuna/optuna-dashboard/pull/1028
* Update dark template to use tslib by hrntsm in https://github.com/optuna/optuna-dashboard/pull/1057
* Remove the Google Colaboratory section from the doc by c-bata in https://github.com/optuna/optuna-dashboard/pull/1060
* Bump up the version up optuna-dashboard 0.18.0 by c-bata in https://github.com/optuna/optuna-dashboard/pull/1059

New Contributors
* fusawa-yugo made their first contribution in https://github.com/optuna/optuna-dashboard/pull/997
* nzw0301 made their first contribution in https://github.com/optuna/optuna-dashboard/pull/1035

**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.17.0...v0.18.0

0.17.0

What's Changed
* Bump vite from 5.3.0 to 5.4.6 in /tslib/react by dependabot in https://github.com/optuna/optuna-dashboard/pull/966
* Bump send and express in /tslib/react by dependabot in https://github.com/optuna/optuna-dashboard/pull/967
* Support colorTheme in Plotlypy mode by porink0424 in https://github.com/optuna/optuna-dashboard/pull/964
* Follow-up 964: Apply color theme in PlotEdf by c-bata in https://github.com/optuna/optuna-dashboard/pull/968
* Fix type of datetime start and complete of mock studies by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/965
* Bump rollup from 4.21.3 to 4.22.4 in /tslib/react by dependabot in https://github.com/optuna/optuna-dashboard/pull/970
* Add Hovertext to history plot by hrntsm in https://github.com/optuna/optuna-dashboard/pull/973
* Add hints to AppDrawer by hrntsm in https://github.com/optuna/optuna-dashboard/pull/975
* Upgrade MUI to v6 by porink0424 in https://github.com/optuna/optuna-dashboard/pull/974
* Add "Check All" toggle button in `ParallelCoordinate` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/976
* Move `PlotTimeline` from `optuna_dashboard/ts` to `tslib/react` by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/951
* Bump cookie and express in /tslib/react by dependabot in https://github.com/optuna/optuna-dashboard/pull/980
* Stop `publish-gh-pages` in forks by porink0424 in https://github.com/optuna/optuna-dashboard/pull/982
* Update `actions/checkout` to v4 by c-bata in https://github.com/optuna/optuna-dashboard/pull/984
* Bump markdown-to-jsx, storybook/addon-essentials and storybook/blocks in /tslib/react by dependabot in https://github.com/optuna/optuna-dashboard/pull/979
* Update supported Python versions to 3.8-3.13 by c-bata in https://github.com/optuna/optuna-dashboard/pull/985
* Fix a contour plot visualization issue with categorical parameters by porink0424 in https://github.com/optuna/optuna-dashboard/pull/988
* Fix e2e tests by porink0424 in https://github.com/optuna/optuna-dashboard/pull/989
* Bump the version up to v0.17.0 by c-bata in https://github.com/optuna/optuna-dashboard/pull/986


**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.16.2...v0.17.0

0.16.2

What's Changed
* Fix the getting started section in the doc by c-bata in https://github.com/optuna/optuna-dashboard/pull/953
* Bump webpack from 5.82.1 to 5.94.0 in /vscode by dependabot in https://github.com/optuna/optuna-dashboard/pull/954
* Use tslib's PlotHistory in optuna-dashboard by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/928
* Fix mypy errors in Optuna 4.0+ by c-bata in https://github.com/optuna/optuna-dashboard/pull/960
* Run npm audit fix on `optuna/react` by c-bata in https://github.com/optuna/optuna-dashboard/pull/958
* Fix `Content-Encoding` and `Content-Type` headers in Bottle 0.13+ by c-bata in https://github.com/optuna/optuna-dashboard/pull/959
* Bump the version up to v0.16.2 by c-bata in https://github.com/optuna/optuna-dashboard/pull/961


**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.16.1...v0.16.2

0.16.1

What's Changed
* Update the dependency axios `1.7.4` by c-bata in https://github.com/optuna/optuna-dashboard/pull/934
* Update `CONTRIBUTING.md` for Jupyter Lab extension by c-bata in https://github.com/optuna/optuna-dashboard/pull/936
* Remove `*Dark.stories.tsx` and add some improvements by c-bata in https://github.com/optuna/optuna-dashboard/pull/935
* Move parallel coordinate plot to `optuna/react` by c-bata in https://github.com/optuna/optuna-dashboard/pull/938
* Remove some e2e test scenarios and port to vitest by c-bata in https://github.com/optuna/optuna-dashboard/pull/937
* Rename objective_names to metric_names by c-bata in https://github.com/optuna/optuna-dashboard/pull/940
* Followup/feature/tslib trialtable by porink0424 in https://github.com/optuna/optuna-dashboard/pull/943
* Use tslib's TrialTable in optuna-dashboard by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/907
* Fix `getArtifactUrlPath` in `jupyterlab-optuna` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/944
* [hotfix] Fix the bug that violates `Rules of Hooks` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/945
* Bump the version up to `v0.16.1` by c-bata in https://github.com/optuna/optuna-dashboard/pull/946
* Avoid crushing on Chrome v128 when using plotlypy mode by c-bata in https://github.com/optuna/optuna-dashboard/pull/947
* Disable use plotlypy setting when plotlypy is not available by porink0424 in https://github.com/optuna/optuna-dashboard/pull/948
* Improve settings component by c-bata in https://github.com/optuna/optuna-dashboard/pull/949


**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.16.0...v0.16.1

0.16.0

What's Changed
* Separated some UI components into `optuna/react` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/851
* Remove `tslib/package-lock.json` which was accidentally added by c-bata in https://github.com/optuna/optuna-dashboard/pull/859
* Fix best trial history for pruned trials by not522 in https://github.com/optuna/optuna-dashboard/pull/852
* Save setting values into Local Storage by porink0424 in https://github.com/optuna/optuna-dashboard/pull/856
* Implemented tests for `optuna/react` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/860
* Improve tests for `JournalStorage` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/861
* Separated UI components into `optuna/react` (Continued from 851) by porink0424 in https://github.com/optuna/optuna-dashboard/pull/862
* Delete `optuna_dashboard/ts/tests/` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/864
* Align the types defined in `optuna_dashboard/ts` to `optuna/types` as much as possible by porink0424 in https://github.com/optuna/optuna-dashboard/pull/863
* Make biome-linter ignore ts files in `optuna_dashboard` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/866
* Update `CONTRIBUTING.md` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/867
* Update legend position in Graph components by hrntsm in https://github.com/optuna/optuna-dashboard/pull/869
* Impl lazy loading for graph components by porink0424 in https://github.com/optuna/optuna-dashboard/pull/865
* Fix package-lock.json to build on Linux environment by c-bata in https://github.com/optuna/optuna-dashboard/pull/870
* Made `apiClient` abstract by porink0424 in https://github.com/optuna/optuna-dashboard/pull/871
* Bump ejs from 3.1.9 to 3.1.10 in /tslib/react by dependabot in https://github.com/optuna/optuna-dashboard/pull/873
* Use TanStack Table instead of self-implemented DataGrid by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/846
* Remove type definitions from `standalone_app` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/876
* Rename `study_id`, `study_name` -> `id`, `name` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/875
* Add `metric_names` into `Study` type by porink0424 in https://github.com/optuna/optuna-dashboard/pull/878
* Add `constraints` into `Trial` type by porink0424 in https://github.com/optuna/optuna-dashboard/pull/879
* Add type-checks on `standalone_app` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/884
* Add explanation of typescript test by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/883
* Add a checkbox to ask whether to delete artifacts associated to study/trial by porink0424 in https://github.com/optuna/optuna-dashboard/pull/885
* Add TableArtifactViewer for csv file by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/877
* Use tanstack table in tslib by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/882
* Bump braces from 3.0.2 to 3.0.3 in /tslib/react by dependabot in https://github.com/optuna/optuna-dashboard/pull/886
* Move `GraphEdf` from `optuna_dashboard/ts` to `tslib/react` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/880
* Bump braces from 3.0.2 to 3.0.3 by dependabot in https://github.com/optuna/optuna-dashboard/pull/888
* Fix the bug of components in dark mode in production build by porink0424 in https://github.com/optuna/optuna-dashboard/pull/889
* Bump braces from 3.0.2 to 3.0.3 in /vscode by dependabot in https://github.com/optuna/optuna-dashboard/pull/890
* Add `distribution` prop to `SearchSpaceItem` type and move `searchSpace` to `tslib/react` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/892
* [hotfix] Fix mypy error by c-bata in https://github.com/optuna/optuna-dashboard/pull/895
* Move `GraphSlice` from `optuna_dashboard/ts` to `tslib/react` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/893
* Add TableArtifactViewer for jsonl file by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/887
* Export App in `optuna_dashboard` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/872
* Update GitHub actions workflow for lint by c-bata in https://github.com/optuna/optuna-dashboard/pull/902
* Use tslib DataGrid in optuna-dashboard by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/897
* Use tslib's PlotIntermediateValue in optuna-dashboard by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/900
* Use tslib PlotImportance in optuna-dashboard by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/899
* Remove distribution property in ParamImportance by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/905
* Minor fix date axis in Timeline Chart for consistency with other charts by pandegaabyan in https://github.com/optuna/optuna-dashboard/pull/906
* Update type annotations in artifact module by c-bata in https://github.com/optuna/optuna-dashboard/pull/908
* Update type annotations in `python_tests` by c-bata in https://github.com/optuna/optuna-dashboard/pull/909
* Add `TableArtifactViewer` for trial by nabenabe0928 in https://github.com/optuna/optuna-dashboard/pull/914
* Fix the style of artifact card media by c-bata in https://github.com/optuna/optuna-dashboard/pull/915
* Fix an error in TableArtifactViewer when keys have an empty string by nabenabe0928 in https://github.com/optuna/optuna-dashboard/pull/913
* Add a `skipEmptyLines` option in `Papa.parse()` by c-bata in https://github.com/optuna/optuna-dashboard/pull/916
* Sort artifact cards by filename by nabenabe0928 in https://github.com/optuna/optuna-dashboard/pull/917
* Add plotly color theme to GraphEdf by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/918
* Fix the build of vscode extension by c-bata in https://github.com/optuna/optuna-dashboard/pull/921
* Remove `recoil` and `optuna/storage` dependencies from `optuna/react` by c-bata in https://github.com/optuna/optuna-dashboard/pull/920
* Add `jupyterlab-optuna` by c-bata in https://github.com/optuna/optuna-dashboard/pull/922
* Publish jupyterlab optuna by Alnusjaponica in https://github.com/optuna/optuna-dashboard/pull/901
* Use optuna_dashboard in jupyter-lab extension by porink0424 in https://github.com/optuna/optuna-dashboard/pull/919
* Add `npm install` command in serve-browser-app by porink0424 in https://github.com/optuna/optuna-dashboard/pull/923
* Fixed the issue where false was unintentionally changed to null in `TrialTable` in `tslib/react` by porink0424 in https://github.com/optuna/optuna-dashboard/pull/925
* Fixed the issue where user attributes were lost when renaming a study by porink0424 in https://github.com/optuna/optuna-dashboard/pull/924
* Add plotly mode argument to all existing plot in tslib by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/927
* Fix PyPI release action by c-bata in https://github.com/optuna/optuna-dashboard/pull/931
* Bump the version up to `v0.16.0` by c-bata in https://github.com/optuna/optuna-dashboard/pull/930

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

**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.15.1...v0.16.0

0.15.1

What's Changed
* Update `package-lock.json` for vscode by c-bata in https://github.com/optuna/optuna-dashboard/pull/839
* Fix pypi-publish action by c-bata in https://github.com/optuna/optuna-dashboard/pull/841
* Bump follow-redirects from 1.15.4 to 1.15.6 by dependabot in https://github.com/optuna/optuna-dashboard/pull/843
* Virtualize trials list by y0z in https://github.com/optuna/optuna-dashboard/pull/810
* Use boolean state to stop API requests being issued multiple times by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/817
* Move config files to under the `optuna_dashboard` directory. by c-bata in https://github.com/optuna/optuna-dashboard/pull/847
* Add e2e test for loading journal storage in standalone app by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/782
* Bump katex from 0.16.9 to 0.16.10 in /optuna_dashboard by dependabot in https://github.com/optuna/optuna-dashboard/pull/849
* Create `optuna/types` and `optuna/storage` by c-bata in https://github.com/optuna/optuna-dashboard/pull/848
* Disable contour plot by default when the number of trials is huge by porink0424 in https://github.com/optuna/optuna-dashboard/pull/853
* Improve design of titles in the analytics page by porink0424 in https://github.com/optuna/optuna-dashboard/pull/855
* Bump the version up to `v0.15.1` by c-bata in https://github.com/optuna/optuna-dashboard/pull/854


**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.15.0...v0.15.1

Page 1 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.