ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
586 stars 161 forks source link

DRAFT: rewrite c++ wrappers using nanobuild #591

Closed ncullen93 closed 2 months ago

ncullen93 commented 3 months ago

This draft PR completely revamps the c++ library wrappers for antspy. It uses nanobuild which is a greatly improved version of pybind11.

The positive effects of this PR are the following:

Potential negative effects:

Current difficulties:

Testing this:

pip install .