Skip to content

Commit

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

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

## 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))
* **import_duke_mat:** Fixes age parsing from duke data ([`ecbcbc2`](https://github.com/MedVisBonn/eyepy/commit/ecbcbc21349414d12746a9d46353b0494b79ef83))

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

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

0 comments on commit 5ac3fea

Please sign in to comment.