- Renaming Pipeline class to BMLPipeline and refactoring to allow scikit-learn and Pandas pipelines to be also part of the Pipeline transformations. - Adding several DataTransformers (BMLDataTransformer, SKDataTransformer and DFDataTransformer) as wrappers for transformation generators.
8.2.3
------------------
- Fixing dump methods for all local resources. - Refactoring output options in batch_predict methods. - Adding name and description to local resources.
8.2.2
------------------
- Fixing locale check. - Documenting the new ``.batch_predict`` method added to local models to homogenize local batch predictions and accept Pandas' DataFrame as input.
8.2.1
------------------
- Fixing update annotations function when creating annotated images sources.
8.2.0
------------------
- Adding new option to api.ok to report progress via a function callback.
8.1.1
------------------
- Fixing bug in api.ok: response to failing API calls.