Quade
Quade
> making DistanceFrom public isn't related to optional dependencies My bad @cospectrum that was for another commit. I removed it.
I started working on this and it causes a cascade of warnings if/when the feature is removed. Would you rather I go through add `#[cfg(feature = "fft")]` to all imports...
Nvm I think a mixture of `#[allow(dead_code)]` would be the solution.
...sorry about that I got pulled away from the computer for a bit.
Would it make more sense to create a secondary function for this that uses par_iter so if users want to run this single threaded they have that option? Also the...