v0.13.0 (2025-12-11)
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)