You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
before 1.3 is released and tagged, it's not possible to properly test these deprecation decorator. would be great to change them to since="1.2" to reflect the actual changes across versions.
Fixes#7015.
### Description
Change deprecated since="1.3" to since="1.2" before 1.3 is released and
tagged.
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [ ] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.
Signed-off-by: KumoLiu <yunl@nvidia.com>
before 1.3 is released and tagged, it's not possible to properly test these deprecation decorator. would be great to change them to
since="1.2"
to reflect the actual changes across versions.MONAI/monai/bundle/scripts.py
Line 624 in e5f9337
MONAI/monai/bundle/scripts.py
Line 662 in e5f9337
MONAI/monai/bundle/scripts.py
Line 707 in e5f9337
The text was updated successfully, but these errors were encountered: