JuliaStats / KernelDensity.jl

Kernel density estimators for Julia
Other
172 stars 40 forks source link

Switch from FFTW to FastTransforms to avoid GPL #95

Closed andreasnoack closed 3 years ago

andreasnoack commented 3 years ago

This avoids a GPL dependency and therefore will make it easier to integrate KernelDensity into non-GPL projects.

andreasnoack commented 3 years ago

Never mind. I hadn't realized that FastTransforms uses FFTW.jl for the fft