This release focuses on compatibility fixes and consistency improvements across core detectors and packaging.
Highlights
-
Improved NearestNeighbors consistency/performance in:
KNNABODSODLUNAR- (issue #654)
-
Updated
VAEdefaults:- default output activation changed to
identity - added
identityactivation support and tests - (issue #651)
- default output activation changed to
-
Packaging/distribution fix:
- corrected
package_data/MANIFESTconfiguration - ensured auto model selector JSON resources are included in distributions
- (issue #642)
- corrected
-
Deep learning base behavior fix:
- in
BaseDeepLearningDetector,yis now explicitly ignored during unsupervisedfit - avoids batch tuple/list device errors in DL detectors
- (issue #591)
- in
Notes
- Version:
2.0.7 - This is a stability and compatibility release with no major API redesign.