Improved compile time optimization makes speed of ANTsPy operations much closer to the comparable command-line ANTs call.
Various bug fixes including adding ants.ANTsImage back to the namespace.
What's Changed
- ENH: Add ants.ANTsImage back to namespace by @cookpa in #700
- CI: Push more wheels to pypi, document Mac compatibility issues by @cookpa in #697
- COMP: downgrade numpy for arm64 by @cookpa in #702
- ENH: Default to 2 voxel radius for denoise_image.py by @cookpa in #704
- PERF: more optimization at compile time by @cookpa in #705
- DISP: Address pd warning. by @ntustison in #713
- BUG: label_image_centroids only worked with sequential labels 1..N by @cookpa in #714
- DOC: remove reference to ants/lib which no longer exists by @cookpa in #720
- BUG: Fix slicing. More consistent with numpy by @cookpa in #721
Full Changelog: v0.5.3...v0.5.4