-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: updated and fixed ome-converter
build: bumped version 0.3.0 -> 0.3.1 on ome converter plugin build: updated ome-converter dep on bfio to 2.3.3 bumped version fix: fp usage fix: returning after preview feat: using preadator feat: using preadator fix: new pre-commit hooks ci: updated pre-commit config to check test files fix: fixed all tests
- Loading branch information
Showing
11 changed files
with
241 additions
and
187 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
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
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
11 changes: 4 additions & 7 deletions
11
formats/ome-converter-plugin/src/polus/plugins/formats/ome_converter/__init__.py
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,9 +1,6 @@ | ||
"""Ome Converter.""" | ||
__version__ = "0.3.0" | ||
|
||
from polus.plugins.formats.ome_converter.image_converter import ( # noqa | ||
batch_convert as batch_convert, | ||
) | ||
from polus.plugins.formats.ome_converter.image_converter import ( # noqa | ||
convert_image as convert_image, | ||
) | ||
__version__ = "0.3.2" | ||
|
||
from polus.plugins.formats.ome_converter.image_converter import batch_convert | ||
from polus.plugins.formats.ome_converter.image_converter import convert_image |
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 |
---|---|---|
@@ -1 +1 @@ | ||
"""ome converter plugin.""" | ||
"""Tests for ome converter plugin.""" |
Oops, something went wrong.