v0.14.0
What's Changed
- Add standalone e2e tests by @keisuke-umezawa in #653
- Change the default sorting of study to descending by @nabenabe0928 in #659
- Fix ThreejsArtifactViewer camera settings by @hrntsm in #663
- Bump @babel/traverse from 7.20.5 to 7.23.2 by @dependabot in #662
- Update README to introduce Jupyter Lab extension by @c-bata in #664
- Improve accuracy of
_one_side_trunc_norm_sampling
by @not522 in #649 - Fix broken links to the human-in-the-loop optimization tutorial by @c-bata in #671
- Ordering trial by value should always de-prioritise undefined values by @adjeiv in #666
- Support intermediate value plots for constrained optimization by @nabenabe0928 in #676
- Add rank plot by @HideakiImamura in #656
- Add constraints handling for contour plot by @toshihikoyanase in #677
- Unify duplicated logic in plotSlice by @knshnb in #681
- Pin Python version to 3.11 as a hotfix by @toshihikoyanase in #686
- Support constraints in slice plot by @knshnb in #688
- Support constrained optimization for rank plot by @eukaryo in #689
- Replace example files with links by @toshihikoyanase in #684
- Bump axios from 1.2.1 to 1.6.0 by @dependabot in #694
- Support constrained optimization for timeline plot by @not522 in #678
- Add 3js artifact viewer to obj loader by @hrntsm in #669
- Fix audio artifact component by @contramundum53 in #697
- Make studyDetail page order consistent by @Alnusjaponica in #699
- Add E2E tests for preferential optimization by @HideakiImamura in #691
- Split DataGrid component into two components by @c-bata in #698
- Add unittests for
tell_trial
by @HideakiImamura in #701 - Add unit tests for
save_trial_user_attrs
by @toshihikoyanase in #702 - Add upload study artifact api by @gen740 in #674
- Introduce eqeqeq and fix some lines by @keisuke-umezawa in #695
- Add codecov badge by @keisuke-umezawa in #709
- Support
numpy
scalars inTrial.user_attrs
by @toshihikoyanase in #706 - Fix randint ValueError in windows by @hrntsm in #711
- Add tests for save_trial_note by @nabenabe0928 in #707
- Add tests for
proxy_study_artifact
by @eukaryo in #712 - Remove delete artifact from done trial by @gen740 in #708
- Add tests for
proxy_trial_artifact
by @not522 in #714 - Fix a minor bug that
upload_artifact
api does not return the latest artifacts. by @c-bata in #713 - Filter DataGrid rows by multiple conditions by @c-bata in #700
- Ensure trial notes are transferred when renamed by @adjeiv in #703
- Use the same implementation of getAxisInfo for rank and contour plot by @keisuke-umezawa in #680
- Fix sort in rank plot by @not522 in #718
- Add test on
upload_artifact
API by @contramundum53 in #715 - [bug] Fix an error caused by infinity in trial.values by @nabenabe0928 in #724
- Prevent layout shift with intermediate values plot by @not522 in #726
- Bump the version up to v0.14.0 by @c-bata in #729
New Contributors
- @nabenabe0928 made their first contribution in #659
- @HideakiImamura made their first contribution in #656
- @toshihikoyanase made their first contribution in #677
- @eukaryo made their first contribution in #689
Full Changelog: v0.13.0...v0.14.0