Commit Graph
558 Commits
Author SHA1 Message Date
yoshinobc c8f7cf5de0 fix lint 2022-04-24 14:57:18 +09:00
yoshinobc 4c97e4a289 add python tests 2022-04-24 14:53:33 +09:00
yoshinobc d08b4f2867 fix 2022-04-24 13:54:47 +09:00
yoshinobc b4fc182e6c add get_cached_extra_study_property 2022-04-24 13:53:43 +09:00
Masashi Shibata a47a02b6ad Merge pull request #216 from optuna/fix-tests-on-optuna-v3
Fix Python tests with Optuna v3
2022-04-24 13:47:33 +09:00
c-bata b2dc9d6c95 Fix tests with Optuna v3 2022-04-24 13:35:27 +09:00
Masashi Shibata a9f655e666 Merge pull request #215 from optuna/fix-graph-edf-checked
Fix bug to make EDF graph invisible
2022-04-22 20:23:05 +09:00
c-bata d76d18c53d Fix bug to disable EDF graph 2022-04-22 18:11:27 +09:00
Masashi Shibata 42c74b2f50 Merge pull request #213 from optuna/bump-to-v0_6_4
Bump the version up to v0.6.4
2022-04-21 14:38:30 +09:00
c-bata 8fa2bcbb36 Bump the version up to v0.6.4 2022-04-21 13:07:55 +09:00
Masashi Shibata 2904c799a1 Merge pull request #211 from optuna/fix-issue-206
Fix bug of pareto front graph
2022-04-21 12:09:21 +09:00
Masashi Shibata e73c1f4e0d Merge pull request #212 from optuna/improve-rdb-schema-compatibility-check
Check schema compatibility when visited to top
2022-04-21 12:09:11 +09:00
c-bata 6b397d8b53 Fix bug of infinite redirect loop 2022-04-21 11:58:44 +09:00
c-bata dfe2f9358d Check schema compatibility when visited to top 2022-04-21 11:53:36 +09:00
c-bata 702f8d1c89 Fix bug of pareto front graph 2022-04-21 11:26:44 +09:00
Masashi Shibata aabd8f329f Merge pull request #210 from optuna/update-contributing
Update release manual
2022-04-21 10:52:48 +09:00
c-bata 5177188a6c Update release manual 2022-04-21 10:51:43 +09:00
Masashi Shibata 6a3b7937d7 Merge pull request #208 from optuna/bump-to-v0_6_3
Bump the version up to v0.6.3
2022-04-21 08:45:22 +09:00
c-bata 953a0e0045 Bump the version up to v0.6.3 2022-04-21 08:43:01 +09:00
Masashi Shibata aac140aa16 Merge pull request #207 from optuna/upgrade-rdb-schema-button
Add button to upgrade RDB schema
2022-04-21 08:41:41 +09:00
c-bata 354d19b5a5 Add some refactor changes 2022-04-21 00:33:28 +09:00
c-bata 03d0d7af29 Improve UI design of schema upgrade page 2022-04-20 23:56:38 +09:00
c-bata a49fcd940e Add button to upgrade RDB schema 2022-04-20 21:36:49 +09:00
Masashi Shibata 28a4e7d39a Merge pull request #204 from optuna/bump-to-v0.6.2
Bump the version up to v0.6.2
2022-04-07 09:23:44 +09:00
c-bata cb04305f24 Bump the version up to v0.6.2 2022-04-06 11:03:55 +09:00
Masashi Shibata 0b7cb3531a Merge pull request #203 from optuna/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-04-06 11:03:10 +09:00
dependabot[bot] 7809a11b20 Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 01:52:57 +00:00
Masashi Shibata 928c0d5954 Merge pull request #196 from optuna/study-summary-v3
Set include_best_trial=True to get study summaries for v3 release
2022-04-06 10:52:29 +09:00
c-bata a941a030a3 Fix visual_regression_test.py 2022-04-06 10:35:24 +09:00
c-bata e1b47bab47 Pass mypy lint with optuna v2.10.0 2022-04-06 09:55:32 +09:00
Masashi Shibata 491612cc69 Merge pull request #200 from Ellon-M/study-summary-v3
Set include_best_trial=True in get_study_summary
2022-04-06 09:42:56 +09:00
Ellon M 6c8fc37c67 Set include_best_trial=True in get_study_summary 2022-03-28 20:26:26 +03:00
Masashi Shibata 63bbccaac4 Merge pull request #197 from optuna/contributing-md
Rename DEVELOPMENT.md to CONTRIBUTING.md
2022-03-25 13:01:18 +09:00
c-bata 65aedc3a80 Rename DEVELOPMENT.md to CONTRIBUTING.md 2022-03-25 13:00:09 +09:00
c-bata ba96fd624b Set include_best_trial=True for v3 release 2022-03-24 12:34:58 +09:00
c-bata 22f5c9cf91 Run integration tests with latest optuna ver 2022-03-24 12:18:14 +09:00
Masashi Shibata 7f34e9777e Merge pull request #195 from optuna/gh-action-python-ver
Support Python 3.10 and Drop Python 3.6
2022-03-23 13:35:31 +09:00
c-bata 3081ebbfb0 Quote Python version on YAML 2022-03-23 13:33:59 +09:00
c-bata 49552aed0e Support Python 3.10 and Drop Python 3.6 2022-03-23 13:31:20 +09:00
Masashi Shibata 2baac5902c Merge pull request #194 from optuna/update-release-workflow
Publish to PyPI when GitHub release is created
2022-03-23 13:30:31 +09:00
c-bata 748462ba56 Bump ghr version to v0.14.0 2022-03-23 13:27:31 +09:00
c-bata fc35b3994d Publish to PyPI when GitHub release is created 2022-03-23 13:24:26 +09:00
c-bata f7536908e2 Bump the version up to v0.6.1 2022-03-23 09:41:52 +09:00
Masashi Shibata fb4306ae0a Merge pull request #189 from optuna/bump-to-v0.6.0
Bump the version up to v0.6.0
2022-03-23 09:14:13 +09:00
Masashi Shibata 8b044e83ee Merge pull request #192 from optuna/add-minor-changes
Add some minor improvements
2022-03-23 09:14:03 +09:00
c-bata 6c718bfada Add some minor improvements 2022-03-22 23:43:30 +09:00
Masashi Shibata 5f333f6bd0 Merge pull request #191 from optuna/plotly-dist-min
Use plotly.js-dist-min to reduce bundle.js.
2022-03-22 23:10:46 +09:00
Masashi Shibata be9cd89806 Merge pull request #190 from optuna/refactor-graph
Refactor graph layouts
2022-03-22 23:08:59 +09:00
c-bata 5ca34d1742 Refactor Graph layouts 2022-03-22 23:03:40 +09:00
c-bata 10b6e59a6c Use plotly.js-dist-min 2022-03-22 22:50:38 +09:00