Skip to content

Commit

Permalink
Release v0.6.0 (#1133)
Browse files Browse the repository at this point in the history
* Fix metadata path

* Release v0.6.0

* Address pre-commit issues
  • Loading branch information
samet-akcay committed Jun 15, 2023
1 parent 4b45f05 commit 161d66b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
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"

0 comments on commit 161d66b

Please sign in to comment.