Commit Graph
541 Commits
Author SHA1 Message Date
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
c-bata fff41c10e0 Bump the version up to v0.6.0 2022-03-22 21:57:31 +09:00
Masashi Shibata 7376fc32b2 Merge pull request #188 from optuna/debounce-new-study-input
Debounce input to create new study
2022-03-22 18:35:47 +09:00
c-bata 71977b8124 Debounce input to create new study 2022-03-22 18:25:48 +09:00
Masashi Shibata 305d8bdccd Merge pull request #187 from optuna/improve-cls
Reduce Cumulative Layout Shift for better user experience.
2022-03-22 17:29:22 +09:00
c-bata 5abd99fa45 Add some design improvements 2022-03-22 14:21:41 +09:00
c-bata 1f7799fb47 Fix a memory leak in GraphHyperparameterImportance 2022-03-22 14:21:41 +09:00
c-bata 209422bd9d Improve CLS score 2022-03-22 14:21:41 +09:00
Masashi Shibata 8fcba8d571 Merge pull request #186 from optuna/debug-mode
Disable gzip when DEBUG mode is enabled
2022-03-22 14:21:08 +09:00
c-bata 5dcfcb9723 Disable gzip when DEBUG mode is enabled 2022-03-22 14:10:20 +09:00
Masashi Shibata 5aed44316f Merge pull request #185 from optuna/compression
Use webpack CompressionPlugin (4MB -> 1.2MB)
2022-03-20 02:14:29 +09:00
Masashi Shibata 8353a7de4d Merge pull request #184 from optuna/refactor-structure
Refactor project structure
2022-03-20 02:10:03 +09:00
c-bata cae696181b Fix python lint errors 2022-03-20 02:09:53 +09:00
c-bata 0732086c6c Use webpack CompressionPlugin 2022-03-20 02:07:17 +09:00
c-bata 320e73e598 Rename frontend_tests to typescript_tests 2022-03-20 02:03:35 +09:00
c-bata 3af6444f84 Rename static dir 2022-03-20 02:03:35 +09:00
Masashi Shibata 1a7554e6e6 Merge pull request #183 from optuna/favicon
Set favicon.ico
2022-03-20 02:03:16 +09:00
c-bata 2902a87fe6 Gzip favicon.ico 2022-03-20 01:57:04 +09:00