Skip to content

Releases: Clearbox-AI/clearbox-wrapper

Clearbox Wrapper v0.3.2

19 Feb 17:21
40948f3

Choose a tag to compare

Replace dill with cloudpickle

Clearbox Wrapper v0.3.1

19 Feb 13:47
0649d8c

Choose a tag to compare

  • Add recurse=True to dill settings.

Clearbox Wrapper 0.3.0

18 Feb 15:28
c626afb

Choose a tag to compare

  • 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.

Clearbox Wrapper v0.2.4

10 Jan 16:24

Choose a tag to compare

Clearbox Wrapper v0.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.

Clearbox Wrapper v0.2.3

08 Jan 16:50

Choose a tag to compare

Fixed issue with Pytorch models, error in tests code.

Clearbox Wrapper v0.2.2

08 Jan 08:29

Choose a tag to compare

First release via Github to trigger new CD.