Skip to content

v0.11.1

Compare
Choose a tag to compare
@ascillitoe ascillitoe released this 03 Mar 18:15
· 88 commits to master since this release

v0.11.1

Full Changelog

Fixed

  • Fixed two bugs with the saving/loading of drift detector preprocess_fn's (#752):
    • When preprocess_fn was a custom Python function wrapped in a partial, kwarg's were not serialized. This has now been fixed.
    • When saving drift detector preprocess_fn's, the filenames for kwargs saved to .dill files are now prepended with the kwarg name. This avoids files being overwritten if multiple kwargs are saved to .dill.