v1.0.12
This release includes some enhancements to transformer pipeline nodes and a new transformer pipeline
- feature - TransformerPipeline node to build transformer sequences from a config file
- enhancement - The SklearnPreprocessingTrasnformer constructor can now accept a string instead of a preprocessor object which allows it to be used in a TransformerPipeline
- enhancement - reformatted the whole repo using python black
- enhancement - pre-commit hook added to enforce black formatting