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

Releases: chainer/chainerui

v0.11.0

26 Dec 06:40
91c5c26
Compare
Choose a tag to compare

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

  • Support ignite handler (#327)
  • Reorganize examples and update docs (#337)

Bug fix, refactoring

  • Introduce doctest (#324)
  • Reduce py2 test menu on CI (#330)
  • Handling empty log (#331)
  • Rewrite by TypeScript (#321, #328, #340, #343)
  • Split actions and reducers into files (#339)
  • Fix to generate docs (#336)

v0.10.0.1

07 Aug 01:15
b728186
Compare
Choose a tag to compare

hotfix, #317

v0.10.0

05 Aug 07:32
a4ce011
Compare
Choose a tag to compare

Release v0.10.0

New features

Improvements

  • Default result name (#266)
    • read .chainerui_conf file and get default result name from the file
  • Text summary API (#252, #261)
  • Add highlightTableAndChart option (#279)

  • Change to desc order and order swap button on project list page (#294) image

  • Unify axes (#306)

  • Start following Python3.7 (#309)

Bug fix

  • Fix disappeared tooltip (#273)
  • Disable tooltip in png (#275)
  • Upgrade rtd setting (#285)
  • Fix assets page (#296)
  • Add order-by option (#305)

v0.10.0a1

17 May 06:53
aa6bfb0
Compare
Choose a tag to compare

preview release for v0.10.0

v0.9.0

01 Feb 05:54
b51df98
Compare
Choose a tag to compare

Release v0.9.0

New features

  • [Experimental] Group results by grandparent directory (#256)

cap_grouping_example

Improvements

  • Add checkbox next to legend (#250)
  • Add table setting on asset page (#234)
  • Support asset reporting called by more than one process (#251)
  • Support subdirectory option on asset report (#249)
  • Change result checkbox to eye icon (#255)

v0.8.0

14 Dec 05:53
2c8eac1
Compare
Choose a tag to compare

Release v0.8.0

New features

  • Visualize image and audio data on training (#197, #206, #214, #242)
    • provide summary module to output binary and report to ChainerUI server
    • see documents, basic usage is followed

asset_page_flow

Bug fixes and refactoring

  • upgrade React version (#222)
  • fix to return None on command and snapshot ID (#213)
  • fix overlapping between chart tooltip and result table (#225)

v0.7.0

16 Nov 05:12
c9a8ad0
Compare
Choose a tag to compare

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)

v0.6.0

05 Oct 09:55
d947d92
Compare
Choose a tag to compare

Release v0.6.0

New features

  • support column visibility (#156)

    • show last "y" values such as loss or accuracy, support results sorting by the last loss or other "y" values
  • 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

  • fix position of checkboxes and radio buttons broken by upgraded bootstrap (#175)
  • drop automatically format fixing on javascript lint (#162)
  • add connection checker between server and database (#167)

v0.5.1a1

25 Sep 07:02
f455c04
Compare
Choose a tag to compare

test for v0.5.1

v0.5.1

25 Sep 08:05
058f00e
Compare
Choose a tag to compare

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)