Skip to content

Commit

Permalink
0.5.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 2, 2022
1 parent 761dd5a commit 79a786d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.5.0 (2022-03-02)
### Feature
* **eyevolume.py:** Enable custom intensity transformation for OCT data ([`761dd5a`](https://github.com/MedVisBonn/eyepy/commit/761dd5a4a360ca46d79ff2074b2644b4c2fd8ca4))

## v0.4.1 (2022-02-17)
### Fix
* **EyeVolume:** Fix B-scan iteration; enable setting layer heights from EyeBscan ([`f982d68`](https://github.com/MedVisBonn/eyepy/commit/f982d687a7834922866377b70a755e253c785880))
Expand Down
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.4.1"
__version__ = "0.5.0"

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

0 comments on commit 79a786d

Please sign in to comment.