Commit Graph
664 Commits
Author SHA1 Message Date
c-bata c0edf6d3ed Drop Python 3.6 support 2022-10-25 13:09:19 +09:00
Masashi Shibata 2836d67e2a Merge pull request #274 from keisuke-umezawa/feature/align-graph-slice
Align graph slice between optuna and optuna-dashboard
2022-10-20 18:49:35 +09:00
keisuke umezawaandMasashi Shibata d0b43ab02c Update optuna_dashboard/ts/components/GraphSlice.tsx
Co-authored-by: Masashi Shibata <c-bata@users.noreply.github.com>
2022-10-20 18:35:16 +09:00
Masashi Shibata c8fe85761c Merge pull request #273 from c-bata/use-python310-in-docker
Use Python 3.10 in Docker image
2022-10-16 00:19:06 +09:00
keisuke-umezawa be4928256b Fix lint 2022-10-15 17:27:47 +09:00
c-bata c53cea49a4 Fix a build error of Dockerfile 2022-10-14 13:28:25 +09:00
keisuke-umezawa d453cfac06 Reverse colorscale 2022-10-13 11:49:18 +09:00
Masashi Shibata 13287ad5ba Merge pull request #272 from keisuke-umezawa/feature/align-graph-history
Align graph history between optuna and optuna-dashboard
2022-10-13 10:12:31 +09:00
keisuke-umezawa 6839f0e716 Align graph slice 2022-10-12 23:32:39 +09:00
keisuke-umezawa 431e303f34 Fix lint 2022-10-12 23:28:27 +09:00
keisuke-umezawa 42dcfdb0ff Add labels and legend 2022-10-12 23:24:18 +09:00
keisuke-umezawa 255b94b54e Fix type definition 2022-10-11 23:14:48 +09:00
keisuke-umezawa d5b0a47164 Follow linter 2022-10-11 23:09:12 +09:00
keisuke-umezawa 71cdcb52c1 Remove intermediate plots of best values 2022-10-11 23:09:12 +09:00
keisuke-umezawa d18285abda Align graph history 2022-10-11 23:09:12 +09:00
c-bata e3bcc8ebed Use Python 3.10 in Docker 2022-09-28 10:23:15 +09:00
Masashi Shibata a1f637a590 Merge pull request #271 from c-bata/fix-pypi-publish-action
Fix pypi-publish action
2022-09-15 22:09:48 +09:00
c-bata a2d61cf151 Fix pypi-publish action 2022-09-15 22:07:04 +09:00
Masashi Shibata 8206248bc2 Merge pull request #269 from c-bata/warn-import-error
Show warning messages when failed to import optuna-fast-fanova
2022-09-15 20:55:27 +09:00
c-bata 58742933db Warn users failed to import optuna-fast-fanova 2022-09-15 20:50:14 +09:00
Masashi Shibata 126f761ee7 Merge pull request #268 from c-bata/bump-to-v0.7.3
Bump the version up to v0.7.3
2022-09-15 20:00:31 +09:00
Masashi Shibata b6b70d5655 Merge pull request #267 from c-bata/catch-value-error
Catch ValueError while importing optuna-fast-fanova
2022-09-15 20:00:17 +09:00
c-bata 4c3c26d599 Bump the version up to v0.7.3 2022-09-15 19:59:12 +09:00
c-bata d373b65780 Catch ValueError while importing optuna-fast-fanova 2022-09-15 19:57:03 +09:00
Masashi Shibata 6a26cdbc1f Merge pull request #266 from c-bata/use-pyproject-toml
Define the project metadata in `pyproject.toml` instead of `setup.cfg`
2022-09-13 10:08:44 +09:00
c-bata 9af216420d Specify packages in pyproject.toml 2022-09-12 23:31:50 +09:00
c-bata 35a93dd635 Use pyproject.toml 2022-09-12 20:58:33 +09:00
Masashi Shibata a192a448a9 Merge pull request #261 from optuna/fix-pypi-publish-action
Fix pypi-publish action
2022-08-05 08:45:37 +09:00
c-bata d033d5128f Fix pypi-publish action 2022-08-05 08:43:29 +09:00
Masashi Shibata 32a9fb0225 Merge pull request #259 from optuna/release-v0.7.2
Bump the version up to v0.7.2
2022-08-04 16:48:21 +09:00
c-bata f8be5aee67 Bump the version up to v0.7.2 2022-08-04 16:45:42 +09:00
Masashi Shibata f1a52a9b63 Merge pull request #258 from optuna/avoid-to-sort-trials-optuna-v3
Avoid to sort trials when using Optuna v3.0.0 rc0
2022-08-04 16:44:12 +09:00
c-bata cd38f30318 Avoid to sort trials when using Optuna v3.0.0 rc0 2022-08-04 16:39:38 +09:00
Masashi Shibata 39e08c04fe Merge pull request #257 from c-bata/support-optuna-v3-rc0
Support Optuna v3.0.0 RC0
2022-08-04 16:31:40 +09:00
c-bata 57337f6574 Fix broken unittests 2022-08-04 16:18:31 +09:00
Masashi Shibata 62849c2b50 Merge pull request #253 from optuna/dependabot/npm_and_yarn/terser-5.14.2
Bump terser from 5.7.0 to 5.14.2
2022-08-04 16:14:51 +09:00
c-bata cf887ba541 Fix broken tests 2022-08-04 16:12:40 +09:00
c-bata 200d8d3e5c Use storage.get_all_studies() instead of study_summaries 2022-08-04 15:20:25 +09:00
Masashi Shibata 8d58c37bd9 Merge pull request #255 from c-bata/fix-contributing
Fix the command in CONTRIBUTING.md
2022-07-28 10:17:47 +09:00
c-bata 1e1d2d38ac Fix the command in CONTRIBUTING.md 2022-07-28 10:16:02 +09:00
Masashi Shibata 48ac632a06 Merge pull request #254 from c-bata/fix-imports-literal
Fix import issue of `typing.Literal`
2022-07-20 13:03:57 +09:00
c-bata b37a6d14fb Fix lint error 2022-07-20 12:58:32 +09:00
c-bata 07a5f168cc Fix imports of typing.Literal 2022-07-20 12:55:44 +09:00
dependabot[bot] 2255d37398 Bump terser from 5.7.0 to 5.14.2
Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 02:03:33 +00:00
Masashi Shibata 27406f2f57 Merge pull request #249 from optuna/bump-to-v0.7.1
Bump the version number up to v0.7.1
2022-06-08 17:11:54 +09:00
c-bata e9bb57ed8d Bump the version number up to v0.7.1 2022-06-08 17:11:23 +09:00
Masashi Shibata b6c778509a Merge pull request #248 from optuna/use-fast-fanova
Use optuna-fast-fanova if available
2022-06-08 17:09:37 +09:00
c-bata 48c30d5955 Add black settings 2022-06-08 16:00:21 +09:00
c-bata 552fa31cf6 Fix isort 2022-06-08 15:50:40 +09:00
c-bata 9cf5f7d772 Use optuna-fast-fanova if available 2022-06-08 15:47:23 +09:00