Commit Graph
445 Commits
Author SHA1 Message Date
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
c-bata 306ac92da5 Update DEVELOPMENT.md 2022-02-17 21:27:05 +09:00
c-bata 0d68c5b8c8 Fix a lint error 2022-02-17 21:05:50 +09:00
c-bata 2eeebf9cac Update README 2022-02-17 21:03:00 +09:00
c-bata 03a48265cf Add --server option for Gunicorn support 2022-02-17 20:52:27 +09:00
Masashi Shibata 72b23245c6 Merge pull request #167 from optuna/stable-interface
Provide stable Python API
2022-02-17 18:10:56 +09:00
c-bata 35cf7b68ff Fix setuptools attr: error 2022-02-17 17:56:11 +09:00
c-bata 46025b15a7 Fix lint errors 2022-02-17 17:27:29 +09:00
c-bata c8a7950784 Add 'Python Interface' section in README 2022-02-16 16:22:59 +09:00
c-bata 25679d518d Avoid using create_app() directly 2022-02-16 16:14:55 +09:00
c-bata 002fac7fa9 Provide stable Python interface 2022-02-16 16:14:31 +09:00
Masashi Shibata 8616b71861 Merge pull request #165 from optuna/dependabot/npm_and_yarn/follow-redirects-1.14.8
Bump follow-redirects from 1.14.6 to 1.14.8
2022-02-14 12:56:08 +09:00
dependabot[bot] a9af8f224d Bump follow-redirects from 1.14.6 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.6...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-13 20:42:17 +00:00
Masashi Shibata bee1c80d73 Merge pull request #162 from optuna/distribution-v3
Add FloatDistribution and IntDitribution for Optuna v3 release.
2022-02-03 12:12:33 +09:00
c-bata 8c4a09d835 Replace UniformDistribution with FloatDistribution in frontend tests 2022-02-01 23:15:57 +09:00
c-bata 9a24f7d549 Add todo comment for log scale check 2022-02-01 23:13:13 +09:00
c-bata e85ed2a13a Add IntDistribution & FloatDistribution 2022-02-01 22:51:37 +09:00
Masashi Shibata 086f048a8c Merge pull request #160 from optuna/node-v16
Upgrade node version to v16
2022-01-08 15:07:14 +09:00
c-bata 17dc898a79 Use Python 3.8 for pyppeteer 2022-01-08 14:01:50 +09:00
c-bata 4045596dc0 Update package-lock.json 2022-01-08 05:30:19 +09:00
c-bata bd9013a118 Upgrade Node version to v16 2022-01-08 05:20:23 +09:00
Masashi Shibata 7f7dd58a08 Merge pull request #159 from optuna/update-docker-description
Update the usage of docker image
2021-12-31 14:32:18 +09:00
c-bata e70540ead9 Update the usage of docker image 2021-12-31 14:31:50 +09:00
Masashi Shibata b33c30e6a5 Merge pull request #157 from optuna/docker-ghcr
Publish a Docker image to GitHub Container Registry.
2021-12-29 03:42:32 +09:00
c-bata 49a818af8c Update README for Docker image 2021-12-29 03:42:08 +09:00
c-bata 17217a008b Update the trigger of docker-ghcr action 2021-12-29 03:35:13 +09:00
Masashi Shibata 05f030fbb5 Create docker-ghcr.yml 2021-12-29 03:34:38 +09:00
Masashi Shibata d0869ba518 Merge pull request #158 from optuna/fix-docker
Fix Dockerfile
2021-12-29 03:34:04 +09:00
c-bata 2605f0e1e7 Fix a Docker image 2021-12-29 03:31:51 +09:00