Download Latest Version v0.13.0 source code.zip (32.6 MB)
Email in envelope

Get an email when there's a new version of Alibi Detect

Home / v0.13.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-12-11 1.5 kB
v0.13.0 source code.tar.gz 2025-12-11 31.9 MB
v0.13.0 source code.zip 2025-12-11 32.6 MB
Totals: 3 Items   64.5 MB 0

v0.13.0 (2025-12-11)

Full Changelog

This is a minor release. The main feature is adding support for Python 3.12 and increasing the TensorFlow version bound.

Note: If saving detectors with legacy=True or loading detectors that were saved with legacy=True users must set the environment variable TF_USE_LEGACY_KERAS=1 in order to configure tensorflow to use the legacy Keras 2 implementation instead of the now-default Keras 3. See TensorFlow + Keras 2 backwards compatibility section of the Getting Started docs for Keras for more details.

Added

  • Added support for python3.12 (#917)

Fixed

  • Numerical stability fix for spectral residual outlier detector (#907)
  • Fixes Mahalanobis detector incompatibility with scipy>1.13 (#913)
  • Fixed image rendering in Jupyter notebooks (#918)

Changed

  • Migrated docs to gitbook (#904, #937, #923)
  • Increased tensorflow version bound to <2.19 (#908)
Source: README.md, updated 2025-12-11