github yzhao062/pyod v2.0.7

10 hours ago

This release focuses on compatibility fixes and consistency improvements across core detectors and packaging.

Highlights

  • Improved NearestNeighbors consistency/performance in:

    • KNN
    • ABOD
    • SOD
    • LUNAR
    • (issue #654)
  • Updated VAE defaults:

    • default output activation changed to identity
    • added identity activation support and tests
    • (issue #651)
  • Packaging/distribution fix:

    • corrected package_data / MANIFEST configuration
    • ensured auto model selector JSON resources are included in distributions
    • (issue #642)
  • Deep learning base behavior fix:

    • in BaseDeepLearningDetector, y is now explicitly ignored during unsupervised fit
    • avoids batch tuple/list device errors in DL detectors
    • (issue #591)

Notes

  • Version: 2.0.7
  • This is a stability and compatibility release with no major API redesign.

Don't miss a new pyod release

NewReleases is sending notifications on new releases.