Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 9, 2022
1 parent e5f19e0 commit c18ce84
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v0.4.0 (2022-06-09)
### Feature
* **scene.py:** Show current B-scan index ([`e5f19e0`](https://github.com/MedVisBonn/eyelab/commit/e5f19e0aa335f6d0ee1a1b1bbdfa77b4c00a66de))
* **main.py:** Add "thin out" action to deactivate B-scans for sparse annotation. ([`4602daf`](https://github.com/MedVisBonn/eyelab/commit/4602daf5a27a4123ef7acc00fc19fdea1dd796ed))
* **main.py:** Add About dialog for information about the software ([`5d06f3f`](https://github.com/MedVisBonn/eyelab/commit/5d06f3f619d799fc5fe4ea4e4fa0f317a79b22f1))
* **main.py:** Show save path and document status in window title ([`a0ec610`](https://github.com/MedVisBonn/eyelab/commit/a0ec610ddded35319e8567adf3c839a888accd14))

## v0.3.2 (2022-06-05)
### Fix
* **main.py:** Fix saving ([`bbb8c13`](https://github.com/MedVisBonn/eyelab/commit/bbb8c136654ac3b620ed077eec9b7a7fb0afb72f))
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ authors:
Ophthalmology
identifiers:
- type: url
value: 'https://github.com/MedVisBonn/eyelab/tree/v0.3.2'
repository-code: 'https://github.com/MedVisBonn/eyelab/tree/v0.3.2'
value: 'https://github.com/MedVisBonn/eyelab/tree/v0.4.0'
repository-code: 'https://github.com/MedVisBonn/eyelab/tree/v0.4.0'
abstract: >-
Annotation of eye imaging data such as OCT or
fundus images is a common task when building a
Expand All @@ -43,5 +43,5 @@ keywords:
- Areas
- HEYEX
license: MIT
version: v0.3.2
version: v0.4.0
date-released: '2022-03-31'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.2.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.0.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.

Expand Down
2 changes: 1 addition & 1 deletion eyelab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__author__ = """Olivier Morelle"""
__email__ = "oli4morelle@gmail.com"
__version__ = "0.3.2"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eyelab"
version = "0.3.2"
version = "0.4.0"
description = "Multi-modal annotation tool for eye imaging data"
authors = ["Olivier Morelle <oli4morelle@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit c18ce84

Please sign in to comment.