Skip to content

Commit

Permalink
0.11.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 4, 2023
1 parent 2a71e11 commit 5e5217e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 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.11.3 (2023-04-04)
### Fix
* **eyepy.io:** Fixes duke layer heights import ([`eb18f2a`](https://github.com/MedVisBonn/eyepy/commit/eb18f2aa10a7da8ab6f53c49053a80cfab764e68))

### Documentation
* **README.md;-cookbook.md:** Add examples for importing data from different sources ([`2a71e11`](https://github.com/MedVisBonn/eyepy/commit/2a71e111c75a31dc396ac4464ef627b84dcfa0d5))

## v0.11.2 (2023-04-02)
### Fix
* **EyeVolume:** Fix saving, old method sometimes tried to recursively add the archive to the archive ([`e6064cc`](https://github.com/MedVisBonn/eyepy/commit/e6064cc26bb00865a1d9f42fd63ca950239fd55f))
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.11.2'
repository-code: 'https://github.com/MedVisBonn/eyepy/tree/v0.11.2'
value: 'https://github.com/MedVisBonn/eyepy/tree/v0.11.3'
repository-code: 'https://github.com/MedVisBonn/eyepy/tree/v0.11.3'
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.11.2
version: v0.11.3
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.11.2"
version = "0.11.3"
description = "A python package to read, analyse and visualize OCT and fundus data form various sources."
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.11.2'
__version__ = '0.11.3'

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

0 comments on commit 5e5217e

Please sign in to comment.