-
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.
* Add typing info * Add type hints * Fix linting issues * Fix workflow * Fix workflow * Fix workflow * Fix workflow * Fix workflow * Fix workflow * Fix dependencies * Fix bug * Fix Python 3.8 compatibility * Fix typing * Fix workflow * Fix workflow * Fix bug * Fix bug * Add more type hints * [skip ci] Fix bug in `ObjectMeasureAdapter` The correspondance cache is removed, since correspondances may differ between subsequent calls, now that `ObjectMeasureAdapter` is also used for region-based measures. * [skip ci] Fix type hints * Fix bug * Fix issues * Fix linting issues * Add type hints for regional.py * Add Literal types * Update type hints * Add type hints for contour.py * Add type hints for detection.py * Add `python>=3.8` requirement * Fix requirements.txt * Fix bug * Add type hints for parallel.py
- Loading branch information
Showing
11 changed files
with
456 additions
and
271 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[mypy] | ||
|
||
disable_error_code = import-untyped |
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,4 +1,4 @@ | ||
numpy>=1.18 | ||
numpy>=1.20 | ||
scipy | ||
scikit-image>=0.18 | ||
scikit-learn | ||
|
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
Oops, something went wrong.