Skip to content

v1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 14:14
· 139 commits to main since this release

v1.8.0 (2024-08-22)

Build

  • build: update numpy dependency for build to be lower than 2.0.0 (54ac725)

Chore

  • chore: remove check install job from build_wheels_and_publish.yaml (235cd1c)

  • chore: use pip instead of pip3 in check_import job (d739e83)

  • chore: add Set up Python step check_import job (70448e3)

  • chore: add -vv argument in check_import job for debugging (03e50b1)

  • chore: fix check_import job to use non-editable install (e772e8f)

  • chore: move isort config from ruff.isort to ruff.lint.isort (8d7f21b)

  • chore: update release process in build_wheels_and_publish.yaml

add check for import to catch non-importable releases, add upload to TestPyPI and check installing from there before real upload (53d69e9)

Documentation

  • docs: update Tuple order for visualization methods in snr.py and cnr.py

change Tuple order according to 4d7c3e0 and 0bab2b8 (3aef76d)

Feature

  • feat: add 2D visualization for class ImageArray (d09dfad)

  • feat: add parameter to export image in visualization functions (6e418e2)

Fix

  • fix: update 2D visualization for snr and cnr

fix visualization based on 4d7c3e0 (0bab2b8)