-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from camlloyd/v0.3.0
Prepare for v0.3.0 release
- Loading branch information
Showing
3 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,26 @@ | ||
# Changelog | ||
|
||
## Version 0.3.0 | ||
* Add support for Retina Map scan pattern | ||
* Add support for ONH scan pattern | ||
* Add basic logging functionality | ||
* Add workflow for publishing to PyPI | ||
* Add CITATION.cff | ||
* Update GitHub action versions | ||
* Refactoring | ||
|
||
## 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. | ||
* 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. | ||
* Fixed bug when checking for 3D Disc scan pattern | ||
|
||
## Version 0.1.0 | ||
- Initial release. | ||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = oct_to_tiff | ||
version = 0.2.0 | ||
version = 0.3.0 | ||
author = Cameron Lloyd | ||
author_email = [email protected] | ||
description = A command line tool for converting optical coherence tomography angiography (OCTA) data. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters