Skip to content

Commit 5f89bbe

Browse files
chore(release): update version to 2.1.0 (#2859)
🔧 chore(release): update version to 2.1.0 🔧 chore(release): update readme
1 parent 3412e9d commit 5f89bbe

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,23 @@
3131

3232
---
3333

34-
> 🌟 **Announcing v2.0.0 Release!** 🌟
34+
> 🌟 **Announcing v2.1.0 Release!** 🌟
3535
>
36-
> We're excited to announce the release of Anomalib v2.0.0! This version introduces significant improvements and customization options to enhance your anomaly detection workflows. Please be aware that there are several API changes between `v1.2.0` and `v2.0.0`, so please be careful when updating your existing pipelines. Key features include:
36+
> We're excited to announce the release of Anomalib v2.1.0!
37+
> This version brings several state-of-the-art models and anomaly detection datasets. Key features include:
3738
>
38-
> - Multi-GPU support
39-
> - New [dataclasses](https://anomalib.readthedocs.io/en/latest/markdown/guides/how_to/data/dataclasses.html) for model in- and outputs.
40-
> - Flexible configuration of [model transforms and data augmentations](https://anomalib.readthedocs.io/en/latest/markdown/guides/how_to/data/transforms.html).
41-
> - Configurable modules for pre- and post-processing operations via [`Preprocessor`](https://anomalib.readthedocs.io/en/latest/markdown/guides/how_to/models/pre_processor.html) and [`Postprocessor`](https://anomalib.readthedocs.io/en/latest/markdown/guides/how_to/models/post_processor.html)
42-
> - Customizable model evaluation workflow with new [Metrics API](https://anomalib.readthedocs.io/en/latest/markdown/guides/how_to/evaluation/metrics.html) and [`Evaluator`](https://anomalib.readthedocs.io/en/latest/markdown/guides/how_to/evaluation/evaluator.html) module.
43-
> - Configurable module for visualization via `Visualizer` (docs guide: coming soon)
39+
> New models :
40+
>
41+
> - **🖼️ UniNet (CVPR 2025)**: A contrastive learning-guided unified framework with feature selection for anomaly detection.
42+
> - **🖼️ Dinomaly (CVPR 2025)**: A 'less is more philosophy' encoder-decoder architecture model leveraging pre-trained foundational models.
43+
> - **🎥 Fuvas (ICASSP 2025)**: Few-shot unsupervised video anomaly segmentation via low-rank factorization of spatio-temporal features.
44+
>
45+
> New datasets:
46+
>
47+
> - **MVTec AD 2** : A new version of the MVTec AD dataset with 8 categories of industrial anomaly detection.
48+
> - **MVTec LOCO AD** : MVTec logical constraints anomaly detection dataset that includes both structural and logical anomalies.
49+
> - **Real-IAD** : A real-world multi-view dataset for benchmarking versatile industrial anomaly detection.
50+
> - **VAD dataset** : Valeo Anomaly Dataset (VAD) showcasing a diverse range of defects, from highly obvious to extremely subtle.
4451
>
4552
> We value your input! Please share feedback via [GitHub Issues](https://github.com/open-edge-platform/anomalib/issues) or our [Discussions](https://github.com/open-edge-platform/anomalib/discussions)
4653

src/anomalib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
from enum import Enum
3636

37-
__version__ = "2.1.0.dev"
37+
__version__ = "2.1.0"
3838

3939

4040
class LearningType(str, Enum):

0 commit comments

Comments
 (0)