Skip to content

v0.3.5

Latest

Choose a tag to compare

@vc1492a vc1492a released this 04 Feb 22:36
d0ace6f

Changes

Changed

  • Refactored the Validate class by dissolving it and moving validation methods directly into LocalOutlierProbability
  • Renamed validation methods for clarity (e.g., _fit() → _check_is_fit())
  • Replaced sys.exit() with proper exception handling

Added

  • Custom exception classes: PyNomalyError, ValidationError, ClusterSizeError, MissingValuesError

Fixed

  • Fixed NumPy compatibility issue with Python 3.11+ in stream() when using distance matrix mode