Skip to content

v0.13.0

Latest

Choose a tag to compare

@mauicv mauicv released this 11 Dec 16:06
· 1 commit to master since this release
3c21589

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)