Skip to content

v0.8.1

Compare
Choose a tag to compare
@ascillitoe ascillitoe released this 18 Jan 12:02
· 291 commits to master since this release

v0.8.1 (2022-01-18)

Full Changelog

Added

  • New feature ClassifierDrift now supports sklearn models (#414). See this example.

Changed

  • Python 3.6 has been deprecated from the supported versions as it has reached end-of-life.

Fixed

  • The SpectralResidual detector now uses padding to prevent spikes occuring at the beginning and end of scores (#396).
  • The handling of url's in the dataset and model fetching methods has been modified to fix behaviour on Windows platforms.

Development

  • numpy typing has been updated to be compatible with numpy 1.22 (#403). This is a prerequisite for upgrading to tensorflow 2.7.
  • The Alibi Detect CI tests now include Windows and MacOS platforms (#423).
  • The maximum tensorflow version has been bumped from 2.6 to 2.7 (#377).