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.
|
@deprecated_arg_default("tag", "hosting_storage_v1", "dev", since="1.3", replaced="1.5") |
|
@deprecated_arg_default("tag", "hosting_storage_v1", "dev", since="1.3", replaced="1.5") |
|
@deprecated_arg("runner_id", since="1.1", removed="1.3", new_name="run_id", msg_suffix="please use `run_id` instead.") |
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