Commit Graph
473 Commits
Author SHA1 Message Date
c-bata 40c2aab767 Implement Note editor 2022-03-18 14:55:08 +09:00
c-bata 0c18b2335f Implement API client for note 2022-03-18 13:34:48 +09:00
c-bata aa35bfa709 Implement JSON API for note 2022-03-18 13:32:23 +09:00
Masashi Shibata f43f522f20 Merge pull request #179 from optuna/disable-intermedite-value
Hide intermediate values chart if no intermediate values
2022-03-16 16:39:19 +09:00
c-bata 31f0c3eab2 Fix TrialTable.test.tsx 2022-03-16 16:36:06 +09:00
c-bata 0f52401aad Hide IntermediateValue chart by default 2022-03-16 16:29:28 +09:00
Masashi Shibata a2d382a829 Merge pull request #178 from optuna/study-search-filter
Find study by keywords
2022-03-12 19:32:31 +09:00
c-bata e45d60d367 Debounce user input 2022-03-12 19:21:32 +09:00
c-bata c0d3e4232a Filter studies by keywords 2022-03-12 18:16:05 +09:00
c-bata 83e675fc5a Add TextField for search 2022-03-12 17:49:23 +09:00
Masashi Shibata a70a0d160c Merge pull request #177 from optuna/improve-ui
Add some UI improvements.
2022-03-12 17:48:55 +09:00
c-bata 91a2c736ba Fix broken visual regression test 2022-03-12 17:43:43 +09:00
c-bata 2682f0edba Fix type defs 2022-03-12 17:35:43 +09:00
c-bata 1711df92cd Use CssBaseline 2022-03-12 17:27:24 +09:00
c-bata 2f487ab00d Put reload interval select on AppBar 2022-03-12 17:27:06 +09:00
c-bata c16a844d85 Refactor preference panel 2022-03-12 14:32:12 +09:00
c-bata 71444a37be Make title bold 2022-03-12 12:53:17 +09:00
Masashi Shibata 7a05d9887f Merge pull request #176 from optuna/inf-value
Fix bug when given inf objective value
2022-03-12 03:59:12 +09:00
c-bata f1366bb77c Fix a type error 2022-03-12 03:37:01 +09:00
c-bata f21c172c5a Fix a regression bug 2022-03-12 03:31:21 +09:00
c-bata 64e9b7c3fe Fix a lint error 2022-03-12 03:13:49 +09:00
c-bata 5bcff9e593 Fix param importances when given inf 2022-03-12 03:11:23 +09:00
c-bata 07e13d252c Fix lint errors 2022-03-12 01:35:57 +09:00
c-bata a853ccd01f Fix bug when given inf objective value 2022-03-12 01:31:29 +09:00
Masashi Shibata 38329d3e29 Merge pull request #175 from optuna/speedup-build
Improve build performance
2022-03-07 16:25:01 +09:00
c-bata 9ed3fc52ff Refactor webpack.config.js 2022-03-07 15:41:08 +09:00
c-bata 17742889b5 Enable webpack's cache 2022-03-07 14:15:54 +09:00
c-bata f73dae9ec2 Update deps 2022-03-07 14:15:37 +09:00
c-bata 819b6ceffb Enable esbuild-loader 2022-03-07 14:04:13 +09:00
Masashi Shibata 8a5f0fcba7 Merge pull request #174 from optuna/button-description
Add title attr to buttons
2022-03-06 14:19:02 +09:00
Masashi Shibata 1c5a2dfe02 Merge pull request #173 from optuna/update-dep
Update plotly.js and recoil.js
2022-03-06 14:18:49 +09:00
c-bata 555bfa03fb Add title attr to buttons 2022-03-06 14:14:15 +09:00
c-bata aef98b5d2d Update recoil.js 2022-03-06 14:01:21 +09:00
c-bata cc38cccb9a Update plotly.js-dist 2022-03-05 18:01:44 +09:00
Masashi Shibata 277dfd8804 Merge pull request #172 from optuna/dark-theme
Dark Mode Support
2022-03-05 17:22:55 +09:00
c-bata fa8bd05f25 Toggle DarkMode with Button 2022-03-05 17:10:59 +09:00
c-bata de54417553 Switch template by Theme 2022-03-05 14:04:46 +09:00
c-bata af3ea02dc6 Embed plotly_dark Template 2022-03-05 13:23:40 +09:00
c-bata 27cea51bb1 Add Dark Mode support 2022-03-05 13:23:40 +09:00
Masashi Shibata 5801026495 Merge pull request #171 from optuna/muiv5
Migrate to MUI v5
2022-03-05 13:23:08 +09:00
c-bata c8d77a9146 Run prettier 2022-03-05 02:35:41 +09:00
c-bata e4fa3e6e87 Move 'Reload Interval' to preference panel 2022-03-05 02:35:04 +09:00
c-bata 8925b327b0 Migrate to MUI v5 2022-03-04 21:44:04 +09:00
Masashi Shibata d4e7493e52 Merge pull request #170 from optuna/fix-type-hints
Fix type hints and improve README
2022-02-18 15:37:41 +09:00
c-bata a54c7bfc3d Fix type hints and improve README 2022-02-18 15:29:32 +09:00
Masashi Shibata 7200340fc3 Merge pull request #169 from optuna/deprecate-createapp
Make all functions private except for the stable Python interface
2022-02-18 15:28:09 +09:00
c-bata ae2190c1c6 Fix lint errors 2022-02-18 15:25:35 +09:00
c-bata c79135b524 Deprecate create_app() function 2022-02-18 14:59:09 +09:00
Masashi Shibata 1bd7a07653 Merge pull request #168 from optuna/server-option
Add --server option for Gunicorn support
2022-02-17 22:15:48 +09:00
c-bata 66e47ff78e Fix gunicorn runner 2022-02-17 22:12:35 +09:00