Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 31, 2022
1 parent ed4c2c1 commit 10b6306
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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

## v0.1.1 (2022-03-31)
### Fix
* **eyelab:** Update to eyepie v0.6.3 for intensity_transform fix ([`572f2a8`](https://github.com/MedVisBonn/eyelab/commit/572f2a8c83ecbfc8ef1fd786fa35a3dd68934e9c))
* **eyelab:** Set eyepie version to 0.6.2 to support saving and loading of intensity transforms ([`4e1c7f5`](https://github.com/MedVisBonn/eyelab/commit/4e1c7f53c9ce1d211be247cf75a0362309be4182))
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.1.0'
repository-code: 'https://github.com/MedVisBonn/eyelab/tree/v0.1.0'
value: 'https://github.com/MedVisBonn/eyelab/tree/v0.1.1'
repository-code: 'https://github.com/MedVisBonn/eyelab/tree/v0.1.1'
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.1.0
version: v0.1.1
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 @@ -5,7 +5,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.1.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.1.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.

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__ = "[email protected]"
__version__ = "0.1.0"
__version__ = "0.1.1"
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.1.0"
version = "0.1.1"
description = "Multi-modal annotation tool for eye imaging data"
authors = ["Olivier Morelle <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 10b6306

Please sign in to comment.