Commit Graph
1053 Commits
Author SHA1 Message Date
Masashi Shibata a1cf347e2e Merge pull request #393 from c-bata/keep-compatibility-widget
Keep backward compatibility of widget definition
2023-02-10 11:10:18 +09:00
c-bata 120af3ea79 Fix isort errors 2023-02-10 10:59:18 +09:00
c-bata d98eaa6fb9 Keep backward compatibility of widget definition 2023-02-10 10:58:48 +09:00
Masashi Shibata 93b188f20a Merge pull request #395 from c-bata/audio-support
Add an initial Audio support
2023-02-10 10:58:07 +09:00
Masashi Shibata 9f8320d48d Merge pull request #392 from optuna/fix-bug-set-state-values
Fix bug of `setStateValues`
2023-02-10 10:57:51 +09:00
Masashi Shibata abac39f226 Merge pull request #391 from c-bata/sort-studies-by-study-id
Sort studies by `study_id`
2023-02-10 09:40:01 +09:00
c-bata fe3c6f57e0 Add Audio support 2023-02-10 09:39:15 +09:00
c-bata f8e93506b9 Fix bug of setStateValues 2023-02-10 09:36:32 +09:00
c-bata 395c18c929 Sort studies by study_id 2023-02-09 23:30:27 +09:00
Masashi Shibata f66fc664e7 Merge pull request #390 from c-bata/remove-redundant-json-dump
Remove redundant json dumps
2023-02-09 20:46:34 +09:00
c-bata fb656b24e4 Fix black errors 2023-02-09 20:43:33 +09:00
c-bata 11ab10d889 Remove redundant json dumps 2023-02-09 20:38:58 +09:00
Masashi Shibata 49bb3a65ab Merge pull request #387 from c-bata/complete-objective-form
Display objective forms even for completed trials
2023-02-08 12:24:32 +09:00
c-bata 4b9c4a04df Display objective forms even for completed trials 2023-02-08 11:41:42 +09:00
Masashi Shibata 272f826433 Merge pull request #382 from optuna/bump-to-v0.9.0b5
Bump the version up to v0.9.0b5
2023-02-01 09:44:39 +09:00
c-bata 3eefedfb58 Bump the version up to v0.9.0b5 2023-02-01 09:41:43 +09:00
Masashi Shibata 575359509f Merge pull request #381 from c-bata/fix-sdist
Fix artifact import issue
2023-02-01 09:39:04 +09:00
c-bata 298d6052aa Fix artifact import issue 2023-02-01 01:19:51 +09:00
Masashi Shibata 79fd0b7d92 Merge pull request #377 from c-bata/bump-to-v0.9.0b4
Bump the version up to v0.9.0b4
2023-01-27 18:58:46 +09:00
Masashi Shibata d1defb3f34 Merge pull request #376 from c-bata/immediately-update-best-trials
Update best trials when state is updated
2023-01-27 18:58:37 +09:00
c-bata 9fca04ef19 Bump the version up to v0.9.0b4 2023-01-27 18:55:03 +09:00
c-bata 5228010a13 Remove console.log 2023-01-27 18:53:22 +09:00
c-bata 581b3d5232 Update best trials when state is updated 2023-01-27 18:52:12 +09:00
Masashi Shibata 433f1770c9 Merge pull request #375 from c-bata/enhance-artifact-backend-support
Fix bug of custom user widgets and enhance artifact support.
2023-01-27 17:46:08 +09:00
c-bata 53a6e711c1 Fix bug of custom user widgets 2023-01-27 17:37:25 +09:00
c-bata 8a6822a503 Enhance Artifact support 2023-01-27 17:06:00 +09:00
Masashi Shibata 61452e3f75 Merge pull request #373 from c-bata/bump-to-v0.9.0b3
Bump the version up to v0.9.0b3
2023-01-27 13:21:43 +09:00
Masashi Shibata 7370ee0b58 Merge pull request #372 from c-bata/save-reload-interval-on-global-storage
Save reload interval on localStorage
2023-01-27 13:21:33 +09:00
c-bata 8f8197334b Bump the version up to v0.9.0b3 2023-01-27 13:21:01 +09:00
c-bata 8c7ce194ab Save reload interval on localStorage 2023-01-27 13:17:09 +09:00
Masashi Shibata 5bf6c380fe Merge pull request #370 from c-bata/custom-widget
Introducing Custom User Widget
2023-01-27 12:55:31 +09:00
c-bata 935dd9d0bd Split ObjectiveForm component 2023-01-27 12:49:35 +09:00
c-bata c51ceefb5f Fix isort errors 2023-01-27 12:34:25 +09:00
c-bata fe9a012643 Implement Custom User Widget 2023-01-27 12:33:49 +09:00
c-bata 5cfdedbf49 Fix lint errors 2023-01-26 18:43:16 +09:00
c-bata 3c628a463b Display custom user widgets 2023-01-26 16:50:28 +09:00
c-bata f0195bfee2 Fix bug of Python API for objective form widgets 2023-01-26 15:40:28 +09:00
c-bata 6a0a43fabd Merge branch 'main' into custom-widget 2023-01-26 12:09:45 +09:00
Masashi Shibata 7b1045ddc2 Merge pull request #314 from c-bata/artifact
Introduce `Artifact`
2023-01-26 12:07:33 +09:00
c-bata 20367b9d48 Fix mypy error 2023-01-26 11:57:39 +09:00
c-bata 7469e166b7 Merge branch 'main' into artifact 2023-01-26 11:54:32 +09:00
Masashi Shibata 0f7832de01 Merge pull request #355 from keisuke-umezawa/feature/trial-tell
Add trial tell feature
2023-01-26 11:48:25 +09:00
keisuke-umezawa 7e2596ae3d Fix lint 2023-01-26 11:31:50 +09:00
keisuke-umezawa 7d796acb2e Fix regex for float numbers 2023-01-25 21:43:30 +09:00
keisuke-umezawa 6b96d8bfa0 Remove trial state dictionary 2023-01-25 21:36:08 +09:00
keisuke umezawaandHiroyuki Vincent Yamazaki c822e3450c Apply suggestions from code review
Co-authored-by: Hiroyuki Vincent Yamazaki <hiroyuki.vincent.yamazaki@gmail.com>
2023-01-25 20:58:52 +09:00
c-bata e61e9270f9 Fix bug of objective_form_widget 2023-01-25 16:43:46 +09:00
c-bata 2497e5e084 Add type definitions for objective_form_widgets 2023-01-25 16:06:44 +09:00
c-bata 04e6b8b61f Merge branch 'feature/trial-tell' into custom-widget 2023-01-25 15:55:33 +09:00
c-bata 6710dcf273 Add Python interface for objective form widgets 2023-01-25 15:45:20 +09:00