LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/volresample/__init__.py
src/volresample/_config.py
src/volresample/_resample.c
src/volresample/_resample.pyi
src/volresample/_resample.pyx
src/volresample/_version.py
src/volresample/py.typed
src/volresample.egg-info/PKG-INFO
src/volresample.egg-info/SOURCES.txt
src/volresample.egg-info/dependency_links.txt
src/volresample.egg-info/not-zip-safe
src/volresample.egg-info/requires.txt
src/volresample.egg-info/top_level.txt
src/volresample/cython_src/area.pxd
src/volresample/cython_src/area.pyx
src/volresample/cython_src/cubic.pxd
src/volresample/cython_src/cubic.pyx
src/volresample/cython_src/grid_sample.pxd
src/volresample/cython_src/grid_sample.pyx
src/volresample/cython_src/linear.pxd
src/volresample/cython_src/linear.pyx
src/volresample/cython_src/nearest.pxd
src/volresample/cython_src/nearest.pyx
src/volresample/cython_src/utils.pxd
src/volresample/cython_src/utils.pyx
tests/__init__.py
tests/benchmark.py
tests/conftest.py
tests/test_cubic.py
tests/test_dtypes.py
tests/test_grid_sample.py
tests/test_resample.py
tests/test_validation.py
tests/torch_reference.py