Releases: yzhao062/pyod
v2.0.7
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.
v2.0.6
v2.0.5
v2.0.3
v2.0.2 TensorFlow free -- All in PyTorch
v<2.0.2>, <07/01/2024> -- Add AE1SVM.
v<2.0.2>, <07/04/2024> -- Moving from TF to Torch -- reimplement ALAD.
v<2.0.2>, <07/04/2024> -- Moving from TF to Torch -- reimplement anogan.
v<2.0.2>, <07/06/2024> -- Complete of removing all Tensorflow and Keras code.
v<2.0.2>, <07/21/2024> -- Add DevNet.
v2.0.1
v<2.0.0>, <05/21/2024> -- Moving from TF to Torch -- reimplement SO_GAAL.
v<2.0.0>, <05/21/2024> -- Moving from TF to Torch -- implement dl base with more utilities.
v<2.0.1>, <06/16/2024> -- Moving from TF to Torch -- reimplement DeepSVDD.
v<2.0.1>, <06/17/2024> -- Moving from TF to Torch -- reimplement dl_base.
v<2.0.1>, <06/21/2024> -- Moving from TF to Torch -- reimplement MO_GAAL.
v<2.0.1>, <06/21/2024> -- Moving from TF to Torch -- reimplement AE and VAE.
primarily driven by @yqin43 @RaymondY @zhuox5 @Yeechin-is-here in random order :)