Skip to content

Releases: MedVisBonn/eyelab

v0.4.2

10 Jul 21:11
Compare
Choose a tag to compare

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

05 Jul 14:22
Compare
Choose a tag to compare

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

09 Jun 22:10
Compare
Choose a tag to compare

Feature

  • scene.py: Show current B-scan index (e5f19e0)
  • main.py: Add "thin out" action to deactivate B-scans for sparse annotation. (4602daf)
  • main.py: Add About dialog for information about the software (5d06f3f)
  • main.py: Show save path and document status in window title (a0ec610)

v0.3.2

05 Jun 13:08
Compare
Choose a tag to compare

Fix

v0.3.1

03 Jun 12:04
Compare
Choose a tag to compare

Fix

  • layeritem.py: Check if layer knots are structured correct - update dependencies (833f939)

v0.3.0

03 Jun 08:05
Compare
Choose a tag to compare

Feature

  • eyelab: Add redo/undo framework for layer editing (6436e4d)
  • eyelab: Work in progress; layeritem integrated with redo/undo framework (ffe7148)
  • eyelab: Work in progress; integrate redo/undo framework; edit multiple layer segments independent of each other (4d05e94)

v0.2.0

25 Apr 00:19
Compare
Choose a tag to compare

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

  • README.md: Update pyinstaller command (b18f29d)
  • README.md: Add PyPI and DOI badge (990a7f4)

v0.1.1

31 Mar 14:00
Compare
Choose a tag to compare

Fix

  • eyelab: Update to eyepie v0.6.3 for intensity_transform fix (572f2a8)
  • eyelab: Set eyepie version to 0.6.2 to support saving and loading of intensity transforms (4e1c7f5)

v0.1.0

30 Mar 08:24
Compare
Choose a tag to compare