Commit Graph
2162 Commits
Author SHA1 Message Date
dependabot[bot] dfe11ed8fc Bump @koa/cors and @vscode/test-web in /vscode
Bumps [@koa/cors](https://github.com/koajs/cors) to 5.0.0 and updates ancestor dependency [@vscode/test-web](https://github.com/microsoft/vscode-test-web). These dependencies need to be updated together.


Updates `@koa/cors` from 4.0.0 to 5.0.0
- [Changelog](https://github.com/koajs/cors/blob/master/History.md)
- [Commits](https://github.com/koajs/cors/compare/4.0.0...5.0.0)

Updates `@vscode/test-web` from 0.0.43 to 0.0.50
- [Changelog](https://github.com/microsoft/vscode-test-web/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/vscode-test-web/compare/v0.0.43...v0.0.50)

---
updated-dependencies:
- dependency-name: "@koa/cors"
  dependency-type: indirect
- dependency-name: "@vscode/test-web"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 04:23:21 +00:00
keisuke umezawa 6b05c98f35 Merge pull request #675 from keisuke-umezawa/feature/add-db-import-test
Add an e2e test to upload a db file in standalone dashboard
2024-01-01 13:22:38 +09:00
keisuke-umezawa 8cff2c4fc8 Fix flake8 2024-01-01 12:43:48 +09:00
keisuke-umezawa 1e7b8c0ea3 Follow review comments 2024-01-01 12:41:22 +09:00
keisuke-umezawa e8251c8b52 Follow review comments 2024-01-01 12:41:05 +09:00
Naoto Mizuno 8bde01afd4 Merge pull request #687 from contramundum53/fast-pareto-front
Fast pareto-front calculation for 2D
2023-12-21 18:01:45 +09:00
Contramundum 1203501820 Rename variable 2023-12-20 18:09:55 +09:00
contramundum53andShuhei Watanabe 4315c9d47e Update optuna_dashboard/ts/components/GraphParetoFront.tsx
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
2023-12-20 18:08:05 +09:00
c-bata bb2a7edb3e Merge pull request #650 from not522/test-orthants-mvn-gibbs-sampling
Add test for `_orthants_MVN_Gibbs_sampling`
2023-12-18 17:11:23 +09:00
Naoto Mizuno bb31e36bed flake8 2023-12-18 16:15:10 +09:00
Naoto Mizuno 753bc7232b Merge branch 'main' into test-orthants-mvn-gibbs-sampling 2023-12-18 16:12:52 +09:00
Contramundum 29d44abefa Fix bug 2023-12-14 23:03:42 +09:00
keisuke umezawa 9d4c2d5d07 Merge pull request #727 from nabenabe0928/bug-fix/clear-cache-of-previous-tests
Clear cache before going to another tests in unit tests
2023-12-14 18:38:02 +09:00
Contramundum a9b23aee2e remove unnecessary condition 2023-12-14 13:56:12 +09:00
Contramundum 01ecc5563b rename functions 2023-12-14 13:54:25 +09:00
Contramundum 422ffd20ba rename variables 2023-12-14 13:49:01 +09:00
Contramundum 8ebed9b99c fix pareto-front 2023-12-14 13:47:21 +09:00
keisuke umezawa d627bce9ed Merge pull request #716 from toshihikoyanase/add-wavesurfer
Use WaveSurfer instead of `audio` tag.
2023-12-13 18:21:03 +09:00
Hideaki Imamura 4e3f16839c Merge pull request #723 from eukaryo/code-fix/download_csv
Code fix/download csv
2023-12-08 15:43:54 +09:00
c-bata 5dcc4cff68 Merge pull request #729 from c-bata/bump-to-v0.14.0
Bump the version up to v0.14.0
2023-12-08 14:18:24 +09:00
c-bata c38d0d9f81 Bump the version up to v0.14.0 2023-12-08 14:16:49 +09:00
Hiroki Takizawa f63b5e9ced fix lint 2023-12-07 18:21:46 +09:00
Hiroki TakizawaandShuhei Watanabe a8c451ada2 Update python_tests/test_csv_download.py
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
2023-12-07 18:15:30 +09:00
Hiroki TakizawaandShuhei Watanabe d7ff6f41f4 Update python_tests/test_csv_download.py
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
2023-12-07 18:15:19 +09:00
Hiroki TakizawaandShuhei Watanabe 1e5d582572 Update python_tests/test_csv_download.py
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
2023-12-07 18:15:06 +09:00
Hiroki TakizawaandShuhei Watanabe a4fb8fdcdb Update python_tests/test_csv_download.py
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
2023-12-07 18:14:55 +09:00
Hiroki TakizawaandShuhei Watanabe e1f43e1ce4 Update python_tests/test_csv_download.py
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
2023-12-07 18:14:24 +09:00
nabenabe0928 aa0fccc65e Clear cache for other tests as well 2023-12-07 08:55:15 +01:00
nabenabe0928 a5e2be25b5 Apply isort 2023-12-07 07:51:09 +01:00
nabenabe0928 c0df7dc3d8 Clear cache before going to another tests in unit tests 2023-12-07 07:46:52 +01:00
c-bata e25d42ea91 Merge pull request #726 from not522/intermediate-values-layout-shift
Prevent layout shift with intermediate values plot
2023-12-07 13:59:46 +09:00
c-bata 1282eb21e7 Merge pull request #724 from nabenabe0928/bug-fix/fix-sort-in-rank-plot-for-inf-values
[bug] Fix an error caused by infinity in trial.values
2023-12-07 13:39:35 +09:00
Naoto Mizuno 885da8fcac Prevent layout shift with intermediate values plot by rearranging the order of graphs 2023-12-07 13:27:38 +09:00
Hiroki Takizawa 6d442254e2 Update StudyDetail.tsx 2023-12-07 12:06:38 +09:00
Hiroki Takizawa 4a3849b073 Update StudyDetail.tsx 2023-12-07 11:57:52 +09:00
Hiroki Takizawa 18d68ea919 Update test_csv_download.py 2023-12-07 10:58:16 +09:00
Hiroki TakizawaandShuhei Watanabe 678b15e60c Update python_tests/test_csv_download.py
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
2023-12-07 10:31:55 +09:00
Hiroki TakizawaandShuhei Watanabe 462bc99b33 Update python_tests/test_csv_download.py
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
2023-12-07 10:31:31 +09:00
Hiroki TakizawaandShuhei Watanabe 64dc46c0c2 Update python_tests/test_csv_download.py
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
2023-12-07 10:30:09 +09:00
Toshihiko Yanase afe0299e4f Do not observe options of wavesurfer. 2023-12-06 22:31:23 +09:00
Hiroki Takizawa 7d834d3aae Update StudyDetail.tsx 2023-12-06 18:36:56 +09:00
Hiroki TakizawaandShuhei Watanabe c9915ad12d Update optuna_dashboard/_app.py
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
2023-12-06 18:26:17 +09:00
Hiroki Takizawa f57bab2d7d revised _app.py 2023-12-06 18:05:15 +09:00
Hiroki Takizawa e5e813bdde fix lint 2023-12-06 17:56:00 +09:00
Hiroki Takizawa 3d6e69a169 revised _app.py 2023-12-06 17:48:09 +09:00
Hiroki TakizawaandShuhei Watanabe 2fde74b00d Update optuna_dashboard/_app.py
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
2023-12-06 17:19:42 +09:00
Hiroki Takizawa 8eac8fc6f3 add tests 2023-12-06 16:36:00 +09:00
Hiroki TakizawaandShuhei Watanabe 2a03cd5285 Update optuna_dashboard/_app.py
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
2023-12-06 16:26:55 +09:00
Hiroki TakizawaandShuhei Watanabe 908788d029 Update optuna_dashboard/_app.py
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
2023-12-06 16:26:38 +09:00
Hiroki TakizawaandShuhei Watanabe 895fc0bd04 Update optuna_dashboard/_app.py
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
2023-12-06 16:26:02 +09:00