Skip to content

Commit 126f7ed

Browse files
author
semantic-release
committed
1.8.0
Automatically generated by python-semantic-release
1 parent d09dfad commit 126f7ed

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v1.8.0 (2024-08-22)
6+
7+
### Build
8+
9+
* build: update numpy dependency for build to be lower than 2.0.0 ([`54ac725`](https://github.com/3dct/vIQA/commit/54ac725020e2394baa9188774fce5f45ce49cfb7))
10+
11+
### Chore
12+
13+
* chore: remove check install job from build_wheels_and_publish.yaml ([`235cd1c`](https://github.com/3dct/vIQA/commit/235cd1c572ab37ac48ec1b12eb559d7d3f788beb))
14+
15+
* chore: use pip instead of pip3 in check_import job ([`d739e83`](https://github.com/3dct/vIQA/commit/d739e83c02972c61ca87410c4ef4b7f405bfa8d7))
16+
17+
* chore: add Set up Python step check_import job ([`70448e3`](https://github.com/3dct/vIQA/commit/70448e36fec50348c5c6904b15e9a119e8efba42))
18+
19+
* chore: add -vv argument in check_import job for debugging ([`03e50b1`](https://github.com/3dct/vIQA/commit/03e50b128bc1d1904166213feb4bad7ac362de86))
20+
21+
* chore: fix check_import job to use non-editable install ([`e772e8f`](https://github.com/3dct/vIQA/commit/e772e8ff51cacf7a525efd85d002f00c1daf6860))
22+
23+
* chore: move isort config from ruff.isort to ruff.lint.isort ([`8d7f21b`](https://github.com/3dct/vIQA/commit/8d7f21be7a8164d9310837fea7f8e248c18fbdc5))
24+
25+
* chore: update release process in build_wheels_and_publish.yaml
26+
27+
add check for import to catch non-importable releases, add upload to TestPyPI and check installing from there before real upload ([`53d69e9`](https://github.com/3dct/vIQA/commit/53d69e9edc82c6e0f896fe0e79e4039e904b39f4))
28+
29+
### Documentation
30+
31+
* docs: update Tuple order for visualization methods in snr.py and cnr.py
32+
33+
change Tuple order according to 4d7c3e02 and 0bab2b85 ([`3aef76d`](https://github.com/3dct/vIQA/commit/3aef76d95204a3fb3fdc736aaafbdc62e85cb0c4))
34+
35+
### Feature
36+
37+
* feat: add 2D visualization for class ImageArray ([`d09dfad`](https://github.com/3dct/vIQA/commit/d09dfad695470fea67b01a9e38f05154e31c21d1))
38+
39+
* feat: add parameter to export image in visualization functions ([`6e418e2`](https://github.com/3dct/vIQA/commit/6e418e2769a8168b2b9ba67a467c8175368e4851))
40+
41+
### Fix
42+
43+
* fix: update 2D visualization for snr and cnr
44+
45+
fix visualization based on 4d7c3e02 ([`0bab2b8`](https://github.com/3dct/vIQA/commit/0bab2b8534a320b18780f9a131c6384bf79c6303))
46+
47+
548
## v1.7.0 (2024-08-22)
649

750
### Chore

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__ = "1.7.0"
8+
__version__ = "1.8.0"
99
__author__ = "Lukas Behammer"
1010
__all__ = [
1111
"FSIM",

0 commit comments

Comments
 (0)