* Forked from MLFlow, removed Mlflow dependencies, rewritten class * Add preprocessing and data_preparation classes * Add possibility to predict without preprocessing and data_preparation * Add model, preprocessing and data_preparation signatures.
0.2.4
* Change the way the wrapper check the framework used: it looks at the model super-classes; * Add the variable `__version__`; * The default way to import the package is now `import clearbox_wrapper`.
0.2.3
Fixed issue with Pytorch models, error in tests code.
v.0.2.2 First release via Github to trigger new CD.