-
-
Notifications
You must be signed in to change notification settings - Fork 731
ENH: Update remote modules for ITKv5.1rc02 #1671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
hjmjohnson
merged 3 commits into
InsightSoftwareConsortium:master
from
hjmjohnson:update-remote-modules
Mar 2, 2020
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,5 +1,49 @@ | ||
| #-- # Grading Level Criteria Report | ||
| #-- EVALUATION DATE: 2020-03-01 | ||
| #-- EVALUATORS: [<<NO EVALUATOR>>,<<NO EVALUATOR>>] | ||
| #-- | ||
| #-- ## Compliance level 5 star (AKA ITK main modules, or remote modules that could become core modules) | ||
| #-- - [ ] Widespread community dependance | ||
| #-- - [ ] Above 90% code coverage | ||
| #-- - [ ] CI dashboards and testing monitored rigorously | ||
| #-- - [ ] Key API features are exposed in wrapping interface | ||
| #-- - [ ] All requirements of Levels 4,3,2,1 | ||
| #-- | ||
| #-- ## Compliance Level 4 star (Very high-quality code, perhaps small community dependance) | ||
| #-- - [ ] Meets all ITK code style standards | ||
| #-- - [ ] No external requirements beyond those needed by ITK proper | ||
| #-- - [ ] Builds and passes tests on all supported platforms within 1 month of each core tagged release | ||
| #-- - [ ] Windows Shared Library Build with Visual Studio | ||
| #-- - [ ] Mac with clang compiller | ||
| #-- - [ ] Linux with gcc compiler | ||
| #-- - [ ] Active developer community dedicated to maintaining code-base | ||
| #-- - [ ] 75% code coverage demonstrated for testing suite | ||
| #-- - [ ] Continuous integration testing performed | ||
| #-- - [ ] All requirements of Levels 3,2,1 | ||
| #-- | ||
| #-- ## Compliance Level 3 star (Quality beta code) | ||
| #-- - [ ] API | executable interface is considered mostly stable and feature complete | ||
| #-- - [ ] 10% C0-code coverage demonstrated for testing suite | ||
| #-- - [ ] Some tests exist and pass on at least some platform | ||
| #-- - [X] All requirements of Levels 2,1 | ||
| #-- | ||
| #-- ## Compliance Level 2 star (Alpha code feature API development or niche community/exectution environment dependance ) | ||
| #-- - [X] Compiles for at least 1 niche set of execution envirionments, and perhaps others | ||
| #-- (may depend on specific external tools like a java environment, or specific external libraries to work ) | ||
| #-- - [X] All requirements of Levels 1 | ||
| #-- | ||
| #-- ## Compliance Level 1 star (Pre-alpha features under development and code of unkown quality) | ||
| #-- - [X] Code complies on at least 1 platform | ||
| #-- | ||
| #-- ## Compliance Level 0 star ( Code/Feature of known poor-quality or deprecated status ) | ||
| #-- - [ ] Code reviewed and explicitly identified as not recommended for use | ||
| #-- | ||
| #-- ### Please document here any justification for the criteria above | ||
| # Code style enforced by clang-format on 2020-02-19, and clang-tidy modernizations completed | ||
|
|
||
| itk_fetch_module(BSplineGradient | ||
| "Approximate an image's gradient from a b-spline fit to its intensity." | ||
| MODULE_COMPLIANCE_LEVEL 2 | ||
| GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKBSplineGradient.git | ||
| GIT_TAG 881795e057570e9957acaeed7c5de3d19cdb6022 | ||
| GIT_TAG 761b8bbdcb0039ebdac0dbe467d1e8c313b5b4c5 | ||
| ) |
This file contains hidden or 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,8 +1,52 @@ | ||
| #-- # Grading Level Criteria Report | ||
| #-- EVALUATION DATE: 2020-03-01 | ||
| #-- EVALUATORS: [<<NO EVALUATOR>>,<<NO EVALUATOR>>] | ||
| #-- | ||
| #-- ## Compliance level 5 star (AKA ITK main modules, or remote modules that could become core modules) | ||
| #-- - [ ] Widespread community dependance | ||
| #-- - [ ] Above 90% code coverage | ||
| #-- - [ ] CI dashboards and testing monitored rigorously | ||
| #-- - [ ] Key API features are exposed in wrapping interface | ||
| #-- - [ ] All requirements of Levels 4,3,2,1 | ||
| #-- | ||
| #-- ## Compliance Level 4 star (Very high-quality code, perhaps small community dependance) | ||
| #-- - [ ] Meets all ITK code style standards | ||
| #-- - [ ] No external requirements beyond those needed by ITK proper | ||
| #-- - [ ] Builds and passes tests on all supported platforms within 1 month of each core tagged release | ||
| #-- - [ ] Windows Shared Library Build with Visual Studio | ||
| #-- - [ ] Mac with clang compiller | ||
| #-- - [ ] Linux with gcc compiler | ||
| #-- - [ ] Active developer community dedicated to maintaining code-base | ||
| #-- - [ ] 75% code coverage demonstrated for testing suite | ||
| #-- - [ ] Continuous integration testing performed | ||
| #-- - [ ] All requirements of Levels 3,2,1 | ||
| #-- | ||
| #-- ## Compliance Level 3 star (Quality beta code) | ||
| #-- - [ ] API | executable interface is considered mostly stable and feature complete | ||
| #-- - [ ] 10% C0-code coverage demonstrated for testing suite | ||
| #-- - [ ] Some tests exist and pass on at least some platform | ||
| #-- - [X] All requirements of Levels 2,1 | ||
| #-- | ||
| #-- ## Compliance Level 2 star (Alpha code feature API development or niche community/exectution environment dependance ) | ||
| #-- - [X] Compiles for at least 1 niche set of execution envirionments, and perhaps others | ||
| #-- (may depend on specific external tools like a java environment, or specific external libraries to work ) | ||
| #-- - [X] All requirements of Levels 1 | ||
| #-- | ||
| #-- ## Compliance Level 1 star (Pre-alpha features under development and code of unkown quality) | ||
| #-- - [X] Code complies on at least 1 platform | ||
| #-- | ||
| #-- ## Compliance Level 0 star ( Code/Feature of known poor-quality or deprecated status ) | ||
| #-- - [ ] Code reviewed and explicitly identified as not recommended for use | ||
| #-- | ||
| #-- ### Please document here any justification for the criteria above | ||
| # Code style enforced by clang-format on 2020-02-19, and clang-tidy modernizations completed | ||
|
|
||
| itk_fetch_module(BioCell | ||
| "This module contains classes related to segmentation of biological cells. | ||
| It has classes to represent cells' shape, color, and growth state. | ||
| It also has classes to represent a cell genome, | ||
| whose expression is modeled by differential equations." | ||
| MODULE_COMPLIANCE_LEVEL 2 | ||
| GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKBioCell.git | ||
| GIT_TAG 8be5ca909129e96b399df802cd477f4450de7ba2 | ||
| GIT_TAG 47a23387fbcac5402b8f9a2bb896344be648f499 | ||
| ) |
This file contains hidden or 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,5 +1,49 @@ | ||
| #-- # Grading Level Criteria Report | ||
| #-- EVALUATION DATE: 2020-03-01 | ||
| #-- EVALUATORS: [<<NO EVALUATOR>>,<<NO EVALUATOR>>] | ||
| #-- | ||
| #-- ## Compliance level 5 star (AKA ITK main modules, or remote modules that could become core modules) | ||
| #-- - [ ] Widespread community dependance | ||
| #-- - [ ] Above 90% code coverage | ||
| #-- - [ ] CI dashboards and testing monitored rigorously | ||
| #-- - [ ] Key API features are exposed in wrapping interface | ||
| #-- - [ ] All requirements of Levels 4,3,2,1 | ||
| #-- | ||
| #-- ## Compliance Level 4 star (Very high-quality code, perhaps small community dependance) | ||
| #-- - [ ] Meets all ITK code style standards | ||
| #-- - [ ] No external requirements beyond those needed by ITK proper | ||
| #-- - [ ] Builds and passes tests on all supported platforms within 1 month of each core tagged release | ||
| #-- - [ ] Windows Shared Library Build with Visual Studio | ||
| #-- - [ ] Mac with clang compiller | ||
| #-- - [ ] Linux with gcc compiler | ||
| #-- - [ ] Active developer community dedicated to maintaining code-base | ||
| #-- - [ ] 75% code coverage demonstrated for testing suite | ||
| #-- - [ ] Continuous integration testing performed | ||
| #-- - [ ] All requirements of Levels 3,2,1 | ||
| #-- | ||
| #-- ## Compliance Level 3 star (Quality beta code) | ||
| #-- - [ ] API | executable interface is considered mostly stable and feature complete | ||
| #-- - [ ] 10% C0-code coverage demonstrated for testing suite | ||
| #-- - [ ] Some tests exist and pass on at least some platform | ||
| #-- - [X] All requirements of Levels 2,1 | ||
| #-- | ||
| #-- ## Compliance Level 2 star (Alpha code feature API development or niche community/exectution environment dependance ) | ||
| #-- - [X] Compiles for at least 1 niche set of execution envirionments, and perhaps others | ||
| #-- (may depend on specific external tools like a java environment, or specific external libraries to work ) | ||
| #-- - [X] All requirements of Levels 1 | ||
| #-- | ||
| #-- ## Compliance Level 1 star (Pre-alpha features under development and code of unkown quality) | ||
| #-- - [X] Code complies on at least 1 platform | ||
| #-- | ||
| #-- ## Compliance Level 0 star ( Code/Feature of known poor-quality or deprecated status ) | ||
| #-- - [ ] Code reviewed and explicitly identified as not recommended for use | ||
| #-- | ||
| #-- ### Please document here any justification for the criteria above | ||
| # Code style enforced by clang-format on 2020-02-19, and clang-tidy modernizations completed | ||
|
|
||
| itk_fetch_module(BoneEnhancement | ||
| "Various filters for enhancing cortical bones in quantitative computed tomography." | ||
| MODULE_COMPLIANCE_LEVEL 2 | ||
| GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKBoneEnhancement.git | ||
| GIT_TAG d9069daaff0abd7c57ccba6427b02fcec4797362 | ||
| GIT_TAG b29ba808b0468762769d5e32bbc7a97745478df2 | ||
| ) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.