Skip to content

moveaxis with sequence of dims and typing enhancements#3648

Merged
wyli merged 2 commits intoProject-MONAI:devfrom
wyli:moveaxis-with-indices
Jan 13, 2022
Merged

moveaxis with sequence of dims and typing enhancements#3648
wyli merged 2 commits intoProject-MONAI:devfrom
wyli:moveaxis-with-indices

Conversation

@wyli
Copy link
Copy Markdown
Contributor

@wyli wyli commented Jan 12, 2022

Signed-off-by: Wenqi Li [email protected]

Description

The pytorch/numpy APIs supports a sequence of ints as moveaxis arguments,
this PR enhances the moveaxis in monai/transforms/utils_pytorch_numpy_unification.py so that it also accepts sequences.

The PR also enhances the typing annotations

Status

Ready

Types of changes

  • 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 html command in the docs/ folder.

@wyli wyli force-pushed the moveaxis-with-indices branch from a33326d to 095a2fe Compare January 12, 2022 13:40
@wyli wyli force-pushed the moveaxis-with-indices branch from 095a2fe to 4e474d8 Compare January 12, 2022 13:41
@wyli wyli requested review from Nic-Ma and rijobro January 12, 2022 14:21
@wyli wyli marked this pull request as ready for review January 12, 2022 14:21
@wyli wyli changed the title moveaxis and typing enhancements moveaxis with sequence of dims and typing enhancements Jan 12, 2022
Copy link
Copy Markdown
Contributor

@Nic-Ma Nic-Ma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for the enhancement for moveaxis.

Thanks.

@wyli
Copy link
Copy Markdown
Contributor Author

wyli commented Jan 13, 2022

/build

@wyli wyli enabled auto-merge (squash) January 13, 2022 08:54
@wyli wyli merged commit 459b081 into Project-MONAI:dev Jan 13, 2022
wyli added a commit that referenced this pull request Jan 14, 2022
@wyli wyli deleted the moveaxis-with-indices branch April 27, 2022 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants