Release v0.4.1
Pre-release
Pre-release
Major Features and Improvements
- The model zoo can be used in the playground now.
- CLI supports downloading the model in the model zoo to local.
- Support the GCN model in the official models repo.
- CI has been moved to the Github actions. Travis CI was disabled.
TO RUNsyntax can use the file name instead of using the absolute path.- Non-linear optimization problems are supported by the BARON solver.
CONSTRAINTclause can be optional in theTO MAXIMIZE|MINIMIZEstatement.
Refactorization
- The end to end XGBoost training on local can run in the workflow mode now.
- Unify the DBMS APIs by the
ConnectionandResultSetinterfaces in the Python side.
Bug Fixes
- Fix the bug that XGBoost training cannot have more than 255 feature columns.
- Fix the bug that the TiDB parser cannot parse the
LAGfunction.