Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

45 lines (34 loc) · 1.08 KB

CHANGELOG

v0.5.0 (2024-12-06)

  • 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 (2023-07-18)

  • Add support for extracting segmentation lines
  • Add mutually exclusive group to parser
  • Drop support for Python 3.7
  • Refactoring

v0.3.0 (2022-11-13)

  • 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 (2022-03-19)

  • 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 (2021-12-30)

  • Fixed bug when checking for 3D Disc scan pattern

v0.1.0 (2021-11-07)

  • Initial release