Commit Graph
1259 Commits
Author SHA1 Message Date
c-bata 6ef034e017 Update pyproject.toml 2023-06-09 11:29:46 +09:00
c-bata 169965f7f9 Use pytest as a test runner 2023-06-09 11:23:09 +09:00
c-bata 17f997ecd9 Merge pull request #490 from c-bata/bump-to-v0.10.1b2
Bump the version up to `v0.10.1b2`
2023-06-08 10:27:03 +09:00
c-bata d703a16cde Merge pull request #489 from c-bata/use-binaryio-to-seek
Revert SupportsRead and use BinaryIO again
2023-06-08 10:26:48 +09:00
c-bata 2603f7a874 Remvoe an unused test 2023-06-08 10:20:58 +09:00
c-bata 9db7520d42 Bump the version up to v0.10.1b2 2023-06-08 10:18:40 +09:00
c-bata 8c4205097c Revert SupportsRead and use BinaryIO again 2023-06-08 10:16:23 +09:00
c-bata 11bcc02867 Merge pull request #483 from c-bata/bump-to-v0.10.1b1
Bump the version up to v0.10.1b1
2023-06-02 20:12:51 +09:00
c-bata da62f35dc4 Bump the version up to v0.10.1b1 2023-06-02 20:10:16 +09:00
c-bata 5500c361fb Merge pull request #482 from c-bata/artifact-not-found
Add `ArtifactNotFound` exception
2023-06-02 20:06:53 +09:00
c-bata 9e9b56e6a8 Fix mypy error 2023-06-02 19:38:00 +09:00
c-bata ae8810f31b Fix isort errors 2023-06-02 19:21:51 +09:00
c-bata 9646f6367e Add ArtifactNotFound exception 2023-06-02 18:02:55 +09:00
c-bata 1f79649cb1 Merge pull request #481 from c-bata/artifact-interface
Reduce the number of memory allocation on artifact backend.
2023-06-02 12:21:05 +09:00
c-bata cefa098566 Add a test case for non file-like object in Boto3Backend 2023-06-02 12:17:44 +09:00
c-bata b0c8f9a28d Use boto3.client instead of boto3.resource 2023-06-02 12:09:55 +09:00
c-bata ec3b8d9d1f Avoid to load an entire artifact file on memory 2023-06-02 11:39:47 +09:00
c-bata adb30834ba Refactor an artifact protocol 2023-06-02 11:39:47 +09:00
c-bata 8947a8b9e8 Merge pull request #480 from c-bata/mypy-json-serializable
Add type ignore comment for JSONSerializable
2023-06-02 11:38:51 +09:00
c-bata 3068fb1a58 Add type ignore comment for JSONSerializable 2023-06-02 11:30:44 +09:00
c-bata 021f1d5189 Merge pull request #477 from c-bata/refactor-app-py
Simplify `_app.py` by separating some storage related logic.
2023-05-26 19:14:05 +09:00
c-bata 6bfadeb788 Split storage utility functions 2023-05-26 19:01:44 +09:00
c-bata e1f90cdc62 Split the logic for rdb migration and trials cache 2023-05-26 18:56:39 +09:00
c-bata b919c6f8c7 Merge pull request #475 from c-bata/release-v0.10.0
Bump the version up to v0.10.0
2023-05-25 18:57:33 +09:00
c-bata 8f9c183688 Bump the version up to v0.10.0 2023-05-25 18:56:56 +09:00
c-bata 2e5098d673 Merge pull request #474 from c-bata/gh-410-contour-issue
Fix bug of contour plot
2023-05-25 18:56:12 +09:00
c-bata 8c52163d3c Fix flake8 error 2023-05-25 18:51:45 +09:00
c-bata 1089d5513f Fix bug of issue #410 2023-05-25 18:47:52 +09:00
c-bata 2360f2c3a0 Update visual regression tests for issue 410 2023-05-25 18:47:38 +09:00
c-bata 129e316f3d Merge pull request #473 from c-bata/fix-bug-slider-widget
Fix bug of slider widget
2023-05-25 18:26:51 +09:00
c-bata 64b29e40be Fix bug of slider widget 2023-05-25 17:29:56 +09:00
c-bata 92871581cf Merge pull request #455 from c-bata/update-hitl-example
Update Human-in-the-loop example
2023-05-25 13:47:01 +09:00
c-bata c01807327d Apply suggestions from code review 2023-05-25 13:43:04 +09:00
c-bata 0b8aa4f7f5 Merge pull request #460 from keisuke-umezawa/feature/timeline-plot
Add timeline plot
2023-05-25 13:39:49 +09:00
c-bata c11bb1eef3 Merge pull request #471 from c-bata/improve-warning-message-optuna-fast-fanova
Improve warning message of optuna-fast-fanova
2023-05-25 13:27:54 +09:00
c-bata 7af4d5fdce Improve warning message of optuna-fast-fanova 2023-05-25 11:15:24 +09:00
c-bata 7a559dd738 Merge pull request #470 from c-bata/fix-standalone-app
Fix publicPath of standalone_app
2023-05-25 10:37:46 +09:00
c-bata 2341ab4290 Fix publicPath of standalone_app 2023-05-24 21:12:33 +09:00
keisuke-umezawa df727e9e1a Follow review comments 2023-05-23 21:22:38 +09:00
c-bata 83cec70cfb Update Human-in-the-loop example 2023-05-23 18:24:18 +09:00
c-bata 6147c81199 Merge pull request #468 from c-bata/devcontainer
Add devcontainer settings
2023-05-23 10:09:16 +09:00
c-bata fdcd3bd07c Add devcontainer settings 2023-05-22 23:05:22 +09:00
c-bata 9bd6b269ee Merge pull request #467 from c-bata/vscode-extension
Add Optuna Dashboard Wasm and VSCode Extension.
2023-05-22 22:25:02 +09:00
c-bata 649704107d Fix vscode extension 2023-05-22 22:21:16 +09:00
c-bata 3ff8b1344e Fix lint errors 2023-05-22 21:17:30 +09:00
c-bata f98ddc9784 Add vscode extension 2023-05-22 14:52:49 +09:00
c-bata 980c318305 Merge pull request #465 from keisuke-umezawa/feature/update-tutorial-images
Update images and explanation of hitl tutorial
2023-05-22 11:16:38 +09:00
keisuke-umezawa 2daa5186ec Update images and explanation of hitl tutorial 2023-05-20 15:49:56 +09:00
c-bata 3c8de4df86 Merge pull request #464 from c-bata/update-license-file
Update License file
2023-05-19 17:10:21 +09:00
c-bata f75d45101c Update License file 2023-05-19 17:05:21 +09:00