From 9c3412d11af2b06a57ce68ac16e21a8b2a6351d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20Moritz=20G=C3=BCnther?= Date: Fri, 27 Jun 2025 07:07:56 -0400 Subject: [PATCH 1/2] Remove packages that went through PyOpenSci from our old listing Since the packges are now listed through PyOpenSci, they appear twice on the Astropy affiliated website once under the heading "Affiliated Packages Registry" and once under the heading "Affiliated Packages Registry (Pre-APE 22)". We're trying to make that list the most useful for people to find packages and we think it's clearer if each package is listed only once. Thus, this PR removes the older (pre-APE 22) listing towards the bottom on the page. Both affected packages have been contacted and agree: https://github.com/StingraySoftware/stingray/issues/926 https://github.com/Cosmoglobe/zodipy/issues/50 --- affiliated/registry.json | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/affiliated/registry.json b/affiliated/registry.json index b9ae3cf..eab9ecb 100644 --- a/affiliated/registry.json +++ b/affiliated/registry.json @@ -1,24 +1,5 @@ { "packages": [ - { - "name": "ZodiPy", - "maintainer": "Metin San ", - "stable": true, - "home_url": "https://cosmoglobe.github.io/zodipy/", - "repo_url": "https://github.com/cosmoglobe/zodipy/", - "pypi_name": "zodipy", - "description": "ZodiPy is a Python tool for simulating the zodiacal emission that a solar system observer sees, either in the form of timestreams or binned HEALPix maps.", - "coordinated": false, - "review": { - "functionality": "Specialized package", - "ecointegration": "Partial", - "documentation": "Good", - "testing": "Good", - "devstatus": "Good", - "python3": "Yes", - "last-updated": "2024-02-24" - } - }, { "name": "regularizePSF", "maintainer": "Marcus Hughes ", @@ -694,26 +675,7 @@ "last-updated": "2017-11-08" } }, - { - "name": "stingray", - "maintainer": "Daniela Huppenkothen, Matteo Bachetti, Abigail Stevens, Simone Migliari, and Paul Balm", - "stable": false, - "repo_url": "https://github.com/StingraySoftware/stingray", - "home_url": "https://stingraysoftware.github.io", - "pypi_name": "stingray", - "description": "Python library for spectral-timing analysis of X-ray data.", - "image": null, - "coordinated": false, - "review": { - "functionality": "Specialized package", - "ecointegration": "Partial", - "documentation": "Partial", - "testing": "Good", - "devstatus": "Good", - "python3": "Yes", - "last-updated": "2017-11-08" - } - }, + { "name": "Halotools", "maintainer": "Andrew Hearin, Nick van Alfen ", From 8303b292fee4742088929f4350b441c2ff258501 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Fri, 27 Jun 2025 13:52:53 -0700 Subject: [PATCH 2/2] Remove extra blank line Co-authored-by: Derek Homeier --- affiliated/registry.json | 1 - 1 file changed, 1 deletion(-) diff --git a/affiliated/registry.json b/affiliated/registry.json index eab9ecb..711c90d 100644 --- a/affiliated/registry.json +++ b/affiliated/registry.json @@ -675,7 +675,6 @@ "last-updated": "2017-11-08" } }, - { "name": "Halotools", "maintainer": "Andrew Hearin, Nick van Alfen ",