Skip to content

Commit f7847f3

Browse files
author
github-actions
committed
chore(release): 2.2.4
Automatically generated by python-semantic-release
1 parent 999292f commit f7847f3

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33

44

5+
## v2.2.4 (2026-02-18)
6+
7+
### Unknown
8+
9+
* Fix regex for bit depth extraction in file name
10+
11+
Update regex to include optional 'bit' suffix in bit depth search. ([`057e20a`](https://github.com/3dct/vIQA/commit/057e20a61f5103bda6019e9b26dcc92b1fd3a7c0))
12+
13+
* Revert "feat: Device option for image loading when the image is a Pytorch Tensor" ([`6eb8507`](https://github.com/3dct/vIQA/commit/6eb8507541dce5a0e570127f782c512906330dd5))
14+
15+
* Revert "ci: test building for Python version 3.13"
16+
17+
This reverts commit 5ffd933d65aefb82f046da1f713a4c7e8f199351. ([`458dbe7`](https://github.com/3dct/vIQA/commit/458dbe7dcb059b6725ad2e153fe2dbbab5b5c523))
18+
19+
520
## v2.2.3 (2025-04-10)
621

722
### Bug fixes
@@ -41,10 +56,20 @@ Co-authored-by: Lukas Nepelius <p42940@fhooe.at>
4156
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
4257
Co-authored-by: lukasbehammer <lukas.behammer@fh-wels.at> ([`a120ade`](https://github.com/3dct/vIQA/commit/a120adea9a19fa1e19b4f82cbf95232482fa7be4))
4358

59+
* fix: add check for image dimensions during loading
60+
61+
closes #14 ([`036ebe5`](https://github.com/3dct/vIQA/commit/036ebe5d3716c97402b6458b5ffb072c323d1209))
62+
4463
### Documentation
4564

65+
* docs(load_data): add Exception to function docstring ([`44f7d2e`](https://github.com/3dct/vIQA/commit/44f7d2e2221b3fc60a4df82f03f51a194dba98b3))
66+
4667
* docs: refactor user guide ([`c423f57`](https://github.com/3dct/vIQA/commit/c423f573db92326e4e96f815690ce50866a59a01))
4768

69+
### Unknown
70+
71+
* Device can be set for torch tensor images ([`c12d261`](https://github.com/3dct/vIQA/commit/c12d2614f9ded3dada55816752307a477e79b322))
72+
4873

4974
## v2.2.1 (2025-04-02)
5075

src/viqa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
It can be used for 2D and 3D images.
66
"""
77

8-
__version__ = "2.2.3"
8+
__version__ = "2.2.4"
99
__author__ = "Lukas Behammer"
1010
__all__ = [
1111
"FSIM",

0 commit comments

Comments
 (0)