From f3edf977b5237d2de4da4219a6908214ecf10da9 Mon Sep 17 00:00:00 2001 From: gcalderone Date: Wed, 30 Apr 2025 20:05:37 +0200 Subject: [PATCH 1/3] Added CMPFit and GModelFit packages --- src/JuliaAstroDocs.jl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/JuliaAstroDocs.jl b/src/JuliaAstroDocs.jl index 88d3cb3d5..0761af7a0 100644 --- a/src/JuliaAstroDocs.jl +++ b/src/JuliaAstroDocs.jl @@ -363,6 +363,14 @@ const ecosystem = ( - Fully compatible with [Unitful.jl](https://github.com/painterqubits/Unitful.jl) """, ), + ( + name = "CMPFit.jl", + repo = "https://github.com/gcalderone/CMPFit.jl", + doc = "https://github.com/gcalderone/CMPFit.jl", + tagline = "MINPACK minimization", + descr = """ + """, + ), ( name = "Cosmology.jl", repo = "https://github.com/JuliaAstro/Cosmology.jl", @@ -385,6 +393,14 @@ const ecosystem = ( - Fully compatible with [Unitful.jl](https://github.com/painterqubits/Unitful.jl) """, ), + ( + name = "GModelFit.jl", + repo = "https://github.com/gcalderone/GModelFit.jl", + doc = "https://gcalderone.github.io/GModelFit.jl/", + tagline = "A model fitting framework for Julia", + descr = """ + """, + ), ( name = "LombScargle.jl", repo = "https://github.com/JuliaAstro/LombScargle.jl", From d98ac70345adea1f10a51e3ff97ba7449fb645f4 Mon Sep 17 00:00:00 2001 From: Ian Weaver Date: Thu, 8 May 2025 01:32:33 -0700 Subject: [PATCH 2/3] typo --- src/JuliaAstroDocs.jl | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/JuliaAstroDocs.jl b/src/JuliaAstroDocs.jl index 357d8fefc..d03ea8043 100644 --- a/src/JuliaAstroDocs.jl +++ b/src/JuliaAstroDocs.jl @@ -623,13 +623,14 @@ ecosystem() = ( astropy = ["astropy.convolution"], ), ( - name = "GModelFit.jl", - repo = "https://github.com/gcalderone/GModelFit.jl", - doc = "https://gcalderone.github.io/GModelFit.jl/", - tagline = "A model fitting framework for Julia", - descr = """ - """, - astropy = ["astropy.modeling"], + highlevel = "General", + name = "GModelFit.jl", + repo = "https://github.com/gcalderone/GModelFit.jl", + doc = "https://gcalderone.github.io/GModelFit.jl/", + tagline = "A model fitting framework for Julia", + descr = """ + """, + astropy = ["astropy.modeling"], ), ( highlevel = "General", From 022b69c15450291287ff8ed289020b014ca6b118 Mon Sep 17 00:00:00 2001 From: Ian Weaver Date: Tue, 2 Sep 2025 22:51:39 -0700 Subject: [PATCH 3/3] update GModel.jl descr --- src/JuliaAstroDocs.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/JuliaAstroDocs.jl b/src/JuliaAstroDocs.jl index f7d2eb20a..262d61689 100644 --- a/src/JuliaAstroDocs.jl +++ b/src/JuliaAstroDocs.jl @@ -617,6 +617,7 @@ ecosystem() = ( 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"], ),