Skip to content

Commit

Permalink
build: Update anomalib to 0.7.0 + 1.2.5 (#80)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
AlessandroPolidori authored Nov 9, 2023
1 parent bd5e7cc commit 02aeed3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" },
Expand Down Expand Up @@ -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/[email protected]+obx.1.2.4",
"anomalib@git+https://github.com/orobix/[email protected]+obx.1.2.5",
"xxhash==3.2.*",
]

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion quadra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.3.3"
__version__ = "1.3.4"


def get_version():
Expand Down

0 comments on commit 02aeed3

Please sign in to comment.