Changelog

This changelog highlights notable updates. For full commit history, refer to GitHub.

Unreleased

  • Vendored a lightweight subset of ruptures v1.1.8 — BinSeg, BottomUp, DynP, KCPD, PELT and Window detectors no longer need an external dependency.

  • Added BottomUpDetector and DynpDetector wrappers with aeon-compatible interfaces.

  • Replaced the surrogate PyTorch TSCP2Detector with a faithful TensorFlow + TCN implementation matching the original baseline.

  • Replaced the pyhsmm-backed HdpHsmmDetector with a native NumPy/SciPy sticky HDP implementation. pyhsmm and pybasicbayes are no longer installed by default.

  • Improved ClaspDetector axis handling.

  • Added Sphinx documentation with GitHub Pages deployment.

  • Documented test suite layout and fixtures.

Earlier releases

(Backfill entries here as tags or releases are published.)