Build extension in python submodule
I believe this is a good compromise! It's possible to build the extension in a submodule i.e.
ducc.ducc_0_1_0
and then in the main init.py file
from ducc.ducc_0_1_0 import (fft, wgridder, ...)
I believe this is a good compromise! It's possible to build the extension in a submodule i.e.
ducc.ducc_0_1_0
and then in the main init.py file
from ducc.ducc_0_1_0 import (fft, wgridder, ...)