-----------------
- Changed skompile call signature
- Fixed Excel code generation
- Changed SQLAlchemy translator
- multistage=True is the default now for SQL and Excel
- Improved code organization
- Nicer DSL for generating SKAST, basic symbolic processing and type checking
- New algorithms: AdaBoostClassifier, KMeans, PCA, MLPClassifier, MLPRegressor,
Normalizer, StandardScaler, MinMaxScaler, MaxAbsScaler, Binarizer
- (0.5.1) Rudimentary support for Keras MLP models.
- (0.5.2) Fixes issue 1
- (0.5.3) Fixes for Python 3.5, removed dependency on staticdispatch.
- (0.5.4) Portable Format for Analytics (PFA) added as a target
- (0.5.5) Translation to SQLAlchemy supports CTE as from_obj