Skip to content

Commit

Permalink
Merge pull request #13 from camlloyd/v0.2.0
Browse files Browse the repository at this point in the history
Prepare for v0.2.0 release
  • Loading branch information
camlloyd committed Mar 19, 2022
2 parents 1ebd918 + 317be5c commit dea74d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Version 0.2.0
- Add support for en face images.
- Add support for segmentation data.
- Add --output optional argument for specifying a custom output directory.
- Add workflow for publishing to TestPyPI.
- Fix --size optional argument description.
- Format using black and sort imports using isort.
- Prepare for Zenodo release.
- Refactoring.

## Version 0.1.1
- Fixed bug when checking for 3D Disc scan pattern.

Expand Down
2 changes: 1 addition & 1 deletion oct_to_tiff/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main():
action="store_true",
help="convert extracted segmentation data",
)
parser.add_argument("--version", action="version", version="%(prog)s 0.1.1")
parser.add_argument("--version", action="version", version="%(prog)s 0.2.0")
args = parser.parse_args()

file_path = args.input
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oct_to_tiff
version = 0.1.1
version = 0.2.0
author = Cameron Lloyd
author_email = lloyd@med.unideb.hu
description = A command line tool for converting optical coherence tomography angiography (OCTA) data.
Expand Down

0 comments on commit dea74d4

Please sign in to comment.