Release 0.1.0 is out!
Published on April 2, 2020 by Andreas Schuderer
pip install --upgrade mllaunchpad
- DEPRECATED ‘api:version:’ to be removed from configuration (‘model:version:’ will be the only location to specify both the model and the API version), issue #66
- ENHANCEMENT Add Impala DataSource (in examples), issue #4
- ENHANCEMENT Document DataSources and DataSinks, issue #88
- ENHANCEMENT Document configuration, issue #67
- ENHANCEMENT Add utility user function order_columns for enforcing equal data column order between data sources and API parameters, issue #37
- FIXED Fix misleading error message at WSGI entry point if model could not be loaded, issue #61
- ENHANCEMENT Config file is now being checked for omitted required keys, PR #65
- FIXED Use correct reference to werkzeug’s FileStorage, issue #63