8166 Add .py properties file support for BundleWorkflow
Fixes #8166 .
Description
A few sentences describing the changes proposed in this pull request.
Types of changes
- [x] Non-breaking change (fix or new feature that would not break existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing functionality to change).
- [ ] 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 htmlcommand in thedocs/folder.
I also do some refactor in this PR: https://github.com/Project-MONAI/MONAI/pull/8151. If it's a urgent request, we can merge this PR first and discuss more details later otherwise we can leave it here and after discussion let's combine these two prs. Thanks.
I also do some refactor in this PR: #8151. If it's a urgent request, we can merge this PR first and discuss more details later otherwise we can leave it here and after discussion let's combine these two prs. Thanks.
Thanks, It's not urgent as MONAI 1.4 is released, we can discuss more details later
@KumoLiu when would be the timeline for the next MONAI minor release? It would be great if we can include this MR in the next PyPI distribution. Thanks
@KumoLiu when would be the timeline for the next MONAI minor release? It would be great if we can include this MR in the next PyPI distribution. Thanks
Hi @drbeh, currently, we do not have plans to release a minor version. Can discuss about it later. Thanks.
I also do some refactor in this PR: #8151. If it's a urgent request, we can merge this PR first and discuss more details later otherwise we can leave it here and after discussion let's combine these two prs. Thanks.
Thanks, It's not urgent as MONAI 1.4 is released, we can discuss more details later
Hi @yiheng-wang-nv, the relevant refactor pr has been merged. Could you please resolve the conflict and add relevant tests? Then this pr can be reviewed and merged. Thanks.