Skip to content

v2.1.0

Choose a tag to compare

@ashwinvaidya17 ashwinvaidya17 released this 01 Aug 09:14
· 71 commits to main since this release
5f89bbe

Release Notes

v2.1.0

Added

Changed

Fixed

  • 🐞 Fix model-specific transforms for DRÆM and DSR by @abc-125 in #2624
  • 🐞 fix: remove custom state dict handling in WinClip to fix inference tensor issues by @samet-akcay in #2630
  • 🐞 Fix MVTecLOCO args by @samet-akcay in #2650
  • Fix SuperSimpleNet pretrained weights. by @blaz-r in #2712
  • 🔒 Security Fix: Mitigate Remote Code Execution Risk in torch.load by @samet-akcay in #2729
  • 🔨 Fix Arbitrary imports in get_datamodule() by @rajeshgangireddy in #2736
  • Fix the wrong variable to be printed on the warning message by @samet-akcay in #2754
  • Fix AUPR curve axis labels to follow standard convention by @samet-akcay in #2772
  • fix(data): enhance ToNumpyMixin for improved tensor conversion by @samet-akcay in #2775
  • fix(visualization): modify the image font loading logic by @samet-akcay in #2783
  • 🐞fix(data): Fixed bug where MVTecLOCO GT Masks were not loaded correctly by @AveraGE0 in #2805
  • 🐞 fix(docs): replace problematic emojis and improve CI workflow by @samet-akcay in #2809
  • fix(model): remove in-place ops in CombinedDensityEstimator.predict f… by @grannycola in #2808
  • fix(data): MVTecAD2 CLI bug fix enum serialisation by @alfieroddan in #2817
  • 🔒 fix: semgrep security issues by replacing inefficient torch.Tensor() constructors by @samet-akcay in #2824
  • fix(imports): update OpenVINO import paths in inferencer and post-pro… by @samet-akcay in #2829
  • 🐞 fix(model): EfficientAD NotImplementedError: ('{} cannot be pickled', '_SingleProcessDataLoaderIter') by @alexriedel1 in #2837
  • 🐞 fix(data): update_augmentations when no model is attached by @samet-akcay in #2720
  • fix(deploy): Fix discrepancy between lightning and standalone inferencers by @ashwinvaidya17 in #2843
  • fix(docs): revert correct symlink by @AlexanderBarabanov in #2854

New Contributors

Full Changelog: v2.0.0...v2.1.0