* Make package versions in setup.py and requirements.txt consistent. * upgrade pyyaml to 6.0
0.2.0
* Initialize Pipeline by config directly. This helps support edit parts of config after loading config from file. * Initialize FeatureManger by config directly. * Fix typos * Uninstall qcore and use pytest directly.
0.1.19
* Further simplify inference logic by using `full_pipeline_data` which contains feature_config, feature_transformers, pipeline_config and model.
0.1.18
* Create ModelInferenceCompact which only requires a pickle file for feature manager and another pickle file for model+pipeline.