Optuna-dashboard

Latest version: v0.15.1

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

Scan your dependencies

Page 1 of 8

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

0.15.0

What's Changed
* Code fix/download csv by eukaryo in https://github.com/optuna/optuna-dashboard/pull/723
* fetch the data on the table to add csv download button by RuTiO2le in https://github.com/optuna/optuna-dashboard/pull/648
* Use WaveSurfer instead of `audio` tag. by toshihikoyanase in https://github.com/optuna/optuna-dashboard/pull/716
* Clear cache before going to another tests in unit tests by nabenabe0928 in https://github.com/optuna/optuna-dashboard/pull/727
* Add test for `_orthants_MVN_Gibbs_sampling` by not522 in https://github.com/optuna/optuna-dashboard/pull/650
* Fast pareto-front calculation for 2D by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/687
* Add an e2e test to upload a db file in standalone dashboard by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/675
* Fix journal storage handling in windows by hrntsm in https://github.com/optuna/optuna-dashboard/pull/742
* Remove unnecessary cards in standalone app by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/744
* Bump follow-redirects from 1.15.2 to 1.15.4 by dependabot in https://github.com/optuna/optuna-dashboard/pull/748
* Bump koa/cors and vscode/test-web in /vscode by dependabot in https://github.com/optuna/optuna-dashboard/pull/743
* Fixes the file conflict for 741 by c-bata in https://github.com/optuna/optuna-dashboard/pull/749
* Fix the vscode extension's entry point for code-server execution by HideakiImamura in https://github.com/optuna/optuna-dashboard/pull/741
* Bump up vscode extension's version number to 0.2.0 by HideakiImamura in https://github.com/optuna/optuna-dashboard/pull/751
* Clear in-memory cache when terminating test by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/746
* Add journal storage loader by gen740 in https://github.com/optuna/optuna-dashboard/pull/732
* Enhance delete artifacts APIs and add tests for them by y0z in https://github.com/optuna/optuna-dashboard/pull/752
* Convert Dashboard's ArtifactNotFound exception to Optuna's one by c-bata in https://github.com/optuna/optuna-dashboard/pull/753
* Fix typo in getting started by c-bata in https://github.com/optuna/optuna-dashboard/pull/754
* Update change log for VS Code extension 0.2.0 by c-bata in https://github.com/optuna/optuna-dashboard/pull/755
* Enable VS Code extension for `.log` files by c-bata in https://github.com/optuna/optuna-dashboard/pull/757
* Fix standalone e2e test by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/758
* Update docs to introduce code-server extension by c-bata in https://github.com/optuna/optuna-dashboard/pull/750
* Avoid using `localStorage` for reload interval by c-bata in https://github.com/optuna/optuna-dashboard/pull/761
* Make running trials in timeline plot visible by nabenabe0928 in https://github.com/optuna/optuna-dashboard/pull/731
* Enable users to jump arbitrary page numbers from text field by nabenabe0928 in https://github.com/optuna/optuna-dashboard/pull/739
* Change requirements to optuna>=3.1.0 by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/747
* Unify `useQuery` by knshnb in https://github.com/optuna/optuna-dashboard/pull/762
* Show loading message while loading StudySummaries by y0z in https://github.com/optuna/optuna-dashboard/pull/760
* Add documentation for `get_artifact_path` by c-bata in https://github.com/optuna/optuna-dashboard/pull/768
* Remove deprecation warning messages by c-bata in https://github.com/optuna/optuna-dashboard/pull/769
* Fix deprecation warning in preferential tutorial. by c-bata in https://github.com/optuna/optuna-dashboard/pull/767
* Skip unit test with optuna version by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/771
* Plot contour graph in backend by knshnb in https://github.com/optuna/optuna-dashboard/pull/764
* Update Dockerfile by c-bata in https://github.com/optuna/optuna-dashboard/pull/775
* Update npm dependencies by c-bata in https://github.com/optuna/optuna-dashboard/pull/774
* Resolve plotly.py dependency issue by knshnb in https://github.com/optuna/optuna-dashboard/pull/773
* Fix csv downloader for optuna v3.1.0 by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/781
* Change render double side in ThreejsArtifactViewer by hrntsm in https://github.com/optuna/optuna-dashboard/pull/784
* Add support for `moto==5.0.0` by c-bata in https://github.com/optuna/optuna-dashboard/pull/785
* Remove `hack/check-docker-image` by c-bata in https://github.com/optuna/optuna-dashboard/pull/786
* Move `PULL_REQUEST_TEMPLATE.md` to `.github` by c-bata in https://github.com/optuna/optuna-dashboard/pull/787
* Reorganize `ts/components` directory by c-bata in https://github.com/optuna/optuna-dashboard/pull/788
* Remove deprecated artifact features from API document by c-bata in https://github.com/optuna/optuna-dashboard/pull/789
* Add plot to redirect click event by hrntsm in https://github.com/optuna/optuna-dashboard/pull/625
* Align button design of csv downloader by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/780
* Analytics plot backend by knshnb in https://github.com/optuna/optuna-dashboard/pull/778
* Fix some tiny format problems by porink0424 in https://github.com/optuna/optuna-dashboard/pull/790
* Fetch plot API when num_trials is updated by knshnb in https://github.com/optuna/optuna-dashboard/pull/791
* [hotfix] Temporarily disable e2e tests by porink0424 in https://github.com/optuna/optuna-dashboard/pull/795
* Migrate to biome.js from prettier by porink0424 in https://github.com/optuna/optuna-dashboard/pull/794
* Render EDF in backend by knshnb in https://github.com/optuna/optuna-dashboard/pull/792
* Fix unit test with optuna master by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/793
* Limit the maximum number of trials to be added for the quicker first response by nabenabe0928 in https://github.com/optuna/optuna-dashboard/pull/719
* Fix e2e-dashboard-tests by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/798
* [Preferential] Fix enumerability check in PreferentialGPSampler by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/797
* Add color scale setting by gen740 in https://github.com/optuna/optuna-dashboard/pull/632
* Delete code for optuna v2 by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/783
* Revert PR 719 by c-bata in https://github.com/optuna/optuna-dashboard/pull/802
* Add flake8 ignore options by c-bata in https://github.com/optuna/optuna-dashboard/pull/803
* Partially replace recoil with react-query by porink0424 in https://github.com/optuna/optuna-dashboard/pull/801
* Add "use plotlypy" button by knshnb in https://github.com/optuna/optuna-dashboard/pull/806
* Follow up of 632 (Add color scale setting) & 806 (Add "use plotlypy" button) by porink0424 in https://github.com/optuna/optuna-dashboard/pull/807
* Support backend rendering of plots in the top page by knshnb in https://github.com/optuna/optuna-dashboard/pull/805
* Display conditional parameters properly in TrialTable by nabenabe0928 in https://github.com/optuna/optuna-dashboard/pull/740
* Replace StudySummary to FrozenStudy in serializing by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/809
* Add PED-ANOVA as the first option for importance evaluator by nabenabe0928 in https://github.com/optuna/optuna-dashboard/pull/811
* improve ux when trying to open sqlite without protocol by turbotimon in https://github.com/optuna/optuna-dashboard/pull/800
* Drop inf & -inf from TrialValueNumber by porink0424 in https://github.com/optuna/optuna-dashboard/pull/808
* Simplify type definition in the standalone app by c-bata in https://github.com/optuna/optuna-dashboard/pull/819
* Fix the bug of code-server extension fails to load studies on the first attempt. by c-bata in https://github.com/optuna/optuna-dashboard/pull/815
* Update npm dependencies on standalone app by c-bata in https://github.com/optuna/optuna-dashboard/pull/822
* Use `useDeferredValue` instead of `DebounceInputTextField` by c-bata in https://github.com/optuna/optuna-dashboard/pull/821
* Remove a warning message of `PedAnovaImportanceEvaluator` by c-bata in https://github.com/optuna/optuna-dashboard/pull/823
* Fix standalone e2e test by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/825
* Add examples link and delete examples directory by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/826
* Delete setup.py by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/824
* Update `package.json` for standalone_app by c-bata in https://github.com/optuna/optuna-dashboard/pull/827
* [standalone_app] Migrate to Vite from Webpack by c-bata in https://github.com/optuna/optuna-dashboard/pull/828
* Fix gh-pages by c-bata in https://github.com/optuna/optuna-dashboard/pull/829
* Use `biome ci` on `standalone_app` by c-bata in https://github.com/optuna/optuna-dashboard/pull/831
* [standalone_app] Use `React.Context` instead of `Recoil` by c-bata in https://github.com/optuna/optuna-dashboard/pull/832
* [vscode] Use `biome ci` instead of `eslint` by c-bata in https://github.com/optuna/optuna-dashboard/pull/833
* Update 3dm library path by hrntsm in https://github.com/optuna/optuna-dashboard/pull/834
* Apply `word-break: break-all` by c-bata in https://github.com/optuna/optuna-dashboard/pull/835
* Raise `ValueError` when given invalid SQLite3 URL by c-bata in https://github.com/optuna/optuna-dashboard/pull/838
* Bump the version up to v0.15.0 by c-bata in https://github.com/optuna/optuna-dashboard/pull/836
* Bump the version up to vscode 0.3.0 by c-bata in https://github.com/optuna/optuna-dashboard/pull/837

New Contributors
* RuTiO2le made their first contribution in https://github.com/optuna/optuna-dashboard/pull/648
* y0z made their first contribution in https://github.com/optuna/optuna-dashboard/pull/752
* porink0424 made their first contribution in https://github.com/optuna/optuna-dashboard/pull/790
* turbotimon made their first contribution in https://github.com/optuna/optuna-dashboard/pull/800

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

0.14.0

What's Changed
* Add standalone e2e tests by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/653
* Change the default sorting of study to descending by nabenabe0928 in https://github.com/optuna/optuna-dashboard/pull/659
* Fix ThreejsArtifactViewer camera settings by hrntsm in https://github.com/optuna/optuna-dashboard/pull/663
* Bump babel/traverse from 7.20.5 to 7.23.2 by dependabot in https://github.com/optuna/optuna-dashboard/pull/662
* Update README to introduce Jupyter Lab extension by c-bata in https://github.com/optuna/optuna-dashboard/pull/664
* Improve accuracy of `_one_side_trunc_norm_sampling` by not522 in https://github.com/optuna/optuna-dashboard/pull/649
* Fix broken links to the human-in-the-loop optimization tutorial by c-bata in https://github.com/optuna/optuna-dashboard/pull/671
* Ordering trial by value should always de-prioritise undefined values by adjeiv in https://github.com/optuna/optuna-dashboard/pull/666
* Support intermediate value plots for constrained optimization by nabenabe0928 in https://github.com/optuna/optuna-dashboard/pull/676
* Add rank plot by HideakiImamura in https://github.com/optuna/optuna-dashboard/pull/656
* Add constraints handling for contour plot by toshihikoyanase in https://github.com/optuna/optuna-dashboard/pull/677
* Unify duplicated logic in plotSlice by knshnb in https://github.com/optuna/optuna-dashboard/pull/681
* Pin Python version to 3.11 as a hotfix by toshihikoyanase in https://github.com/optuna/optuna-dashboard/pull/686
* Support constraints in slice plot by knshnb in https://github.com/optuna/optuna-dashboard/pull/688
* Support constrained optimization for rank plot by eukaryo in https://github.com/optuna/optuna-dashboard/pull/689
* Replace example files with links by toshihikoyanase in https://github.com/optuna/optuna-dashboard/pull/684
* Bump axios from 1.2.1 to 1.6.0 by dependabot in https://github.com/optuna/optuna-dashboard/pull/694
* Support constrained optimization for timeline plot by not522 in https://github.com/optuna/optuna-dashboard/pull/678
* Add 3js artifact viewer to obj loader by hrntsm in https://github.com/optuna/optuna-dashboard/pull/669
* Fix audio artifact component by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/697
* Make studyDetail page order consistent by Alnusjaponica in https://github.com/optuna/optuna-dashboard/pull/699
* Add E2E tests for preferential optimization by HideakiImamura in https://github.com/optuna/optuna-dashboard/pull/691
* Split DataGrid component into two components by c-bata in https://github.com/optuna/optuna-dashboard/pull/698
* Add unittests for `tell_trial` by HideakiImamura in https://github.com/optuna/optuna-dashboard/pull/701
* Add unit tests for `save_trial_user_attrs` by toshihikoyanase in https://github.com/optuna/optuna-dashboard/pull/702
* Add upload study artifact api by gen740 in https://github.com/optuna/optuna-dashboard/pull/674
* Introduce eqeqeq and fix some lines by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/695
* Add codecov badge by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/709
* Support `numpy` scalars in `Trial.user_attrs` by toshihikoyanase in https://github.com/optuna/optuna-dashboard/pull/706
* Fix randint ValueError in windows by hrntsm in https://github.com/optuna/optuna-dashboard/pull/711
* Add tests for save_trial_note by nabenabe0928 in https://github.com/optuna/optuna-dashboard/pull/707
* Add tests for `proxy_study_artifact` by eukaryo in https://github.com/optuna/optuna-dashboard/pull/712
* Remove delete artifact from done trial by gen740 in https://github.com/optuna/optuna-dashboard/pull/708
* Add tests for `proxy_trial_artifact` by not522 in https://github.com/optuna/optuna-dashboard/pull/714
* Fix a minor bug that `upload_artifact` api does not return the latest artifacts. by c-bata in https://github.com/optuna/optuna-dashboard/pull/713
* Filter DataGrid rows by multiple conditions by c-bata in https://github.com/optuna/optuna-dashboard/pull/700
* Ensure trial notes are transferred when renamed by adjeiv in https://github.com/optuna/optuna-dashboard/pull/703
* Use the same implementation of getAxisInfo for rank and contour plot by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/680
* Fix sort in rank plot by not522 in https://github.com/optuna/optuna-dashboard/pull/718
* Add test on `upload_artifact` API by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/715
* [bug] Fix an error caused by infinity in trial.values by nabenabe0928 in https://github.com/optuna/optuna-dashboard/pull/724
* Prevent layout shift with intermediate values plot by not522 in https://github.com/optuna/optuna-dashboard/pull/726
* Bump the version up to v0.14.0 by c-bata in https://github.com/optuna/optuna-dashboard/pull/729

New Contributors
* nabenabe0928 made their first contribution in https://github.com/optuna/optuna-dashboard/pull/659
* HideakiImamura made their first contribution in https://github.com/optuna/optuna-dashboard/pull/656
* toshihikoyanase made their first contribution in https://github.com/optuna/optuna-dashboard/pull/677
* eukaryo made their first contribution in https://github.com/optuna/optuna-dashboard/pull/689

**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.13.0...v0.14.0

0.13.0

What's Changed
* Update `errors.rst` about warnings of Artifact functionalities. by c-bata in https://github.com/optuna/optuna-dashboard/pull/549
* Add directions in CompareStudies by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/539
* Add `optuna_dashboard.preferential` module by c-bata in https://github.com/optuna/optuna-dashboard/pull/546
* Revert PR 534 that introduces codecov. by c-bata in https://github.com/optuna/optuna-dashboard/pull/554
* Add `.readthedocs.yml` by c-bata in https://github.com/optuna/optuna-dashboard/pull/556
* Remove `system_attrs` attributes from API response by c-bata in https://github.com/optuna/optuna-dashboard/pull/550
* Support 3dmodel artifacts by hrntsm in https://github.com/optuna/optuna-dashboard/pull/552
* Add `is_preferential` property to the study detail api response by c-bata in https://github.com/optuna/optuna-dashboard/pull/558
* Clear in memory cache every after api calls in unit tests by c-bata in https://github.com/optuna/optuna-dashboard/pull/560
* Update JSON APIs to report preferences and get preferential best trials. by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/559
* Uninstall types/react-router-dom by c-bata in https://github.com/optuna/optuna-dashboard/pull/561
* add is_preferential flag to StudySummary by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/563
* add ignorefile for eslint by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/566
* uniform internal error style by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/567
* Only show legend with multiple studies in the history plot by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/568
* Add initial support for Preferential Optimization by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/565
* Fix the bug while displaying `study_user_attrs` by c-bata in https://github.com/optuna/optuna-dashboard/pull/570
* Merge the implementation of GraphEdf and GraphEdfMultiStudies by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/478
* Store artifact meta in `trial_system_attr` by Alnusjaponica in https://github.com/optuna/optuna-dashboard/pull/564
* Fix the bug while renaming a study with maximize direction by lucasmrdt in https://github.com/optuna/optuna-dashboard/pull/571
* Add docstrings of preferential optimization functions by c-bata in https://github.com/optuna/optuna-dashboard/pull/555
* Add some improvements on SQLite3 WASM loader by c-bata in https://github.com/optuna/optuna-dashboard/pull/574
* Support external_param_value and union_user_attrs on optuna-dashboard-wasm. by c-bata in https://github.com/optuna/optuna-dashboard/pull/575
* Update README and docs for the VS Code extension by c-bata in https://github.com/optuna/optuna-dashboard/pull/579
* Fix the sort of `user_attr` values by c-bata in https://github.com/optuna/optuna-dashboard/pull/580
* Improve human feedback UI for Preferential Optimization by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/572
* Fix lint errors on PR 551 by c-bata in https://github.com/optuna/optuna-dashboard/pull/583
* PreferentialGPSampler by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/551
* Fix an example of preferential optimization by c-bata in https://github.com/optuna/optuna-dashboard/pull/585
* Introduce `skip` flag for preferential optimization by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/581
* Deploy browser-only app to GitHub Pages by c-bata in https://github.com/optuna/optuna-dashboard/pull/582
* Change public path for GitHub pages by c-bata in https://github.com/optuna/optuna-dashboard/pull/588
* Update README and add ogp for optuna-dashboard-wasm by c-bata in https://github.com/optuna/optuna-dashboard/pull/589
* Add GIF animation on README by c-bata in https://github.com/optuna/optuna-dashboard/pull/592
* Add analytics page for preferential by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/587
* Update `.gitignore` for preferential optimization examples by c-bata in https://github.com/optuna/optuna-dashboard/pull/593
* Introduce codecov settings by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/562
* Use a different test fixture for each test file in the e2e tests by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/569
* [preferential] Add `PreferentialStudy.should_generate` by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/595
* [preferential] Add `enqueue_trial` to PreferentialStudy by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/598
* add preference history by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/584
* Support user-defined plotly figures by c-bata in https://github.com/optuna/optuna-dashboard/pull/600
* Bump the version up to `v0.13.0b1` by c-bata in https://github.com/optuna/optuna-dashboard/pull/597
* Update python-coverage.yml by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/603
* [preferential] Change behavior of `best_trials` and remove `mark_comparison_ready` by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/596
* Simplify an artifact viewer for 3D models. by c-bata in https://github.com/optuna/optuna-dashboard/pull/605
* Split Artifact-related React components. by c-bata in https://github.com/optuna/optuna-dashboard/pull/606
* [preferential] Implement EP for hyperparameter fitting by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/591
* Minor fixes on human-in-the-loop tutorial by c-bata in https://github.com/optuna/optuna-dashboard/pull/610
* Add tutorial for preferential optimization by c-bata in https://github.com/optuna/optuna-dashboard/pull/607
* Update hitl tutorial for optuna.artifacts by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/612
* Add `FUNDING.yml` by c-bata in https://github.com/optuna/optuna-dashboard/pull/614
* Add Preference Graph by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/601
* Add JSON API endpoints to remove and restore histories by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/616
* update feedback screen so it does not work by undoing history by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/617
* [PreferentialGPSampler] Support all-categorical cases by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/618
* add preference feedback component api by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/615
* Fix best trials in analytics when preference feedback mode by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/619
* Add Setting Button to Feedback Screen by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/594
* Add stale bot by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/621
* Update preferential optimization tutorial by c-bata in https://github.com/optuna/optuna-dashboard/pull/622
* remove/restore History by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/608
* fit figure to node size on preference graph page by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/624
* Add tests for samplers of preferential optimization by not522 in https://github.com/optuna/optuna-dashboard/pull/623
* Fix 3dm axis handling by hrntsm in https://github.com/optuna/optuna-dashboard/pull/631
* Add support for Optuna's study artifacts by c-bata in https://github.com/optuna/optuna-dashboard/pull/609
* Fix typo by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/636
* Add contribution-welcome and good-first-issue for exempt-issue-labels by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/638
* Support for older versions of the schema by YuigaWada in https://github.com/optuna/optuna-dashboard/pull/639
* Video playback on ArtifactCardMedia by YuigaWada in https://github.com/optuna/optuna-dashboard/pull/642
* Implement log scale of parallel coordinate by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/627
* [PreferentialGPSampler] Do exhaustive evaluation of acquisition function when the search space is small enough by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/634
* Implement log scale of contour plot by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/626
* Add experimental warnings on doc by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/646
* [Preferential] Simplify EP implementation by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/633
* Add `PreferentialGPSampler` document by not522 in https://github.com/optuna/optuna-dashboard/pull/645
* Bump postcss from 8.4.29 to 8.4.31 by dependabot in https://github.com/optuna/optuna-dashboard/pull/651
* Make `PreferentialGPSampler` the default for preferential optimization by not522 in https://github.com/optuna/optuna-dashboard/pull/647
* Add `optional-dependencies` for preferential optimization by not522 in https://github.com/optuna/optuna-dashboard/pull/652
* Add close icon to modals by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/635
* Return Result from wasm_fanova_calculate by ciffelia in https://github.com/optuna/optuna-dashboard/pull/643
* Bump the version up to VS Code Extension 0.1.0 by c-bata in https://github.com/optuna/optuna-dashboard/pull/655
* Fix python-tests CI with Python 3.7 by not522 in https://github.com/optuna/optuna-dashboard/pull/657
* Bump the version up to v0.13.0 by c-bata in https://github.com/optuna/optuna-dashboard/pull/658

New Contributors
* moririn2528 made their first contribution in https://github.com/optuna/optuna-dashboard/pull/559
* lucasmrdt made their first contribution in https://github.com/optuna/optuna-dashboard/pull/571
* not522 made their first contribution in https://github.com/optuna/optuna-dashboard/pull/623
* YuigaWada made their first contribution in https://github.com/optuna/optuna-dashboard/pull/639
* ciffelia made their first contribution in https://github.com/optuna/optuna-dashboard/pull/643

**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.12.0...v0.13.0

0.13.0b1

Highlights

Support user-defined Plotly objects

python
import optuna
from optuna_dashboard import save_plotly_graph_object

def objective(trial):
x = trial.suggest_float("x", -100, 100)
y = trial.suggest_categorical("y", [-1, 0, 1])
return x**2 + y

study = optuna.create_study()
study.optimize(objective, n_trials=100)
figure = optuna.visualization.plot_optimization_history(study)
save_plotly_graph_object(study, figure)


<img width="1961" alt="Screenshot 2023-09-07 10 42 05" src="https://github.com/optuna/optuna-dashboard/assets/5564044/3ff2ff30-abff-4afd-899f-45df22de2aa0">

What's Changed
* Update `errors.rst` about warnings of Artifact functionalities. by c-bata in https://github.com/optuna/optuna-dashboard/pull/549
* Add directions in CompareStudies by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/539
* Add `optuna_dashboard.preferential` module by c-bata in https://github.com/optuna/optuna-dashboard/pull/546
* Revert PR 534 that introduces codecov. by c-bata in https://github.com/optuna/optuna-dashboard/pull/554
* Add `.readthedocs.yml` by c-bata in https://github.com/optuna/optuna-dashboard/pull/556
* Remove `system_attrs` attributes from API response by c-bata in https://github.com/optuna/optuna-dashboard/pull/550
* Support 3dmodel artifacts by hrntsm in https://github.com/optuna/optuna-dashboard/pull/552
* Add `is_preferential` property to the study detail api response by c-bata in https://github.com/optuna/optuna-dashboard/pull/558
* Clear in memory cache every after api calls in unit tests by c-bata in https://github.com/optuna/optuna-dashboard/pull/560
* Update JSON APIs to report preferences and get preferential best trials. by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/559
* Uninstall types/react-router-dom by c-bata in https://github.com/optuna/optuna-dashboard/pull/561
* add is_preferential flag to StudySummary by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/563
* add ignorefile for eslint by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/566
* uniform internal error style by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/567
* Only show legend with multiple studies in the history plot by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/568
* Add initial support for Preferential Optimization by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/565
* Fix the bug while displaying `study_user_attrs` by c-bata in https://github.com/optuna/optuna-dashboard/pull/570
* Merge the implementation of GraphEdf and GraphEdfMultiStudies by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/478
* Store artifact meta in `trial_system_attr` by Alnusjaponica in https://github.com/optuna/optuna-dashboard/pull/564
* Fix the bug while renaming a study with maximize direction by lucasmrdt in https://github.com/optuna/optuna-dashboard/pull/571
* Add docstrings of preferential optimization functions by c-bata in https://github.com/optuna/optuna-dashboard/pull/555
* Add some improvements on SQLite3 WASM loader by c-bata in https://github.com/optuna/optuna-dashboard/pull/574
* Support external_param_value and union_user_attrs on optuna-dashboard-wasm. by c-bata in https://github.com/optuna/optuna-dashboard/pull/575
* Update README and docs for the VS Code extension by c-bata in https://github.com/optuna/optuna-dashboard/pull/579
* Fix the sort of `user_attr` values by c-bata in https://github.com/optuna/optuna-dashboard/pull/580
* Improve human feedback UI for Preferential Optimization by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/572
* Fix lint errors on PR 551 by c-bata in https://github.com/optuna/optuna-dashboard/pull/583
* PreferentialGPSampler by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/551
* Fix an example of preferential optimization by c-bata in https://github.com/optuna/optuna-dashboard/pull/585
* Introduce `skip` flag for preferential optimization by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/581
* Deploy browser-only app to GitHub Pages by c-bata in https://github.com/optuna/optuna-dashboard/pull/582
* Change public path for GitHub pages by c-bata in https://github.com/optuna/optuna-dashboard/pull/588
* Update README and add ogp for optuna-dashboard-wasm by c-bata in https://github.com/optuna/optuna-dashboard/pull/589
* Add GIF animation on README by c-bata in https://github.com/optuna/optuna-dashboard/pull/592
* Add analytics page for preferential by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/587
* Update `.gitignore` for preferential optimization examples by c-bata in https://github.com/optuna/optuna-dashboard/pull/593
* Introduce codecov settings by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/562
* Use a different test fixture for each test file in the e2e tests by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/569
* [preferential] Add `PreferentialStudy.should_generate` by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/595
* [preferential] Add `enqueue_trial` to PreferentialStudy by contramundum53 in https://github.com/optuna/optuna-dashboard/pull/598
* add preference history by moririn2528 in https://github.com/optuna/optuna-dashboard/pull/584
* Support user-defined plotly figures by c-bata in https://github.com/optuna/optuna-dashboard/pull/600
* Bump the version up to `v0.13.0b1` by c-bata in https://github.com/optuna/optuna-dashboard/pull/597

New Contributors
* moririn2528 made their first contribution in https://github.com/optuna/optuna-dashboard/pull/559
* lucasmrdt made their first contribution in https://github.com/optuna/optuna-dashboard/pull/571

**Full Changelog**: https://github.com/optuna/optuna-dashboard/compare/v0.12.0...v0.13.0b1

0.12.0

What's Changed
* Delete npm lint warnings and check it in CI by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/544
* Implement studies_order_by query params in studies list by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/543
* Introduce python coverage CI by keisuke-umezawa in https://github.com/optuna/optuna-dashboard/pull/534
* Support optuna's artifact metadata by c-bata in https://github.com/optuna/optuna-dashboard/pull/540
* Bump the version up to v0.12.0 by c-bata in https://github.com/optuna/optuna-dashboard/pull/547


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

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.