Release v0.4.0
Pre-release
Pre-release
Major Features and Improvements
- The parser can remove all comments now.
- Support linear programming using
pyomo
andoptflow
. - Add Model zoo default model definitions in image
sqlflow/sqlflow
. - Support custom train loop, predict sample, evaluation loop in custom models.
- Move CI jobs from Travis to GitHub actions to use a pre-setup environment to speed up the build and test.
- Add SQLFlow Playground where users can get a quick experience of SQLFlow.
Refactorization
- WIP: refactoring
sqlflow_submitter
toruntime
. Theruntime
library supports feature derivation, statement verifier, job submitters to various platforms, and executes the workflow step then saves the model into the database. - Remove
is_pai
conditions inruntime.tensorflow
package and move corresponding code runs on PAI toruntime.pai
.
Bug Fixes
- Fix size calculation in fillCSVFieldDesc is always 0 in feature derivation.