Skip to content

Commit 259a9d9

Browse files
author
github-actions
committed
chore(release): 2.2.2
Automatically generated by python-semantic-release
1 parent b24070e commit 259a9d9

File tree

2 files changed

+45
-9
lines changed

2 files changed

+45
-9
lines changed

CHANGELOG.md

Lines changed: 44 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22

33

44

5+
## v2.2.2 (2025-04-09)
6+
7+
### Bug fixes
8+
9+
* fix: fix semantic release exclude commit pattern ([`b24070e`](https://github.com/3dct/vIQA/commit/b24070ec67f74d68d0915524d77bfa11a828bcc3))
10+
11+
* fix: fix rois in BatchMetrics.report when exporting images ([`88c8931`](https://github.com/3dct/vIQA/commit/88c89317ae9735685f16953a5b2338e72fe2a74c))
12+
13+
* fix: enable rois in BatchMetrics
14+
15+
closes #11 ([`c2b0ce5`](https://github.com/3dct/vIQA/commit/c2b0ce5102aec6ee9ce9434bfc9d3ea8eabdbc12))
16+
17+
* fix: add check for image dimensions during loading (#15)
18+
19+
* fix: add check for image dimensions during loading
20+
21+
closes #14
22+
23+
* [pre-commit.ci] auto fixes from pre-commit.com hooks
24+
25+
for more information, see https://pre-commit.ci
26+
27+
* refactor: refactor to comply with ruff
28+
29+
* docs(load_data): add Exception to function docstring
30+
31+
---------
32+
33+
Co-authored-by: Lukas Nepelius <p42940@fhooe.at>
34+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
35+
Co-authored-by: lukasbehammer <lukas.behammer@fh-wels.at> ([`a120ade`](https://github.com/3dct/vIQA/commit/a120adea9a19fa1e19b4f82cbf95232482fa7be4))
36+
37+
### Documentation
38+
39+
* docs: refactor user guide ([`c423f57`](https://github.com/3dct/vIQA/commit/c423f573db92326e4e96f815690ce50866a59a01))
40+
41+
542
## v2.2.1 (2025-04-02)
643

744
### Bug fixes
@@ -109,12 +146,6 @@ fix csv delimiter sniffing, add support for tsv and txt files during loading of
109146

110147
## v2.0.0 (2024-10-22)
111148

112-
### Breaking
113-
114-
* refactor!: move utility modules to utils subpackage
115-
116-
BREAKING CHANGE: major refactoring of utility functions ([`d3945b4`](https://github.com/3dct/vIQA/commit/d3945b47b710c471973296c70c93c272cc0f9552))
117-
118149
### Bug fixes
119150

120151
* fix: convert rgb images to grayscale before binarization ([`f258f96`](https://github.com/3dct/vIQA/commit/f258f96d38efd6acc56fca9f1dcd823987703058))
@@ -169,6 +200,12 @@ update documentation, refactor definition of variable truncate ([`851521b`](http
169200

170201
make sure that an ImageArray is returned via numpy ufunc ([`31524fb`](https://github.com/3dct/vIQA/commit/31524fbff81ff0cf52c9be7dc2e22b116c7dd286))
171202

203+
### Refactoring
204+
205+
* refactor!: move utility modules to utils subpackage
206+
207+
BREAKING CHANGE: major refactoring of utility functions ([`d3945b4`](https://github.com/3dct/vIQA/commit/d3945b47b710c471973296c70c93c272cc0f9552))
208+
172209

173210
## v1.13.0 (2024-09-24)
174211

@@ -509,9 +546,8 @@ function writes custom parameters and package version to a .txt file ([`5b8e607`
509546

510547
## v1.0.0 (2024-08-05)
511548

512-
### Breaking
549+
### Features
513550

514551
* feat(ImageArray)!: add class for images
515552

516553
subclass of np.ndarray, calculates image statistics ([`40f0d02`](https://github.com/3dct/vIQA/commit/40f0d029ad416747135f79e8716de040335da592))
517-

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.1"
8+
__version__ = "2.2.2"
99
__author__ = "Lukas Behammer"
1010
__all__ = [
1111
"FSIM",

0 commit comments

Comments
 (0)