From 878adf57887aaf0ce66bfb92a2fb2ac1b760e31b Mon Sep 17 00:00:00 2001 From: AlessandroPolidori Date: Wed, 20 Dec 2023 13:24:20 +0000 Subject: [PATCH] duocs: Udate version --- CHANGELOG.md | 7 +++++++ src/anomalib/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2840f59b13..ee36376906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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/). +## [v0.7.0+obx.1.2.7] + +### Fixed + +- Fix efficient_ad dead frame issue adding pre_padding param. +- Fix efficient_ad memory footprint issue + ## [v0.7.0+obx.1.2.6] ### Updated diff --git a/src/anomalib/__init__.py b/src/anomalib/__init__.py index c1a2c1c945..44b31b8e94 100644 --- a/src/anomalib/__init__.py +++ b/src/anomalib/__init__.py @@ -4,6 +4,6 @@ # SPDX-License-Identifier: Apache-2.0 anomalib_version = "0.7.0" -custom_orobix_version = "1.2.6" +custom_orobix_version = "1.2.7" __version__ = f"{anomalib_version}+obx.{custom_orobix_version}"