Commit Graph
1271 Commits
Author SHA1 Message Date
c-bata f33474fdd4 Merge pull request #498 from c-bata/boto3-avoid-file-close
Fix a bug that `boto3.upload_fileobj` may close the file
2023-06-13 09:57:56 +09:00
c-bata ca5bf5f315 Fix a bug that boto3.upload_fileobj may close the file 2023-06-13 03:30:02 +09:00
c-bata ad7613d19d Merge pull request #495 from c-bata/bump-to-v0.10.1
Bump the version up to `v0.10.1`
2023-06-12 18:27:11 +09:00
c-bata 1836da0e72 Bump the version up to v0.10.1 2023-06-09 12:01:26 +09:00
c-bata d7d167592c Merge pull request #494 from c-bata/artifact-prefixer
Add AppendPrefix middleware for ArtifactBackend
2023-06-09 11:58:59 +09:00
c-bata e9fac69a88 Update api doc 2023-06-09 11:54:08 +09:00
c-bata cd072c630b Add AppendPrefix middleware for ArtifactBackend 2023-06-09 11:53:18 +09:00
c-bata aff5b811c5 Merge pull request #493 from c-bata/artifact-backoff
Add exponential backoff middleware for ArtifactBackend
2023-06-09 11:40:57 +09:00
c-bata 5a4240c004 Add exponential backoff middleware for ArtifactBackend 2023-06-09 11:37:14 +09:00
c-bata 917f980d89 Merge pull request #492 from c-bata/use-pytest
Use pytest as a test runner
2023-06-09 11:33:04 +09:00
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 fd05de7376 Merge pull request #491 from Alnusjaponica/fix-docs
Fix caption in docs
2023-06-08 17:57:42 +09:00
Shinichi Hemmi d99459d26e Fix caption in docs 2023-06-08 17:28:10 +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