Releases: camlloyd/oct-to-tiff
Releases · camlloyd/oct-to-tiff
v0.5.0
- Add --log-level optional argument
- Add type hints
- Drop support for Python 3.8 and 3.9
- Update Docker build
- Add workflow for publishing to Docker Hub
- Set missing data points to default value of
0
v0.4.0
- Add support for extracting segmentation lines
- Add mutually exclusive group to parser
- Drop support for Python 3.7
- Refactoring
v0.3.0
- Add support for Retina Map scan pattern
- Add support for ONH scan pattern
- Add basic logging functionality
- Add workflow for publishing to PyPI
- Add CITATION.cff
- Update GitHub action versions
- Refactoring
v0.2.0
- Add support for en face images.
- Add support for segmentation data.
- Add --output optional argument for specifying a custom output directory.
- Add workflow for publishing to TestPyPI.
- Fix --size optional argument description.
- Format using black and sort imports using isort.
- Prepare for Zenodo release.
- Refactoring.
v0.1.1
- Fixed bug when checking for 3D Disc scan pattern.