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