Commit Graph
1152 Commits
Author SHA1 Message Date
Masashi Shibata 269dff7479 Merge pull request #443 from c-bata/add-getting-started
Add a new section "Getting Started" in docs
2023-04-19 15:55:08 +09:00
c-bata b38328fced Update README 2023-04-19 15:53:54 +09:00
c-bata 96b7bc37da Add Getting Started section on docs 2023-04-19 15:50:48 +09:00
Kenshin Abe 373304b10e Merge pull request #427 from c-bata/warning-cached-storage
Show warning about the use of `_CachedStorage`
2023-04-17 18:26:19 +09:00
c-bataandKenshin Abe a005908440 Show warning about the use of _CachedStorage
Co-authored-by: Kenshin Abe <abe.kenshin@gmail.com>
2023-04-17 18:17:44 +09:00
Masashi Shibata 93f1a0a248 Merge pull request #440 from c-bata/enable-rehype-raw
Enable rehype-raw plugin
2023-04-17 16:31:27 +09:00
Masashi Shibata 14555c836f Merge pull request #439 from c-bata/improve-trial-list-ui
Add minor improvements on TrialList
2023-04-17 16:22:55 +09:00
Kenshin Abe 64f199b5f2 Merge pull request #438 from c-bata/simplify-user-attr-ref
Remove `user_attr_key` attribute from `ObjectiveUserAttrRef`
2023-04-14 19:09:10 +09:00
c-bata 39feee48ef Fix lint errors 2023-04-14 19:01:19 +09:00
c-bata 97cd5cd4bf Enable rehype-raw plugin 2023-04-14 18:52:34 +09:00
c-bata 1d68504d5e Fix lint errors 2023-04-14 13:30:19 +09:00
c-bata 3e4ec9ce61 Add minor improvements on TrialList 2023-04-14 13:20:37 +09:00
c-bata 6da6480edd Introduce UserAttrFormWidget type 2023-04-13 19:31:54 +09:00
c-bata 5c43d96236 Fix mypy errors 2023-04-13 19:27:28 +09:00
c-bata 7413d7da41 Remove user_attr_key attribute from ObjectiveUserAttrRef 2023-04-13 19:07:26 +09:00
Masashi Shibata a3b0591885 Merge pull request #437 from c-bata/dict-to-form-widgets
Add `dict_to_form_widget()` function.
2023-04-13 19:07:09 +09:00
c-bata 94e20b3f03 Fix mypy errors 2023-04-13 19:03:28 +09:00
c-bata dadc4f8ca7 Fix flake8 error 2023-04-13 18:55:04 +09:00
c-bata 3c63388198 Add dict_to_form_widget 2023-04-13 18:52:35 +09:00
Masashi Shibata ea4b294289 Merge pull request #435 from c-bata/bump-to-0.9.1
Bump the version up to v0.9.1
2023-04-13 14:35:24 +09:00
c-bata 31d1db6dd6 Bump the version up to v0.9.1 2023-04-13 14:32:01 +09:00
Masashi Shibata 21760ba118 Merge pull request #434 from c-bata/modify-reload-interval
Reduce the reload interval time for human-in-the-loop optimization
2023-04-13 14:25:49 +09:00
c-bata a506397704 Fix mypy errors 2023-04-13 14:21:36 +09:00
c-bata 92b712b495 Update reload interval time for human-in-the-loop optimization 2023-04-13 14:18:31 +09:00
Masashi Shibata 1d4e9ed656 Merge pull request #432 from c-bata/use-uirevision
Set `uirevision` to prevent reetting charts
2023-04-13 14:00:53 +09:00
Masashi Shibata edec2dbc59 Merge pull request #433 from c-bata/update-announcement
Improve the message for experimental new UI
2023-04-13 14:00:43 +09:00
c-bata 9c5bfc80e3 Fix fmt errors 2023-04-13 13:57:27 +09:00
c-bata de45cece3d Improve the message for experimental new UI 2023-04-13 13:55:34 +09:00
Masashi Shibata d2751d39f8 Merge pull request #431 from c-bata/follow-up-411
Follow-up #411 to refactor type definitions
2023-04-13 12:35:50 +09:00
c-bata ef947d6bd0 Update api.rst 2023-04-13 12:29:59 +09:00
c-bata d6f38467fe Follow-up #411 to refactor type definitions 2023-04-13 12:14:38 +09:00
c-bata ab7dfbc27b Set uirevision to prevent reetting charts 2023-04-13 11:56:27 +09:00
Kenshin Abe 031a1e103a Fix type 2023-04-12 16:34:38 +09:00
Kenshin Abe 765b0d3620 Apply formatter 2023-04-12 16:13:00 +09:00
Kenshin Abe 416c6c7421 Include form_widgets_output_type in form_widgets 2023-04-12 15:45:24 +09:00
Masashi Shibata 21134cfc36 Merge pull request #423 from knshnb/remove-unnecessary-type
Delete unnecessary type hints
2023-03-31 14:22:50 +09:00
Kenshin Abe c110fe3a53 Delete unnecessary type hints 2023-03-31 13:50:22 +09:00
Kenshin Abe 5acdc2bbe7 Merge pull request #421 from c-bata/add-get-note-python-api
Add `get_note()` Python API
2023-03-31 13:46:41 +09:00
c-bata 6892f31781 Add get_note() Python API 2023-03-29 17:47:20 +09:00
Kenshin Abe 6489092a9a Update form widgets key name 2023-03-28 17:40:39 +09:00
Kenshin Abe a5c7b59dfa Fix typo 2023-03-28 12:21:24 +09:00
Kenshin AbeandMasashi Shibata 091774f029 Validate user_attrs have at least one element
Co-authored-by: Masashi Shibata <c-bata@users.noreply.github.com>
2023-03-28 12:16:46 +09:00
Masashi Shibata 957a8fd87d Merge pull request #419 from keisuke-umezawa/feature/get-artifact-url
Implement get artifact url
2023-03-22 18:34:27 +09:00
keisuke umezawaandMasashi Shibata 695363e9e3 Update optuna_dashboard/artifact/_backend.py
Co-authored-by: Masashi Shibata <c-bata@users.noreply.github.com>
2023-03-22 18:11:50 +09:00
keisuke-umezawa 6aa451a638 Rename get_artifact_url to get_artifact_path 2023-03-21 15:48:25 +09:00
Kenshin Abe 77ed17968e Remove default text form for no widgets 2023-03-20 16:40:00 +09:00
Kenshin Abe 017ac675e5 Remove "Object" prefix from widget classes 2023-03-20 15:50:10 +09:00
Kenshin Abe 9c477cb3af Add validation of user_attr_key 2023-03-20 15:39:18 +09:00
Kenshin Abe 261a13dea7 Apply prettier 2023-03-20 15:27:31 +09:00
Kenshin Abe 79bf067747 Display user_attr_key for register_user_attr_form_widgets 2023-03-20 15:24:48 +09:00