Commit Graph
414 Commits
Author SHA1 Message Date
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
Masashi Shibata b8cc88c985 Merge pull request #150 from optuna/dependabot/npm_and_yarn/axios-0.21.2
Bump axios from 0.21.1 to 0.21.2
2021-12-10 12:22:51 +09:00
Masashi Shibata b883e81eae Merge pull request #151 from optuna/dependabot/npm_and_yarn/ansi-regex-5.0.1
Bump ansi-regex from 5.0.0 to 5.0.1
2021-12-10 12:22:42 +09:00
Masashi Shibata 1ad213d808 Merge pull request #152 from optuna/dependabot/npm_and_yarn/tmpl-1.0.5
Bump tmpl from 1.0.4 to 1.0.5
2021-12-10 12:22:37 +09:00
dependabot[bot] f9d03fa182 Bump tmpl from 1.0.4 to 1.0.5
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-10 00:57:25 +00:00
dependabot[bot] bbc0aeedc0 Bump ansi-regex from 5.0.0 to 5.0.1
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-10 00:57:24 +00:00
dependabot[bot] 6c6b828a0d Bump axios from 0.21.1 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-10 00:57:20 +00:00
Masashi Shibata a0192087af Merge pull request #149 from ezioishan/main
FIX #142 Responsive width large screens
2021-12-10 09:56:43 +09:00
Ishan Sourav 913c99cf32 npm run fmt && npm run lint 2021-12-08 13:40:29 +05:30
Ishan Sourav 059cee441b Added containerStyle class to make it responsive 2021-12-04 15:01:56 +05:30
Masashi Shibata ddb4430b37 Merge pull request #148 from optuna/fix-visual-regression-test
Avoid using Python 3.10 to run integration tests.
2021-11-23 12:19:28 +09:00
c-bata 20294c42fb Use Python 3.9 for pyppeeteer 2021-11-23 12:01:19 +09:00
c-bata 3eea36d399 Fix an integration test 2021-11-23 11:10:22 +09:00
Masashi Shibata c8795fd388 Merge pull request #146 from optuna/dockerfile
Distribute an official Docker image
2021-11-22 23:33:40 +09:00
c-bata 5449b40a40 Update Docker image name 2021-11-22 23:04:43 +09:00
c-bata 3f4db242d6 Fix github action errors 2021-11-22 23:03:06 +09:00
c-bata d79a685255 Refer cbata/optuna-dashboard 2021-11-22 22:45:55 +09:00
c-bata a671c1410a Add a script to check PostgreSQL 2021-11-22 22:09:54 +09:00
c-bata f6a07fe2c0 Add a script to check MySQL 2021-11-22 21:09:46 +09:00
c-bata d81e6ee183 Use 3.8-slim-buster 2021-10-26 18:58:02 +09:00
c-bata 48615ecbf5 Add Dockerfile 2021-10-26 17:21:28 +09:00
Huzi Cheng 370ee0ca57 Merge pull request #143 from chenghuzi/main
Update version to 0.5.0
2021-10-08 09:54:55 +08:00
Huzi ChengandMasashi Shibata 704205d121 Update optuna_dashboard/version.py
Co-authored-by: Masashi Shibata <c-bata@users.noreply.github.com>
2021-10-08 09:52:43 +08:00
Cheng Huzi a694fd29a8 Update version to 1.0.0 2021-10-08 09:42:39 +08:00
Huzi Cheng 3da8be6cdb Merge pull request #130 from keisuke-umezawa/feature/rename-log-scale-title
Rename log scale to log y scale
2021-09-16 16:14:54 +08:00
Masashi Shibata 8126365fbb Merge pull request #135 from optuna/test-data-grid
Add tests for DataGrid
2021-09-08 16:52:05 +09:00
c-bata 13bbede1b7 Add tests of DataGrid 2021-09-08 16:30:16 +09:00
Masashi Shibata a59ac7e562 Merge pull request #134 from optuna/test-filter
Add tests for filter trial state
2021-09-08 12:19:58 +09:00
c-bata d2acac5804 Add tests for filter trial state 2021-09-08 12:15:46 +09:00
Masashi Shibata 204af0ff54 Merge pull request #132 from kenrota/fix-graph-title-of-parallel-coordinate
Fix typo in graph title of Parallel coordinate
2021-09-07 12:07:30 +09:00
Masashi Shibata 2fdcd74969 Merge pull request #133 from kenrota/fix-typo-in-wsgi-environment-variable
Fix typo in WSGI environment variable
2021-09-07 12:07:02 +09:00
Kentaro Tokutomi 56397bb14b Fix typo in WSGI environment variable 2021-09-06 21:52:38 +09:00