Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 30, 2023
1 parent 53f2908 commit cc43e19
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.11.0 (2023-03-30)
### Feature
* **io.__init__.py:** Adds support for topcon fda files ([#12](https://github.com/MedVisBonn/eyepy/issues/12)) ([`53f2908`](https://github.com/MedVisBonn/eyepy/commit/53f2908f95556c2be7a3259bfd5653208188ff71))

## v0.10.0 (2023-03-30)
### Feature
* **core.plotting:** Adds a scale bar and a watermark to Bscan and Fundus visualizations ([`0e3eaa0`](https://github.com/MedVisBonn/eyepy/commit/0e3eaa0be4420c0d8ba4cbc53381fc36da2cdc81))
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/eyepy/tree/v0.10.0'
repository-code: 'https://github.com/MedVisBonn/eyepy/tree/v0.10.0'
value: 'https://github.com/MedVisBonn/eyepy/tree/v0.11.0'
repository-code: 'https://github.com/MedVisBonn/eyepy/tree/v0.11.0'
abstract: >-
Eye imaging data from different device vendors
often come in different file formats. Additionally,
Expand All @@ -45,5 +45,5 @@ keywords:
- HEYEX
- ETDRS
license: MIT
version: v0.10.0
version: v0.11.0
date-released: '2022-03-02'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "eyepie"
packages = [
{include = "eyepy", from = "src"},
]
version = "0.10.0"
version = "0.11.0"
description = "The Python package for working with ophthalmological data."
authors = ["Olivier Morelle <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/eyepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

__author__ = """Olivier Morelle"""
__email__ = '[email protected]'
__version__ = '0.10.0'
__version__ = '0.11.0'

from eyepy.core import drusen
from eyepy.core import EyeBscan
Expand Down

0 comments on commit cc43e19

Please sign in to comment.