Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 31, 2023
1 parent 3fc7424 commit c63a9d7
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.1 (2023-03-31)
### Fix
* **EyeVolumeMeta:** Fixes saving issue by storing all dates as string in isoformat to avoid problems with dumping to json and loading ([`3fc7424`](https://github.com/MedVisBonn/eyepy/commit/3fc742485667b03505fd17d3bf25b8d2f20516de))

## 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))
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.0'
repository-code: 'https://github.com/MedVisBonn/eyepy/tree/v0.11.0'
value: 'https://github.com/MedVisBonn/eyepy/tree/v0.11.1'
repository-code: 'https://github.com/MedVisBonn/eyepy/tree/v0.11.1'
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.0
version: v0.11.1
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.0"
version = "0.11.1"
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.0'
__version__ = '0.11.1'

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

0 comments on commit c63a9d7

Please sign in to comment.