Skip to content

Latest commit

 

History

History
130 lines (63 loc) · 6.74 KB

CHANGELOG.md

File metadata and controls

130 lines (63 loc) · 6.74 KB

CHANGELOG

v1.0.2 (2023-09-28)

Fix

  • fix(pyproject.toml): downgrade to tensorflow 2.11 (81ca68a)

v1.0.1 (2023-09-27)

Build

  • build(poetry.lock): update dependencies (08abc52)

Ci

  • ci(PythonSematicRelease): update python semantic release to v8 (2a50002)

Documentation

  • docs(README.md): add small clarification on what to expect when using the docker image (6d6df66)

  • docs(README.md): fixes typo and docker image version (1a4d631)

  • docs(README.md): add PyPI badge and mention eyepy fory for loading the results (771a38f)

Fix

  • fix(segment.py): fix bug where existing layers are used for drusen computation instead of predicted (15d0114)

v1.0.0 (2023-05-23)

Breaking

  • fix(pyproject.toml): switch to major versioning

BREAKING CHANGE: (139d462)

Documentation

  • docs(README.md;-CITATION.cff): add prefered citation, change from eyeseg to eyesegpy because of availability (7d638c0)

  • docs(README): add bibtex reference (feead26)

Fix

  • fix(pyproject.toml;-CITATION.cff): fix versioning (ca4dbab)

v0.1.0 (2023-05-23)

Breaking

  • refactor(eyeseg): refactor, cleanup and document eyeseg

BREAKING CHANGE: (2341908)

  • refactor(eyeseg): work with .eye files for storing results instead of pickel

BREAKING CHANGE: (239c660)

Build

  • build(docker/scripts): add instructions on how to build and use a docker image for this package (c25e805)

  • build: introduce semver and automatic publishing (8109603)

Ci

  • ci(eyeseg): fix versioning (11a30d0)

  • ci(ci.yaml): fix repository check (93483c3)

Documentation

  • docs(README.md): Remove image download note - use dockerhub instead (094cca0)

  • docs(scripts): add logging and informative messages to the octseg application (9c36c91)

  • docs(README.md): complete the documentation for the current functionalities (5f3b17c)

  • docs(README.md): add development documentation (f84e9d5)

Feature

  • feat(eyeseg): add Bioptigen model (8b99881)

  • feat(eyeseg): commit latest changes (7c394e9)

  • feat(Dockerfile): update to tensorflow 2.9.1 and set WORKDIR to /home/data by default (2709a68)

  • feat(eyeseg): add train command to train model (1a86c2c)

  • feat(scripts): separate drusen quantification from drusen computation; add plotting of overview and B-scans (3d8aa8e)

  • feat(scripts): predict layers, compute drusen and quantify drusen with user defined grid (bec8d82)

Fix

  • fix(pyproject.toml): update eyepie to 0.6.3 (1e065a2)

  • fix(quantify.py): add number of B-scans and correct volume name in results (d399227)

  • fix(plot-bscans): specify any folder in the input folder hierarchy to plot bscans for all contained volumes (3cf6ac1)

  • fix(scripts): keep folder structure of input for processed folder (bb6bcef)

  • fix(plot_bscans.py): use all volumes if none are specified (c76b306)

  • fix(scripts): fixed output_path overwrite and improve logging (d919cc1)

  • fix(scripts): fix missing context for drusen command and missing output folder (e82e4b9)

Refactor

  • refactor(docker/Makefile): Clean unused variables and comment out image export (d01bb07)

  • refactor(scripts): make minor improvements to the drusen and layers commands (9f344b5)

  • refactor(scripts): prepared chaining of layers and drusen command (ce79f1b)

Unknown

  • Merge branch 'main' of github.com:Oli4/eyeseg into main (61d2913)

  • Initial commit (9313728)