From f3edf977b5237d2de4da4219a6908214ecf10da9 Mon Sep 17 00:00:00 2001 From: gcalderone Date: Wed, 30 Apr 2025 20:05:37 +0200 Subject: [PATCH 1/2] 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 88d3cb3d55..0761af7a0f 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/2] typo --- src/JuliaAstroDocs.jl | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/JuliaAstroDocs.jl b/src/JuliaAstroDocs.jl index 357d8fefc3..d03ea80438 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",