Releases: MedVisBonn/eyelab
Releases · MedVisBonn/eyelab
v0.4.2
Fix
- commands/layeritem.py: Optimize control points before updating the spline in case of a deleted knot; have end knot deletion without neighbouring polygon covered (
891fb18
) - treeview/layeritem.py: Compute start and end index for spline with non x.5 knot positions in mind (
f0c7f8b
)
Documentation
- README.md: Fix wrong link to eyepy (
e28f334
)
v0.4.1
Fix
- pyproject.toml: Update dependencies and set numpy ">=1.22" to solve dependabot alert (
94841f5
) - main.py: Always enable save button until areaitem is integrated in undo/redo framework - closes #2 (
9889a33
) - layeritem.py: Fix bug where b-scans can not be initialized because of directly neighbouring spline regions (
dba053c
)
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.0
Feature
- layereditor.py: Enable editing the annotation name (
7774e5d
) - viewtab.py: Enable duplication of annotations (
6a1174b
)
Fix
- main.py: Add try/except block for version checking (
650622f
) - layereditor.py: Show qlineedit when qlabel is double click and hide if edit is finished or layereditor is left with mouse (
a91b44a
) - graphicsview.py: Fit images to view when resizing (
78d63f8
) - pyproject.toml: Freeze PySide6 version to 6.1.3 because of missing DLL on Windows 7 in later versions (
be3f6ee
)
Documentation
v0.1.1
v0.1.0
Initial release
Full Changelog: https://github.com/MedVisBonn/eyelab/commits/v0.1.0