8000 Release v0.30.10 · debiai/DebiAI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.30.10

Latest
Compare
Choose a tag to compare
@Tomansion Tomansion released this 27 Mar 14:41
2f1a12b

DebiAI-gui now supports new parameters #212

# Select data folder path
debiai-gui start -d ./my_data

# No browser
debiai-gui start --no-browser

# Add Algo-providers
debiai-gui start -ap http://localhost:4000 http://localhost:8000

# Add Data-Providers
debiai-gui start -dp http://localhost:4000 http://localhost:8000

# Display help
debiai-gui start --help 
usage: debiai-gui start [-h] [-d DATA_FOLDER] [-p PORT] [-nb]
                        [-dp DATA_PROVIDER [DATA_PROVIDER ...]]
                        [-ap ALGO_PROVIDER [ALGO_PROVIDER ...]]

options:
  -h, --help            show this help message and exit
  -d DATA_FOLDER, --data-folder DATA_FOLDER
                        Path to the data folder
  -p PORT, --port PORT  Port to run the server on
  -nb, --no-browser     Do not open the browser on startup
  -dp DATA_PROVIDER [DATA_PROVIDER ...], --data-provider DATA_PROVIDER [DATA_PROVIDER ...]
                        One or more data-provider URLs
  -ap ALGO_PROVIDER [ALGO_PROVIDER ...], --algo-provider ALGO_PROVIDER [ALGO_PROVIDER ...]

Easy Data provider Python module

A debiai_data_provider python module has been created to make the creation of Data-providers easier.

Easy Algo provider Python module

An algo_provider python module has been created to make the creation of Algo-providers easier.

2D point plot fixed range option #248

We can now fix the ranges for the 2D point plot, keeping aspect ratio when zooming or resizing the widget.
image
image

Tactile update #226

Gridstack is now up-to-date, tactile now works as expected on phone or big touch screens :
image

Algo-providers table results

List of dictionaries are supported as an Algo-Provider output, they will be displayed as an array:
image

Bug fixes

Layout save #244: Increased the Gridstack npm package caused some issues when saving layouts, it has been fixed.
Text column filter issue #224
The Algo-Provider's API implementation is now more robust and less prompt to errors #221

Minor improvements

With the [Enter] key support and an automatic name generation, it's now easier to add Data-providers from the Dashboard.
Loading and creating selections is now possible from the DebiAI data insertion Python module.
DebiAI size has been divided by 3 with the removal of heavy dependencies.

0