Skip to content

Commit

Permalink
1.9.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 23, 2024
1 parent 4ecfc86 commit 8be3173
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@



## v1.9.1 (2024-08-23)

### Chore

* chore: change GitHub emojis to emoji characters in README.md

improve rendering for PyPI ([`0a04811`](https://github.com/3dct/vIQA/commit/0a048118e9b9587d5cf498e914436559efb99d3d))

* chore: update automatic build process in build_wheels_and_publish.yaml ([`bcdc3b1`](https://github.com/3dct/vIQA/commit/bcdc3b13a365f63db2a5e1eee27a358e197c186a))

### Documentation

* docs: update docs

multiple changes to docstrings and docs rendering and docs building ([`080045f`](https://github.com/3dct/vIQA/commit/080045f19703513633d6a18a7da26e44b2b8f7eb))

### Fix

* fix: use ImageArray instead of np.ndarray

update according to 40f0d029ad416747135f79e8716de040335da592, fixes mypy ([`4ecfc86`](https://github.com/3dct/vIQA/commit/4ecfc8627321d7eee39e3ab0656bb155cfc56307))


## v1.9.0 (2024-08-22)

### Build
Expand Down
2 changes: 1 addition & 1 deletion src/viqa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
It can be used for 2D and 3D images.
"""

__version__ = "1.9.0"
__version__ = "1.9.1"
__author__ = "Lukas Behammer"
__all__ = [
"FSIM",
Expand Down

0 comments on commit 8be3173

Please sign in to comment.