JuliaDSP / FourierTransforms.jl

Fourier transforms written in Julia
MIT License
20 stars 2 forks source link

Register the package? #11

Closed mfherbst closed 4 years ago

mfherbst commented 4 years ago

In DFTK we are currently using this package for pursuing an implementation completely generic in the floating-point type. We are aware of the fact that this package is still in a very early state of development, but we would still like to depend on it for our development and releases. For this having this package registered in General or another registry would be very helpful. Is there any chance, this could happen soon?

We currently run our own registry (MolSim) for DFTK and a bunch of other packages for molecular science simulations and we would be happy to include FourierTransforms in form of a preview release until the authors consider it mature.

mfherbst commented 4 years ago

Update: We'll include a copy of the relevant code from this repository in DFTK for now. Not an elegant solution, but that should work until this package is properly ready for release.