Release v0.2.0-rc.1
Pre-release
Pre-release
tonyyang-svail
released this
16 Jan 09:37
·
945 commits
to develop
since this release
Major Features and Improvements
- Support parsing on SQL programs and arbitrary select statement in extended syntax. #1126
- Support feature derivation. #705
- Support high available SQLFlow server by submitting SQL programs to Kubernetes clusters as a workflow. #1066
- Enhanced REPL functionality.
- Support more training configurations:
- Support configuring optimizers for Tensorflow Estimator models.
- Support configuring optimizers and losses for custom Keras models.
- Support configuring metrics for training Tensorflow Estimator models and Keras models.
- Support explaining TensorFlow BoostedTrees models.
- Support writing EXPLAIN results to a table.
Breaking changes:
- We update the syntax extension from appending TRAIN/PREDICT/ANALYZE to TO TRAIN/PREDICT/EXPLAIN. #998
- Removed ALPS and ElasticDL code generators to adapt current intermediate representation implementation.