-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Deprecate Old Pathology Components #4415
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
Deprecate Old Pathology Components #4415
Conversation
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
|
Hi @drbeh , As discussed in #233 (comment), I think maybe we can:
The benefit of this method is to keep tracking the change of tests in one python code file and easy to check the history. Thanks. |
|
I think this should be a note to ourselves not to call things |
|
Definitely should avoid using "new" or "old", when a feature is removed should be mandatory and we remove the feature and its tests at the stated version. Perhaps the tests to be removed should be marked as deprecated as well. |
That's a good point! @drbeh What do you think? Could you please help merge the test cases into one file and also mark the tests for deprecated APIs as "deprecated"? Thanks in advance. |
|
That is fine with me and I agree that we should not use words |
|
Hi @drbeh , As I described in the previous comment, I think one of the main benefits to merge the test cases is that: it can help keep tracking the change of tests in one python test code file and easy to check the history. Thanks. |
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Hi @Nic-Ma, maybe I am missing something but in this way we will lose the track of the tests for the newer component, don't we? Anyways, if it makes this PR acceptable to merge, I'll do it because I don't think that it is that important. Just to clarify, when you say to mark it as deprecated, do you mean adding deprecated to the test name or use deprecated decorator? |
|
Hi @drbeh , Sorry maybe I didn't describe it clearly.
What do you think? Thanks in advance. |
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
|
Hi, I have combined the unittest files according to what we have discussed. Please let me know if you have any other comment. |
wyli
left a comment
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.
Thanks, it looks good to me.
|
/build |
Nic-Ma
left a comment
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.
Thanks for the quick update!
Looks good to me.
|
/build |
Fixes #4226
This PR deprecates datasets and append the previous test cases with
_deprecated.Status
Ready
Types of changes