Skip to content

Split out a new section Archived/emeritus for affiliated packages #679

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 56 additions & 1 deletion affiliated/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,15 @@ <h1 id="affiliated-package-list-pre-ape22">Affiliated Packages Registry (Pre-APE

<p>This section contains the listing of Astropy Affiliated Packages that pre-dated
<a href="https://github.com/astropy/astropy-APEs/blob/main/APE22.rst">APE 22</a>.
This section is frozen as of March 6, 2024.</p>
No new packages are added to this list after March 6, 2024; but packages can be removed or their
status can change. In particular packages that are archived by their maintainers or are no longer actively maintained, can be moved to the
<a href="#affiliated-package-list-emeritus">emeritus section</a>.

</p>
<p>A detailed description of the meaning of the badges for each package can be found
<a
href="https://github.com/astropy/astropy-project/blob/a9ea09ccd27703ea3ef2a80a811a5f70f91bc94b/affiliated/affiliated_package_review_guidelines.md#development-status-devstatus">here</a>.
</p>
<p>Total number of pre-APE 22 affiliated packages: <strong id="total-affiliated-pkgs"></strong></p>

<table border="1" class="docutils" id="affiliated-package-table">
Expand Down Expand Up @@ -248,6 +255,54 @@ <h1 id="affiliated-package-list-pre-ape22">Affiliated Packages Registry (Pre-APE
</tbody>
</table>

<section id="affiliated-package-registry-emeritus">
<h1 id="affiliated-package-list-emeritus">Archived/Emeritus Affiliated Packages<a class="paralink"
href="#affiliated-package-list-emeritus" title="Permalink to this headline">¶</a></h1>


<p>This section contains a list of packages that are no longer actively maintained, that means that they might
no longer work with the most recent release of Python or Astropy and do not receive new features or bug fixes.
However, some of those packages still provide unique
capabilities that no newer package matches or are still widely used.
Comment on lines +263 to +266
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<p>This section contains a list of packages that are no longer actively maintained, that means that they might
no longer work with the most recent release of Python or Astropy and do not receive new features or bug fixes.
However, some of those packages still provide unique
capabilities that no newer package matches or are still widely used.
<p>This section contains a list of packages that are no longer actively maintained (so they might
no longer work with the most recent release of Python or Astropy and do not receive new
features or bug fixes) but are still widely used or provide unique
capabilities that no newer package matches.

</p>
<p>If there is new active development, the package can be moved back into <a href="#affiliated-package-list-pre-ape22">the pre-APE 22 list</a>;
if you are interested in taking over development from one of these packages we recommend contacting the maintainer or reach out to the Astropy
community.
</p>

<p>Total number of archived/emeritus affiliated packages: <strong id="total-emeritus-pkgs"></strong></p>

<table border="1" class="docutils" id="emeritus-package-table">
<colgroup>
<col width="5%" />
<col width="3%" />
<col width="3%" />
<col />
</colgroup>
<thead valign="bottom">
<tr class="row-odd">
<th class="head"></th>
<th class="head"></th>
<th class="head"></th>
<th class="head"></th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even">
<td rowspan="1">Loading...</td>
<td rowspan="1">&nbsp;</td>
<td rowspan="1">&nbsp;</td>
<td rowspan="1">&nbsp;</td>
<td rowspan="1">&nbsp;</td>
</tr>
<tr class="row-odd">
<td colspan="1">&nbsp;</td>
<td colspan="3">&nbsp;</td>
</tr>
</tbody>
</table>


</section>

<section id="affiliated-instructions">
Expand Down
Loading