-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ENH: World coordinates support * ENH: Update test for world coordinates version * ENH: Version bump to 0.0.3
- Loading branch information
1 parent
7c3cffe
commit c0ff9b3
Showing
4 changed files
with
27 additions
and
15 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
__author__ = "Viktor van der Valk" | ||
__email__ = "[email protected]" | ||
|
||
__version__ = "0.0.2" | ||
__version__ = "0.0.3" | ||
|
||
|
||
def get_module_version(): | ||
|
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
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
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 |
---|---|---|
|
@@ -3,3 +3,5 @@ numpy>=1.19.0 | |
napari>=0.4.6 | ||
magicgui>=0.2.6 | ||
itk-elastix>=0.11.1 | ||
itk_napari_conversion>=0.3.1 | ||
napari-itk-io>=0.1.0 |