Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 25, 2022
1 parent 8479628 commit 888a4e9
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.6.0 (2022-03-25)
### Feature
* **eyevolume:** Enable use of EyeVolume in eyelab ([`8479628`](https://github.com/MedVisBonn/eyepy/commit/84796285a2eebb65497ac3cd438bdc212aa41e34))

### Documentation
* **README.md:** Add Related Projects section with reference to OCT-Converter ([`c273e44`](https://github.com/MedVisBonn/eyepy/commit/c273e448f177712cc67de8215b7afe448b005a4a))

## v0.5.0 (2022-03-02)
### Feature
* **eyevolume.py:** Enable custom intensity transformation for OCT data ([`761dd5a`](https://github.com/MedVisBonn/eyepy/commit/761dd5a4a360ca46d79ff2074b2644b4c2fd8ca4))
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.5.0'
repository-code: 'https://github.com/MedVisBonn/eyepy/tree/v0.5.0'
value: 'https://github.com/MedVisBonn/eyepy/tree/v0.6.0'
repository-code: 'https://github.com/MedVisBonn/eyepy/tree/v0.6.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.5.0
version: v0.6.0
date-released: '2022-03-02'
2 changes: 1 addition & 1 deletion eyepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = """Olivier Morelle"""
__email__ = "[email protected]"
__version__ = "0.5.0"
__version__ = "0.6.0"

from eyepy.core import (
EyeBscan,
Expand Down
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"}
]
version = "0.5.0"
version = "0.6.0"
description = "The Python package for working with ophthalmological data."
authors = ["Olivier Morelle <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 888a4e9

Please sign in to comment.