Skip to content

Releases: 3dct/vIQA

v2.2.4

18 Feb 13:29

Choose a tag to compare

v2.2.4 (2026-02-18)

This release is published under the BSD-3-Clause License.


Detailed Changes: v2.2.3...v2.2.4

v2.2.3

10 Apr 11:22

Choose a tag to compare

v2.2.3 (2025-04-10)

This release is published under the BSD-3-Clause License.

Bug Fixes

  • Fix using Class attribute rois when not using the same roi for all images in BatchMetrics (e98b15a)

Detailed Changes: v2.2.2...v2.2.3

v2.2.2

09 Apr 15:09

Choose a tag to compare

v2.2.2 (2025-04-09)

This release is published under the BSD-3-Clause License.

Bug Fixes

  • Add check for image dimensions during loading (#15, a120ade)
  • fix: add check for image dimensions during loading

closes #14

  • [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

  • refactor: refactor to comply with ruff

  • docs(load_data): add Exception to function docstring


Co-authored-by: Lukas Nepelius p42940@fhooe.at

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Co-authored-by: lukasbehammer lukas.behammer@fh-wels.at

  • Enable rois in BatchMetrics (c2b0ce5)

closes #11

  • Fix rois in BatchMetrics.report when exporting images (88c8931)

  • Fix semantic release exclude commit pattern (b24070e)

Documentation


Detailed Changes: v2.2.1...v2.2.2

v2.2.1

02 Apr 15:08

Choose a tag to compare

v2.2.1 (2025-04-02)

Bug Fixes

  • fix: last column of metrics will now be printed in export_image (2ab6643)

v2.2.0

31 Mar 12:05

Choose a tag to compare

v2.2.0 (2025-03-31)

Features

  • feat: add script to crop images

update script to reduce projections, refactor scripts to comply with ruff linting rules (8a84d44)

Unknown

  • notebook: update notebook documentation (779f7e7)

  • notebook: update notebooks

refactor notebooks to comply with ruff rules (0de8543)

v2.1.0

06 Mar 16:12

Choose a tag to compare

v2.1.0 (2025-03-06)

Bug Fixes

  • fix: add function _parse_bitdepth to utils.loading.init.py

update docs for export_metadata (4cc8e5a)

  • fix: fix integer overflow when loading large binary images (567d0d7)

Documentation

  • docs: update for new loading options

fix name "Structural Similarity" (16de59d)

Features

  • feat: add more .raw loading options (598a5a6)

  • feat: add visualization for different region types

add return of parameters for signal_to_noise_ratio (6ea333a)

v2.0.6

13 Dec 12:43

Choose a tag to compare

v2.0.6 (2024-12-13)

Bug Fixes

  • fix: fix bug when using batch mode

batch mode couldn't be used without the parameter roi give (3693e64)

v2.0.5

18 Nov 11:02

Choose a tag to compare

v2.0.5 (2024-11-18)

Bug Fixes

  • fix(crop_image): add checks if cropping is smaller than original image or image is already cropped (bb930b0)

  • fix: prevent forwarding of roi parameter in BatchMetrics.calculate (ea35048)

Unknown

  • books: update report exporting in batch mode notebook (86c70b4)

v2.0.4

11 Nov 13:57

Choose a tag to compare

v2.0.4 (2024-11-11)

Bug Fixes

  • fix(multiple.py): fix delimiter sniffing

fix csv delimiter sniffing, add support for tsv and txt files during loading of pairs in BatchMetrics (dbd60ee)

Documentation

  • docs: update README.md badge (b5d0713)

v2.0.3

30 Oct 15:01

Choose a tag to compare

v2.0.3 (2024-10-30)

Bug Fixes

  • fix: fix comparison operators and move them to Metric class (1af2e31)