flatironinstitute / cufinufft

Nonuniform fast Fourier transforms of types 1 and 2, in 1D, 2D, and 3D, on the GPU
Other
83 stars 18 forks source link

finishing up the 1D functionality #123

Closed ahbarnett closed 1 year ago

ahbarnett commented 2 years ago

I just added a bunch of 1D tests to the make tasks. But we need Python interface for 1D, and "1dmany" (vectorized) testers. This is not too hard.

We should then push the release to 1.2.1 and make a github release tag.

janden commented 2 years ago

Agreed. I would say that adding the 1D transform constitutes a minor version bump, so we'd be at 1.3 then.

ahbarnett commented 1 year ago

py has 1d interfaces I believe. We're going to worry about tests over in the merged finufft repo instead...