From 8a755f4dc075f2f00acb406841c72ab3f106125b Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 28 Aug 2026 11:08:29 +0000 Subject: [PATCH] Mark EquityStack as Stable; fix stale community links Aligns this repository with the OpenStacks maintenance policy published at the hub, so its stated status matches how it is actually maintained. - Add an explicit "Status: Stable" badge and note: usable and correct, not under active development, replies measured in weeks. This replaces an implied promise of active maintenance that was not being kept. - Repoint the CONTRIBUTING link, which pointed at a file deleted in March 2026 when community health files moved to Varnasr/.github, and had been 404ing since. - Refresh CITATION.cff, stale since 2025. - Remove the auto-changelog workflow. python-tests.yml is kept: it catches real problems. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01JkaofZXuUTAovNkveXEDNe --- .github/workflows/update-changelog.yml | 30 -------------------------- CITATION.cff | 4 ++-- README.md | 8 ++++++- 3 files changed, 9 insertions(+), 33 deletions(-) delete mode 100644 .github/workflows/update-changelog.yml diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml deleted file mode 100644 index abfd359..0000000 --- a/.github/workflows/update-changelog.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Update CHANGELOG - -on: - push: - branches: - - main - release: - types: [published] - -permissions: - contents: write - -jobs: - update-changelog: - runs-on: ubuntu-latest - steps: - - name: Checkout Repository - uses: actions/checkout@v4 - - - name: Generate CHANGELOG - uses: janheinrichmerker/action-github-changelog-generator@v2.4 - with: - token: ${{ secrets.GITHUB_TOKEN }} - output: CHANGELOG.md - - - name: Commit and Push CHANGELOG - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: "Auto-update CHANGELOG [skip ci]" - file_pattern: CHANGELOG.md \ No newline at end of file diff --git a/CITATION.cff b/CITATION.cff index 2d47d9b..1bf8767 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,9 +1,9 @@ cff-version: 1.2.0 message: "If you use this repository, please cite it as below." title: "EquityStack: Python Workflows for Development Data" -version: "1.0.0" +version: "2026.1.0" doi: "10.5281/zenodo.15249477" -date-released: 2025-04-20 +date-released: "2026-08-28" authors: - family-names: Sri Raman given-names: Varna diff --git a/README.md b/README.md index bf5c580..a236cbf 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,15 @@ [![Part of OpenStacks](https://img.shields.io/badge/Part%20of-OpenStacks-blue)](https://openstacks.dev) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE) +[![Status: Stable](https://img.shields.io/badge/Status-Stable-0969da?style=flat-square)](https://github.com/Varnasr/OpenStacks-for-Change/blob/main/MAINTENANCE.md) > Plug-and-play templates for health, gender, education, and climate equity data — built for reproducibility. +> **Status: Stable.** This repository works and is correct, but it is not under active +> development. Bug reports are welcome and issues stay open; new features are unlikely, +> and replies are measured in weeks rather than days. Dependencies are pinned deliberately +> so that a clone still runs years from now. See the [maintenance policy](https://github.com/Varnasr/OpenStacks-for-Change/blob/main/MAINTENANCE.md). + --- ## What This Is @@ -92,7 +98,7 @@ EquityStack is one of several stacks in the [OpenStacks](https://openstacks.dev) ## Contributing -Contributions welcome — especially from data practitioners in the development sector. See [CONTRIBUTING.md](CONTRIBUTING.md). +Contributions welcome — especially from data practitioners in the development sector. See [contributing guidelines](https://github.com/Varnasr/.github/blob/main/CONTRIBUTING.md). High-impact areas: - **EDA tools** — correlation matrices, group summaries, data profiling