-
-
Notifications
You must be signed in to change notification settings - Fork 675
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
ENH: Remove features that were deprecated in ITKv5 #4729
ENH: Remove features that were deprecated in ITKv5 #4729
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A short entry in migration guide should suffice. E.g.:
All contents of the Deprecated
module were removed. This includes TreeContainer
and related classes; atomic primitives, mutexes and related classes which are now part of C++ standard; specialized Vector
filters - specialized versions are no longer needed, as regular filters can work with vector images. For details, see https://github.com/InsightSoftwareConsortium/ITK/blob/master/Documentation/docs/migration_guides/itk_5_migration_guide.md
55d3563
to
4d7cbe4
Compare
|
That error is related to: #4726 |
/azp run ITK.macOS |
/azp run ITK.macOS.Python |
4d7cbe4
to
c5ba0e4
Compare
Deprecated capabilities of ITKv5 are now removed in ITKv6.
c5ba0e4
to
5a3e629
Compare
91251de
into
InsightSoftwareConsortium:master
Deprecated capabilities of ITKv5 are now removed
in ITKv6.
Deprecated API's removed.
PR Checklist