Skip to content

Releases: debiai/DebiAI

v0.27.0 Menu on right-click, models metadata & other improvements

03 May 15:32
121e49d
Compare
Choose a tag to compare

New Features

  • Widget menu available on right click #192
    image(1)
  • Web Data-providers and python module now supports Models Metadata #194
    image
  • Widgets are now in full width upon opening #164
    image
  • Ability to select secondary Y axis on range slider plot #179
    image

Bug fix

  • Display of warnings during axis selections for the point plot #193 , #152
  • Fixed DebiAI-PY env url if "/" or "/#/" are added to it. #166
  • Ability to save correlation widget configuration #167

Other changes

  • Added the selected sample percentage #165
    image
  • Navigate through homepage and project page with middle click #178
  • Widgets local filters are now saved in the layout #160

v0.26.0 Integrated algo provider & other improvements

22 Mar 12:56
1dd657d
Compare
Choose a tag to compare

Features update

The Regression metrics provide new outputs #169 and added a Classification metric algorithm #138

image

Improved project page look and feel #153 #142 #141

image

The integrated data-provider can now be read-only #134

Bug fix

  • Project name is now displayed instead of the project id #155
  • Fixed issues with algo-hub id_list #148
  • Prevented crash when Python DP model doesn't exist #137

Other changes

  • Improved model results loading time #130
  • Improved selection creation #128
  • The DebiAI backend is now linted with Flake8 #169
  • The DebiAI APP no check spelling with CSpell #136

v0.25.0 Complete UI restyle, new widgets and improvements

20 Sep 09:24
Compare
Choose a tag to compare

Complete UI restyle #124

We spend the last weeks completely restyling DebiAI. The theme is now clearer, the widget buttons are placed in a more logical way and the analysis dashboard menu and widget catalogue have been completely redone:

Columns

Analysis page

Widget catalog

New Widgets: 2D density plot and Night stars plot #20 #5

2D density plot:

main

Night stars plot:

main

More information on the widget documentation page.

Model data-id loading improvements #130

To reduce the number of requests made to the Web data-providers, we have improved the model results data ID loading procedure. We have also added a short memory cache system to the ID loading. The time to reach the analysis page should appear shorter.

Bug fix:

Pressing the [Enter] key when creation a selection now creates the selections instead of closing the modal #128

v0.24.0 Cache, column groups and analysis export

12 Jul 09:37
552c13c
Compare
Choose a tag to compare

Cache improvements #13

When DebiAI will load a project data, it will store the loaded data in the browser store, as long as a project_update_date is provided.
If an update date isn't provided, DebiAI won't be able to know if the loaded data are up to date.

A new panel in the project page allows you to unable/disable/clear the cache:

image

Columns group #117

You can now add a "group" : "my-group" in a column description when asked information about your project structure. This will group the columns in the dashboard, allowing a clearer analysis:

image
image
image

Analysis export #18

You can now export the plot as an image thanks to a new button on top of the widget:
image

You can also add comments to a widget.

You can also export a full page as a zip file, a markdown file will list all the generated images, the widget comments, the widget configuration and the widget title will be included.

Learn more on our web documentation

v0.23.0 AlgoProviders & dashboard layout management

14 Jun 08:41
b1d70d5
Compare
Choose a tag to compare

Custom algorithms

image

DebiAI now comes with a way to add custom algorithms to the analysis dashboard, they can be used to gerenate metrics that can be analyzed like any other columns.

You can add custom algorithms by either creating an Algo-provider or by editing the DebiAI's integrated Algo-provider.

Learn more on our Custom algorithms documentation

Dashboard layout management

image

DebiAI now comes with a way to save and load dashboard layouts, this allows you to get back to a previous layout faster. The layouts also save the widget configuration.

Learn more on our Dashboard layout management documentation

v0.22.0 Analysis loading & data-provider API improvements

02 May 09:31
Compare
Choose a tag to compare

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

v0.21.0 Analysis dashboard and data-provider improvements

13 Apr 13:33
b5aacb9
Compare
Choose a tag to compare

Range slider multiple Y axis

It is now possible to add any columns to a range slider plot:
image

Local filters display

When a widget is used to display data, it memorize the filters that was applied at the moment. This feature will allow improved dashboard save in the future.
image

Point plot range set

Is is now possible to set the range of the Y and/or X axis on the 2d point plot widget:
image

Data provider improvements

The data providers are now fully support and adding data with the python module and with the web data provider is the same

v0.20.0 Widget configuration and export methods

30 Jan 14:28
51fae3b
Compare
Choose a tag to compare

Added widget saving
Fixed export methods
Web DP routes rework

v0.19.0 Data-provider update

10 Jan 14:43
20c2bbd
Compare
Choose a tag to compare

DebiAI now fully support data providers, the code is perfectly clean and will supports any new types of data providers.