Releases: 3dct/vIQA
v2.2.4
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
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
v2.2.2 (2025-04-09)
This release is published under the BSD-3-Clause License.
Bug Fixes
- 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
- Refactor user guide (
c423f57)
Detailed Changes: v2.2.1...v2.2.2
v2.2.1
v2.2.0
v2.1.0
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)