Skip to content

Tags: orobix/quadra

Tags

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Remove opencv python (#128)

* build: Update dependencies to retain only opencv-python-headless

* build: Upgrade version, update changelog

* test: Skip draem test as it doesn't work with the current anomalib dependency

* refactor: Update gradcam integration code to support the new version

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fix broken default installation (#127)

* fix: Add guard for onnx related package import

* build: Update version and changelog

* docs: Update minor errors

* docs: Minor docs improvements

* docs: Minor doc fix

* docs: Update changelog

* refactor: Disable interactive backend for matplotlib

* feat: Make quadra fail if mixed precision export doesn't terminate correctly

* docs: Update changelog

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Relase package on PyPI (#126)

* build: Update anomalib and smp to point to pypi releases, update torch to avoid using urls

* docs: Fix broken links for public images, update installation to mention pypi

* build: Bump version

* build: Update anomalib version

* build: Upgrade version

* build: Update pipeline to publish on pypi

* build: Revert correct version

v2.1.13

Toggle v2.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Improve sklearn automatic batch size (#125)

* refactor: Improve safety of automatic batch size computation

* build: Upgrade version, update changelog

v2.1.12

Toggle v2.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix failing fp16 evaluation (#124)

* fix: Fix wrong dtype used for evaluation

* build: Upgrade package version

* docs: Update changelog

* refactor: Improve code

v2.1.11

Toggle v2.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fix automatic batch size try catch not handling onnx errors (#123)

* fix: Fix automatic batch size try catch not handling onnx errors

* build: Upgrade version, update changelog

v2.1.10

Toggle v2.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fix visualizer callback showing wrong heatmaps after normalizati…

…on score refactoring (#121)

* fix: Fix visualizer callback showing wrong heatmaps after normalization score refactoring

* build: Upgrade version, update changelog

v2.1.9

Toggle v2.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Update anomalib, fix classification model checkpoint load (#120)

* build: Upgrade version, add anomalib rc

* feat: Add a way to load pretrained checkpoints

* build: Update anomalib version

* build: Remove prepatch tag

* docs: Update changelog

v2.1.8

Toggle v2.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Onnx model export not always working properly in half precision (#…

…119)

* build: Add onnxconverter-common as dependency

* feat: Allow exporting mixed precision onnx models if a broken model is detected

* build: Upgrade version

* docs: Update changelog

v2.1.7

Toggle v2.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fix wrong automatic batch size implementation coming from lightn…

…ing (#118)

* fix: Fix wrong automatic batch size implementation coming from lightning

* build: Upgrade version

* docs: Update changelog