This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
Releases: chainer/chainerui
Releases · chainer/chainerui
v0.11.0
Release v0.11.0
Note that this is planned to be the final major release. As announced in chainer blog, further development will be limited to only serious bug-fixes and maintenance.
New features
- Add simple filtering UI for experiments table (#301, #332)
- Bulk delete and restore results (#322, #334, #335)
- Line Smoothing (#333)
- Undo button for updated results (#344)
Improvements
Bug fix, refactoring
v0.10.0.1
v0.10.0
Release v0.10.0
New features
- Start providing web API (#184, #274, #289, #307)
- documentation (#314)
- see API Documentation
- Provide managing deleted results (#276, #316)
Improvements
- Default result name (#266)
- read
.chainerui_conf
file and get default result name from the file
- read
- Text summary API (#252, #261)
- Add highlightTableAndChart option (#279)
- Start following Python3.7 (#309)
Bug fix
v0.10.0a1
v0.9.0
Release v0.9.0
New features
- [Experimental] Group results by grandparent directory (#256)
- This feature is favor for Optuna tool, an MNIST example using with Optuna
Improvements
v0.8.0
v0.7.0
Release v0.7.0
New features
Improvements
Bug fixes and refactoring
v0.6.0
Release v0.6.0
New features
-
support column visibility (#156)
-
show legends at all times (#163)
-
add
--db
option to use external database (#153)CHAINERUI_DB_URL
environment variable is also supported- add "Use exteranal database" chapter on official document (#169)
Improvements
- introduce collapsable line config area (#178)
- follow width of result name cell with column length (#170)
- fix a position of ellipsis
- support long key name, names are word-wrapped (#179, #180)
Bug fixes and refactoring
v0.5.1a1
v0.5.1
Release v0.5.1
- This release is included only bug fix and performance improvement, no new feature.
- DB schema is updated, please don't forget to execute
chainerui db upgrade
command after upgrade ChainerUI.
Improvements
- When a project has a lot of results, previous ChainerUI brought on quite a lot slow down, this v0.5.1 fixes them by
- Use
npm
version 6 or later (#149) - improve frontend dependencies (#144, #159, #161)
Bug fixes and refactoring
- Support log file included big number like
loss=1.0e28
(#171)
Documents
- Follow new features added in v0.5.0 (#157)