diff --git a/src/JuliaAstroDocs.jl b/src/JuliaAstroDocs.jl index 7b2d5234c..0344d8264 100644 --- a/src/JuliaAstroDocs.jl +++ b/src/JuliaAstroDocs.jl @@ -630,6 +630,17 @@ ecosystem() = ( """, astropy = [], ), + ( + name = "gcalderone/GModelFit.jl", + repo = "https://github.com/gcalderone/GModelFit.jl", + doc = "https://gcalderone.github.io/GModelFit.jl/", + tagline = "A model fitting framework for Julia", + descr = """ + - `GModelFit` is a general purpose, data-driven model fitting framework for Julia + - Powers the spectral fitting library, [QSFit.jl](https://github.com/gcalderone/QSFit.jl) + """, + astropy = ["astropy.modeling"], + ), ( name = "JuliaStats", repo = "https://github.com/JuliaStats",