Skip to content

v0.22.0 Analysis loading & data-provider API improvements

Compare
Choose a tag to compare
@Tomansion Tomansion released this 02 May 09:31
· 648 commits to main since this release

New features

Range slider backgroud color

It is now possible to set a column as a background color:
image
#103

Cancel analysis

It is now possible to cancel an analysis with a new "cancel" button
#99

Time remaining

A estimated time remaining is displayed near the progress bar
image
#59

Data-providers

Project and model deletions

The data-providers API now support project and model deletion
#101
#62

More information on analysis start & end

New information are added when requesting id list & dada:

  • Unique analysis ID (string)
  • Analysis start (boolean)
  • Analysis end (boolean)
    #96