You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,49 @@
2
2
3
3
4
4
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))
0 commit comments