This repository was archived by the owner on Aug 25, 2024. It is now read-only.
0.3.7 Alpha Release
Pre-release
Pre-release
[0.3.7] - 2020-04-14
Added
- IO operations demo and
literal_evaloperation. - Python prompts
>>>can now be enabled or disabled for easy copying of code into interactive sessions. - Whitespace check now checks .rst and .md files too.
GetMultioperation which gets all Inputs of a given definition- Python usage example for LogisticRegression and its related tests.
- Support for async generator operations
- Example CLI commands and Python code for
SLRModel savefunction in high level API to quickly save all given records to a
source- Ability to configure sources and models for HTTP API from command line when
starting server - Documentation page for command line usage of HTTP API
- Usage of HTTP API to the quickstart to use trained model
Changed
- Renamed
"arg"to"plugin". - CSV source sorts feature names within headers when saving
- Moved HTTP service testing code to HTTP service
util.testing
Fixed
- Exporting plugins
- Issue parsing string values when using the
dataflow runcommand and
specifying extra inputs.
Removed
- Unused imports