Skip to content

v0.7.3

Compare
Choose a tag to compare
@ascillitoe ascillitoe released this 29 Oct 10:56
· 323 commits to master since this release

v0.7.3 (2021-10-29)

Full Changelog

Added

  • DeepKernel is allowed without the kernel_b component, giving a kernel consisting of only a deep kernel component (kernel_a).
  • Documentation layout refreshed, and a new "Background to drift detection" added.

Fixed

  • Model fetching methods now correctly handle nested filepaths.
  • For backward compatibility, fetch and load methods now attept to fetch/load dill files, but fall back to pickle files.
  • Prevent dill from extending pickle dispatch table. This prevents undesirable behaviour if using pickle/joblib without dill imported later on (see #326).
  • For consistency between save_detector and load_detector, fetch_detector will no longer append detector_name to filepath.