Commit Graph
338 Commits
Author SHA1 Message Date
Cheng Huzi d811244429 Fix error in calculating the number of fixed trials 2021-07-01 01:32:24 -04:00
Cheng Huzi 06d6ed98ce Fix type annotation error 2021-07-01 01:14:25 -04:00
Cheng Huzi 2b425b5cb7 Add unittests for study_details & change query parameter name 2021-07-01 01:03:21 -04:00
Cheng Huzi 0cdab19474 Add incremental sync for the study summary API 2021-06-29 19:47:14 -04:00
Masashi Shibata 22e63bab4f Update bug_report.yml 2021-06-25 01:04:26 +09:00
Masashi Shibata 85d8f032de Merge pull request #114 from optuna/template-bug-report
Template bug report
2021-06-25 01:01:14 +09:00
c-bata 1345df9907 Update bug report template 2021-06-16 12:57:28 +09:00
c-bata 4503f65b7d Use YAML based issue template 2021-06-16 12:54:33 +09:00
Masashi Shibata 2eb01cb49a Update README.md 2021-06-11 12:56:25 +09:00
c-bata b586b30e0c Update question.md 2021-06-10 11:02:05 +09:00
c-bata 7748906346 Add question's issue template 2021-06-10 10:53:27 +09:00
Masashi Shibata 8e4ea63efd Merge pull request #105 from optuna/set-margin-top
Set margin top on each plots.
2021-06-09 15:10:30 +09:00
c-bata e534bd83a8 Set margin top on each plots 2021-06-09 15:05:04 +09:00
Masashi Shibata e4a744e521 Merge pull request #102 from chenghuzi/main
Add multi-objective support
2021-06-09 15:04:22 +09:00
Cheng Huzi 593851adcb Change layout of intermediate values plot 2021-06-08 18:36:34 -04:00
Cheng Huzi 52b4108877 Remove duplicated plot names 2021-06-08 18:24:09 -04:00
c-bata 8b06aff74d Bump the version up to v0.4.2 2021-06-08 22:53:20 +09:00
Masashi Shibata df92152ee1 Merge pull request #103 from optuna/update-dependencies
Update npm dependencies
2021-06-08 22:50:15 +09:00
c-bata 57a6dc753c Run prettier 2021-06-08 22:41:07 +09:00
c-bata c9cbcd7e4e Update npm dependencies 2021-06-08 22:29:26 +09:00
c-bata dc437e737c Add renovate.json 2021-06-08 22:20:03 +09:00
c-bata 3fbe6ee315 Remove .node-version 2021-06-08 21:33:07 +09:00
Huzi ChengandMasashi Shibata e9b49a846a Update optuna_dashboard/app.py
Co-authored-by: Masashi Shibata <c-bata@users.noreply.github.com>
2021-06-03 22:37:57 -04:00
Cheng Huzi 7b76558ebf Fix py format error & type error 2021-06-03 22:34:43 -04:00
Cheng Huzi f87cebb46b Add multi-objective support 2021-06-03 22:25:00 -04:00
Masashi Shibata 3d7b3bcf0f Merge pull request #100 from optuna/dependabot/npm_and_yarn/browserslist-4.16.6
Bump browserslist from 4.14.5 to 4.16.6
2021-05-27 09:22:34 +09:00
dependabot[bot] 612aa7f50f Bump browserslist from 4.14.5 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.5 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.14.5...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 20:58:44 +00:00
Masashi Shibata fe20139506 Merge pull request #96 from optuna/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.20 to 4.17.21
2021-05-12 13:22:56 +09:00
dependabot[bot] 36c924ca7b Bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 23:06:53 +00:00
Masashi Shibata a117c92ab8 Merge pull request #95 from optuna/set-license-file
Set license_file in setup.cfg
2021-05-07 15:18:13 +09:00
c-bata 61277f9e0a Set license_file in setup.cfg 2021-05-07 15:16:51 +09:00
Masashi Shibata 567bc083d0 Merge pull request #90 from simonhessner/show_tick_labels
Show tick labels and add log scale in slice graph
2021-04-23 00:45:16 +09:00
Simon Hessner 496a4f6371 Fix bug mentioned in comments of PR #90 2021-04-22 16:24:35 +01:00
Simon Hessner cd44cfa052 Lint 2021-04-22 12:28:13 +01:00
Simon Hessner ff73aaa689 Rename log to logScale 2021-04-22 12:10:59 +01:00
Simon Hessner a72f556d11 Add option for log scale in slice graph 2021-04-22 12:04:14 +01:00
Simon Hessner 416218f8b3 Add x axis label also for numerical types and prepare log scale feature 2021-04-22 11:50:58 +01:00
Simon Hessner e00fb28b5a Show label in Slice Graph on x axis 2021-04-22 11:38:09 +01:00
c-bata c9b280cd16 Bump the version up to v0.4.1 2021-04-20 13:31:38 +09:00
Masashi Shibata 128eb035ed Merge pull request #88 from optuna/fix-serializer-attr-values
Fix a regression bug of attr serialization
2021-04-20 13:31:03 +09:00
c-bata 2b83d07f22 Fix a regression bug of attr serialization 2021-04-20 13:21:42 +09:00
Masashi Shibata be8a8f114d Merge pull request #86 from optuna/conda-installation
Update installation for conda users
2021-04-14 11:20:36 +09:00
c-bata bcfadb3b11 Update installation for conda users 2021-04-14 11:18:58 +09:00
c-bata a6af1358ba Bump the version up to v0.4.0 2021-04-12 18:25:15 +09:00
Masashi Shibata 070fb5c9d6 Merge pull request #85 from optuna/detect-crash
Run Visual Regression Test on GitHub Actions.
2021-04-11 18:50:46 +09:00
c-bata a07377be0f Fix integration tests 2021-04-11 18:46:57 +09:00
c-bata c378a1a60a Fix integration tests 2021-04-11 18:43:51 +09:00
c-bata 24d24cf84e Run integration tests on GitHub Actions 2021-04-11 18:39:53 +09:00
c-bata 21914fbdbd Detect crash on visual_regression_test 2021-04-11 18:12:44 +09:00
Masashi Shibata c294b64a0a Merge pull request #84 from optuna/redis-storage
Support RedisStorage
2021-04-11 16:13:51 +09:00