From 02aeed316d97805b304faa2b4dd696b38ed47b47 Mon Sep 17 00:00:00 2001 From: Alessandro Polidori <61737239+AlessandroPolidori@users.noreply.github.com> Date: Thu, 9 Nov 2023 10:32:06 +0100 Subject: [PATCH] build: Update anomalib to 0.7.0 + 1.2.5 (#80) * libraries: Update anomalib to 0.7.0 + 1.2.5 * docs: Update version since main got one version forward * build: Bump version 1.3.3 -> 1.3.4 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 6 +++--- quadra/__init__.py | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3383c34e..fac4dfbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # Changelog All notable changes to this project will be documented in this file. +### [1.3.4] + +#### Updated + +- Update anomalib to [v0.7.0+obx.1.2.5] (logical anomaly is now compatible with trainer.deterministic=True) + ### [1.3.3] #### Updated diff --git a/pyproject.toml b/pyproject.toml index afdb53a0..283c1b28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "quadra" -version = "1.3.3" +version = "1.3.4" description = "Deep Learning experiment orchestration library" authors = [ { name = "Alessandro Polidori", email = "alessandro.polidori@orobix.com" }, @@ -66,7 +66,7 @@ dependencies = [ "h5py==3.8.*", "timm==0.6.12", # required by smp "segmentation-models-pytorch==0.3.2", - "anomalib@git+https://github.com/orobix/anomalib.git@v0.7.0+obx.1.2.4", + "anomalib@git+https://github.com/orobix/anomalib.git@v0.7.0+obx.1.2.5", "xxhash==3.2.*", ] @@ -121,7 +121,7 @@ repository = "https://github.com/orobix/quadra" # Adapted from https://realpython.com/pypi-publish-python-package/#version-your-package [tool.bumpver] -current_version = "1.3.3" +current_version = "1.3.4" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "build: Bump version {old_version} -> {new_version}" commit = true diff --git a/quadra/__init__.py b/quadra/__init__.py index 21d5c5cd..47f22e5e 100644 --- a/quadra/__init__.py +++ b/quadra/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.3" +__version__ = "1.3.4" def get_version():