Releases: MedVisBonn/eyepy
Releases · MedVisBonn/eyepy
v0.12.2
v0.12.2 (2023-11-15)
Build
-
build(_quality.yaml): removes caching of poetry (
a7c20e1
) -
build(eyepy): updates versions (
23fec54
) -
build(eyepy): removes python 3.8 from testing matrix (
b2bcf7b
) -
build(eyepy): upgrades dependencies (
e66fd8b
)
Fix
-
fix(_release.yaml): corrects python-semantic-release version (
f7171ba
) -
fix(eyemeta.py): convert dates to string for saving as json (
5d715cd
)
Refactor
v0.12.1
v0.12.0
v0.11.3
v0.11.2
v0.11.1
v0.11.0
v0.10.0
Feature
- core.plotting: Adds a scale bar and a watermark to Bscan and Fundus visualizations (
0e3eaa0
)
Fix
- eyepy.core: Fixes bscan_region and bscan_position plotting when plotting only a part of the fundus (
2c88074
) - core.grids.py: Fixes error related to python 3.8 not supporting new type annotation Dict-dict List-list (
3c6ba41
)
Documentation
- core.annotations: Adds docstrings (
236c074
)
v0.9.2
v0.9.1
Fix
- e2e_reader.py: Extract number of Bscans more reliably by using the number of slice substructures; Skip localizer affine transformation for now, because slodata is not always available; support reading single B-scan data (
1287a24
) - e2e_format.py: Change the name of E2EFile to E2EFormat to avoid confustion with E2EFileStructure in e2e_reader.py (
01be6a0
)
Documentation
- README.md: Clarify that the localizer is a fundus image (
4e41acd
)