|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 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 | + |
5 | 42 | ## v2.2.1 (2025-04-02) |
6 | 43 |
|
7 | 44 | ### Bug fixes |
@@ -109,12 +146,6 @@ fix csv delimiter sniffing, add support for tsv and txt files during loading of |
109 | 146 |
|
110 | 147 | ## v2.0.0 (2024-10-22) |
111 | 148 |
|
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 | | - |
118 | 149 | ### Bug fixes |
119 | 150 |
|
120 | 151 | * 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 |
169 | 200 |
|
170 | 201 | make sure that an ImageArray is returned via numpy ufunc ([`31524fb`](https://github.com/3dct/vIQA/commit/31524fbff81ff0cf52c9be7dc2e22b116c7dd286)) |
171 | 202 |
|
| 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 | + |
172 | 209 |
|
173 | 210 | ## v1.13.0 (2024-09-24) |
174 | 211 |
|
@@ -509,9 +546,8 @@ function writes custom parameters and package version to a .txt file ([`5b8e607` |
509 | 546 |
|
510 | 547 | ## v1.0.0 (2024-08-05) |
511 | 548 |
|
512 | | -### Breaking |
| 549 | +### Features |
513 | 550 |
|
514 | 551 | * feat(ImageArray)!: add class for images |
515 | 552 |
|
516 | 553 | subclass of np.ndarray, calculates image statistics ([`40f0d02`](https://github.com/3dct/vIQA/commit/40f0d029ad416747135f79e8716de040335da592)) |
517 | | - |
|
0 commit comments