flatironinstitute / jax-finufft

JAX bindings to the Flatiron Institute Non-uniform Fast Fourier Transform (FINUFFT) library
Apache License 2.0
77 stars 2 forks source link

Replacing pybind11 with nanobind #83

Closed dfm closed 4 months ago

dfm commented 4 months ago

The new coolness is to use nanobind instead of pybind11 because it is allegedly better in all ways (see the docs for more info).

It didn't take much to make these changes and I don't see any reason to not do this migration.

LMKWYT @lgarrison!