Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@disktnk disktnk released this 16 Nov 05:12
· 568 commits to master since this release
c9a8ad0

Release v0.7.0

New features

  • Highlight a table row and a line of log chart (#186)
    • highlight_lines
  • Add "Code" download button (#198)
    • [Changes without Compatibility] Drop "JSON" download feature. Downloaded script has all log data as JSON, but data structure is changed with previous version.
    • Run downloaded script and will make an image plotted logs. Lines plotted or not are followed by configuration on Web UI.
    • code_downlaod_run

Improvements

  • Download log chart image with legend (#192)
    • png_download
  • Fix output messages from chainerui CLI (#185)

Bug fixes and refactoring

  • Update lower bound of dependent modules (#177)
  • Drop --fix option on eslint, eslint check is in CI (#162, #189)
  • Drop CHAINERUI_ENV environment variable
    • Introduce --db-echo option on chainerui CLI, instead of CHAINERUI_ENV=development (#191)
    • On test, CHAINERUI_ENV=test parameter is unnecessary, run only with pytest (#193, #208)
  • Restore metric tooltip on log chart (#205)