v0.7.0
What's Changed
New features
filter-by-param-name.mp4
- Sort trials by param value by @yoshinobc in #222
- Filter trials by param value by @c-bata in #223
- plot intermediate values of running trials by @yoshinobc in #225
Bug fixes
- Fix bug to make EDF graph invisible by @c-bata in #215
- Fix a bug when handling categorical parameter that contain number in the string by @yoshinobc in #226
- Fix bug when given -inf or nan values by @c-bata in #237
- Fix plots by @pnkov in #235
- Follow-up PR 235: Fix the order of trials and intermediate_values. by @c-bata in #244
Performance improvements
- Add cached extra study property by @yoshinobc in #217
- Implement SQL profiler to find slow queries by @c-bata in #227
- Fix performance issues on the top page. by @c-bata in #228
- Make WSGI servers multithreaded by @c-bata in #229
- Use gunicorn by default if it's available by @c-bata in #234
Other improvements
- Fix Python tests with Optuna v3 by @c-bata in #216
- Update CONTRIBUTING.md by @c-bata in #218
- Update mypy command in CONTRIBUTING.md by @c-bata in #219
- Add annotation for distributions by @himkt in #220
- Fix a typo of Docker image tag by @c-bata in #233
- Fix PWD in README by @iwiwi in #236
- Bump the version number up to v0.7.0 by @c-bata in #245
New Contributors
- @himkt made their first contribution in #220
- @yoshinobc made their first contribution in #217
- @iwiwi made their first contribution in #236
- @pnkov made their first contribution in #235
Full Changelog: v0.6.4...v0.7.0