Release Notes
2022.4.0
Released on April 27, 2022
airt-server changes:
- Fix: Include index of datasource in datasource head route's response
- Feature: Include datablob's source in datablob reponse object
airt-client changes:
- Feature: Integrate prediction.to_clickhouse method
- Feature: Add set_token method to Client class
- Fix: Include index of datasource in datasource.head() method
- Feature: Integrate source property in DataBlob class
2022.3.1
Released on April 13, 2022
airt-server changes:
- Fix: Update from_csv, from_parquet and from_clickhouse route parameter types
airt-client changes:
- Fix: Integrate from_csv, from_parquet and from_clickhouse route parameter changes
2022.3.0
Released on April 6, 2022
airt-server changes:
- Feature: Introduce DataBlob to import files from multiple sources
- Feature: Add from_local, from_s3, from_mysql, from_clickhouse routes to create DataBlob
- Feature: Add from_csv, from_parquet routes to create DataSource from DataBlob
- Feature: Add to_local, to_s3, to_mysql routes to push prediction results
airt-client changes:
- Feature: Introduce DataBlob Class to import files from multiple sources.
- Feature: Add from_local, from_s3, from_mysql and from_clickhouse methods to the DataBlob class for creating a new DataBlob.
- Feature: Add from_csv and from_parquet methods to create DataSource from a DataBlob.
- Feature: Update the ls method in all the classes to return the instances instead of a DataFrame.
- Feature: Add new method as_df to all the classes for returning the details in a DataFrame.
- Feature: Add to_local, to_s3, and to_mysql methods to push prediction results.
- Fix: Convert details, delete, and tag methods as instance methods.
2022.2.0
Released on February 28, 2022
airt-server changes:
- Fix: Update internal requirements' versions and dependencies' versions
airt-client changes:
- Fix: Update dependecies' versions
2022.1.0
Released on February 8, 2022
airt-server changes:
- Feature: Ability to create DataSource from multiple user uploaded CSV files
- Fix: Better error message if no csv file found in user uploaded files list
airt-client changes:
- Feature: Create DataSource using multiple user uploaded CSV files
- Fix: airt-client version error in README file
2021.12.0
Released on December 28, 2021
airt-server changes:
- Feature: New routes to create DataSource from user uploaded CSV
airt-client changes:
- Feature: Integrate routes for new user uploaded csv DataSource
2021.11.0
Released on November 30, 2021
airt-server changes:
- Feature: Implement new DataSource with Tag(s)
- Feature: Add route to get prediction push progress
- Feature: New route to update user info
airt-client changes:
- Fix: Rename authenticate function to get_token in API and CLI.
- Fix: Update error messages in CLI to display more meaningful information to the user.
- Feature: Integrate route for new DataSource with Tag(s)
- Feature: Integrate user create and list routes in CLI and API
- Feature: Add "disabled" and "completed" params to Datasource ls API
- Feature: Integrate Version, APIKey routes in CLI and API
- Feature: Integrate route to update user info
- Feature: Add link to REST API docs in client docs
2021.10.1
Released on October 25, 2021
airt-server changes:
- Feature: Add routes to create, revoke apikeys
- Fix: Update list objects routes
- Feature: Add pull for db datasource
- Fix: Add exception responses in openapi docs
- Fix: Remove connection params from response of datasource routes
- Fix: Created column value bug
airt-client changes:
- Feature: Add CLI interface
- Feature: Integrate list, delete, get details API for datasource, model and prediction objects
- Feature: Humanize date, filesize and time in CLI
- Feature: Add separate docs for CLI