Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.6.0 #1133

Merged
merged 21 commits into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
501484c
Fix metadata path
samet-akcay Mar 10, 2023
15ad7e9
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay Mar 20, 2023
a6bc69f
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay Mar 22, 2023
7b53b78
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay Mar 24, 2023
af2022f
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay Mar 28, 2023
e4aadca
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay Mar 31, 2023
c61472e
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay Apr 4, 2023
1e708ba
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay Apr 14, 2023
8a3cce7
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay Apr 17, 2023
dca5744
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay May 5, 2023
68b7401
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay May 9, 2023
046d72d
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay May 12, 2023
3c4def3
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay May 12, 2023
545f08b
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay May 25, 2023
904e5e7
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay Jun 2, 2023
8aec0e2
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay Jun 4, 2023
c065af2
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay Jun 6, 2023
1efc3aa
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay Jun 7, 2023
7ea6f15
Merge branch 'main' of github.com:openvinotoolkit/anomalib
samet-akcay Jun 15, 2023
8641f92
Release v0.6.0
samet-akcay Jun 15, 2023
cfac3db
Address pre-commit issues
samet-akcay Jun 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,39 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## What's Changed

## [v0.6.0] - 2023-06-15

### Added

- Add bounding box post-processing operations in AI-VAD implementation (<https://github.com/openvinotoolkit/anomalib/pull/1103>)
- EfficientAD by @alexriedel1 in https://github.com/openvinotoolkit/anomalib/pull/1073
- AI-VAD bbox post-processing by @djdameln in https://github.com/openvinotoolkit/anomalib/pull/1103
- Add dataset categories to data modules by @samet-akcay in https://github.com/openvinotoolkit/anomalib/pull/1105
- Pass codedov token from environment by @ashwinvaidya17 in https://github.com/openvinotoolkit/anomalib/pull/1102

### Changed

- OV API2.0 by @paularamo in https://github.com/openvinotoolkit/anomalib/pull/1098

### Deprecated

- OV API1.0 by @paularamo in https://github.com/openvinotoolkit/anomalib/pull/1098

###  Fixed

- Fix Fastflow ONNX export. by @jasonvanzelm in https://github.com/openvinotoolkit/anomalib/pull/1108
- Fix tile import typo by @xbkaishui in https://github.com/openvinotoolkit/anomalib/pull/1106
- Fix `pre-commit` issues caused by the EfficientAD PR by @samet-akcay in https://github.com/openvinotoolkit/anomalib/pull/1114
- Bump requests from 2.26.0 to 2.31.0 in /requirements by @dependabot in https://github.com/openvinotoolkit/anomalib/pull/1100

### New Contributors

- @xbkaishui made their first contribution in https://github.com/openvinotoolkit/anomalib/pull/1106
- @jasonvanzelm made their first contribution in https://github.com/openvinotoolkit/anomalib/pull/1108

**Full Changelog**: https://github.com/openvinotoolkit/anomalib/compare/v0.5.1...v0.6.0

## [v0.5.1] - 2023-05-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/anomalib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Copyright (C) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

__version__ = "1.0.0dev"
__version__ = "0.6.0"