Skip to content

Commit

Permalink
build: Upgrade anomalib version, update quadra version (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzomammana authored Apr 22, 2024
1 parent a79d63a commit 8316040
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
# Changelog
All notable changes to this project will be documented in this file.

### [2.1.2]

#### Updated

- Update anomalib to v0.7.0+obx.1.3.1
- The optimal anomaly threshold is now computed as the average between the max good and min bad score when the F1 is 1

### [2.1.1]

#### Updated
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quadra"
version = "2.1.1"
version = "2.1.2"
description = "Deep Learning experiment orchestration library"
authors = [
"Federico Belotti <federico.belotti@orobix.com>",
Expand Down Expand Up @@ -79,7 +79,7 @@ h5py = "~3.8"
timm = "0.9.12"
# Right now only this ref supports timm 0.9.12
segmentation_models_pytorch = { git = "https://github.com/qubvel/segmentation_models.pytorch", rev = "7b381f899ed472a477a89d381689caf535b5d0a6" }
anomalib = { git = "https://github.com/orobix/anomalib.git", tag = "v0.7.0+obx.1.3.0" }
anomalib = { git = "https://github.com/orobix/anomalib.git", tag = "v0.7.0+obx.1.3.1" }
xxhash = "~3.2"
torchinfo = "~1.8"
typing_extensions = { version = "4.11.0", python = "<3.10" }
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__ = "2.1.1"
__version__ = "2.1.2"


def get_version():
Expand Down

0 comments on commit 8316040

Please sign in to comment.