From d7740d2191f4117a10d1da5b6ed4605877de29ca Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 5 Jul 2022 14:21:58 +0000 Subject: [PATCH] 0.4.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ CITATION.cff | 6 +++--- README.md | 2 +- eyelab/__init__.py | 2 +- pyproject.toml | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e80ea6..3c9681b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.4.1 (2022-07-05) +### Fix +* **pyproject.toml:** Update dependencies and set numpy ">=1.22" to solve dependabot alert ([`94841f5`](https://github.com/MedVisBonn/eyelab/commit/94841f555aab4c237e5ebc94d8f999ef4dcf6e64)) +* **main.py:** Always enable save button until areaitem is integrated in undo/redo framework - closes #2 ([`9889a33`](https://github.com/MedVisBonn/eyelab/commit/9889a33e84105edc07c7c177898b55745d64c739)) +* **layeritem.py:** Fix bug where b-scans can not be initialized because of directly neighbouring spline regions ([`dba053c`](https://github.com/MedVisBonn/eyelab/commit/dba053cb8c796bcae6ae2a0059b17cd1f3e9800d)) + ## v0.4.0 (2022-06-09) ### Feature * **scene.py:** Show current B-scan index ([`e5f19e0`](https://github.com/MedVisBonn/eyelab/commit/e5f19e0aa335f6d0ee1a1b1bbdfa77b4c00a66de)) diff --git a/CITATION.cff b/CITATION.cff index c14414b..7989bb5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,8 +19,8 @@ authors: Ophthalmology identifiers: - type: url - value: 'https://github.com/MedVisBonn/eyelab/tree/v0.4.0' -repository-code: 'https://github.com/MedVisBonn/eyelab/tree/v0.4.0' + value: 'https://github.com/MedVisBonn/eyelab/tree/v0.4.1' +repository-code: 'https://github.com/MedVisBonn/eyelab/tree/v0.4.1' abstract: >- Annotation of eye imaging data such as OCT or fundus images is a common task when building a @@ -43,5 +43,5 @@ keywords: - Areas - HEYEX license: MIT -version: v0.4.0 +version: v0.4.1 date-released: '2022-03-31' diff --git a/README.md b/README.md index 978299a..1e4030e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ EyeLab is a multimodal annotation tool for ophthalmological imaging data. ![EyeLab](docs/EyeLab.png) ## Getting Started -If you are on Windows, download the latest executable [here](https://github.com/MedVisBonn/eyelab/releases/latest/download/EyeLab-v0.4.0.exe) and double click it to start EyeLab. +If you are on Windows, download the latest executable [here](https://github.com/MedVisBonn/eyelab/releases/latest/download/EyeLab-v0.4.1.exe) and double click it to start EyeLab. For Linux there is no package, but you might want to have a look at the Developers section for how to set up EyeLab. diff --git a/eyelab/__init__.py b/eyelab/__init__.py index 8de33fd..770fb59 100644 --- a/eyelab/__init__.py +++ b/eyelab/__init__.py @@ -3,4 +3,4 @@ __author__ = """Olivier Morelle""" __email__ = "oli4morelle@gmail.com" -__version__ = "0.4.0" +__version__ = "0.4.1" diff --git a/pyproject.toml b/pyproject.toml index 8e8c099..83c67c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eyelab" -version = "0.4.0" +version = "0.4.1" description = "Multi-modal annotation tool for eye imaging data" authors = ["Olivier Morelle "] license = "MIT"