v0.15.0
What's Changed
- Code fix/download csv by @eukaryo in #723
- fetch the data on the table to add csv download button by @RuTiO2le in #648
- Use WaveSurfer instead of
audio
tag. by @toshihikoyanase in #716 - Clear cache before going to another tests in unit tests by @nabenabe0928 in #727
- Add test for
_orthants_MVN_Gibbs_sampling
by @not522 in #650 - Fast pareto-front calculation for 2D by @contramundum53 in #687
- Add an e2e test to upload a db file in standalone dashboard by @keisuke-umezawa in #675
- Fix journal storage handling in windows by @hrntsm in #742
- Remove unnecessary cards in standalone app by @keisuke-umezawa in #744
- Bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #748
- Bump @koa/cors and @vscode/test-web in /vscode by @dependabot in #743
- Fixes the file conflict for #741 by @c-bata in #749
- Fix the vscode extension's entry point for code-server execution by @HideakiImamura in #741
- Bump up vscode extension's version number to 0.2.0 by @HideakiImamura in #751
- Clear in-memory cache when terminating test by @keisuke-umezawa in #746
- Add journal storage loader by @gen740 in #732
- Enhance delete artifacts APIs and add tests for them by @y0z in #752
- Convert Dashboard's ArtifactNotFound exception to Optuna's one by @c-bata in #753
- Fix typo in getting started by @c-bata in #754
- Update change log for VS Code extension 0.2.0 by @c-bata in #755
- Enable VS Code extension for
.log
files by @c-bata in #757 - Fix standalone e2e test by @keisuke-umezawa in #758
- Update docs to introduce code-server extension by @c-bata in #750
- Avoid using
localStorage
for reload interval by @c-bata in #761 - Make running trials in timeline plot visible by @nabenabe0928 in #731
- Enable users to jump arbitrary page numbers from text field by @nabenabe0928 in #739
- Change requirements to optuna>=3.1.0 by @keisuke-umezawa in #747
- Unify
useQuery
by @knshnb in #762 - Show loading message while loading StudySummaries by @y0z in #760
- Add documentation for
get_artifact_path
by @c-bata in #768 - Remove deprecation warning messages by @c-bata in #769
- Fix deprecation warning in preferential tutorial. by @c-bata in #767
- Skip unit test with optuna version by @keisuke-umezawa in #771
- Plot contour graph in backend by @knshnb in #764
- Update Dockerfile by @c-bata in #775
- Update npm dependencies by @c-bata in #774
- Resolve plotly.py dependency issue by @knshnb in #773
- Fix csv downloader for optuna v3.1.0 by @keisuke-umezawa in #781
- Change render double side in ThreejsArtifactViewer by @hrntsm in #784
- Add support for
moto==5.0.0
by @c-bata in #785 - Remove
hack/check-docker-image
by @c-bata in #786 - Move
PULL_REQUEST_TEMPLATE.md
to.github
by @c-bata in #787 - Reorganize
ts/components
directory by @c-bata in #788 - Remove deprecated artifact features from API document by @c-bata in #789
- Add plot to redirect click event by @hrntsm in #625
- Align button design of csv downloader by @keisuke-umezawa in #780
- Analytics plot backend by @knshnb in #778
- Fix some tiny format problems by @porink0424 in #790
- Fetch plot API when num_trials is updated by @knshnb in #791
- [hotfix] Temporarily disable e2e tests by @porink0424 in #795
- Migrate to biome.js from prettier by @porink0424 in #794
- Render EDF in backend by @knshnb in #792
- Fix unit test with optuna master by @keisuke-umezawa in #793
- Limit the maximum number of trials to be added for the quicker first response by @nabenabe0928 in #719
- Fix e2e-dashboard-tests by @keisuke-umezawa in #798
- [Preferential] Fix enumerability check in PreferentialGPSampler by @contramundum53 in #797
- Add color scale setting by @gen740 in #632
- Delete code for optuna v2 by @keisuke-umezawa in #783
- Revert PR 719 by @c-bata in #802
- Add flake8 ignore options by @c-bata in #803
- Partially replace recoil with react-query by @porink0424 in #801
- Add "use plotlypy" button by @knshnb in #806
- Follow up of #632 (Add color scale setting) & #806 (Add "use plotlypy" button) by @porink0424 in #807
- Support backend rendering of plots in the top page by @knshnb in #805
- Display conditional parameters properly in TrialTable by @nabenabe0928 in #740
- Replace StudySummary to FrozenStudy in serializing by @keisuke-umezawa in #809
- Add PED-ANOVA as the first option for importance evaluator by @nabenabe0928 in #811
- improve ux when trying to open sqlite without protocol by @turbotimon in #800
- Drop inf & -inf from TrialValueNumber by @porink0424 in #808
- Simplify type definition in the standalone app by @c-bata in #819
- Fix the bug of code-server extension fails to load studies on the first attempt. by @c-bata in #815
- Update npm dependencies on standalone app by @c-bata in #822
- Use
useDeferredValue
instead ofDebounceInputTextField
by @c-bata in #821 - Remove a warning message of
PedAnovaImportanceEvaluator
by @c-bata in #823 - Fix standalone e2e test by @keisuke-umezawa in #825
- Add examples link and delete examples directory by @keisuke-umezawa in #826
- Delete setup.py by @keisuke-umezawa in #824
- Update
package.json
for standalone_app by @c-bata in #827 - [standalone_app] Migrate to Vite from Webpack by @c-bata in #828
- Fix gh-pages by @c-bata in #829
- Use
biome ci
onstandalone_app
by @c-bata in #831 - [standalone_app] Use
React.Context
instead ofRecoil
by @c-bata in #832 - [vscode] Use
biome ci
instead ofeslint
by @c-bata in #833 - Update 3dm library path by @hrntsm in #834
- Apply
word-break: break-all
by @c-bata in #835 - Raise
ValueError
when given invalid SQLite3 URL by @c-bata in #838 - Bump the version up to v0.15.0 by @c-bata in #836
- Bump the version up to vscode 0.3.0 by @c-bata in #837
New Contributors
- @RuTiO2le made their first contribution in #648
- @y0z made their first contribution in #752
- @porink0424 made their first contribution in #790
- @turbotimon made their first contribution in #800
Full Changelog: v0.14.0...v0.15.0