Skip to content

v2.0.7

Choose a tag to compare

@yzhao062 yzhao062 released this 27 Feb 09:21
· 21 commits to master since this release
aebd3bf

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.