From 36fb17451b0cf0df3578273acd8d12957d7baa88 Mon Sep 17 00:00:00 2001 From: igerber Date: Sun, 26 Apr 2026 10:25:12 -0400 Subject: [PATCH] README: swap monthly downloads badge for cumulative; drop docs-passing badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace shields.io/pypi/dm (downloads-per-month) with pepy.tech cumulative badge — better as a trust / reason-to-believe signal that doesn't dip on slow months. - Drop the readthedocs build-status badge — it acts as a clickable nav link but says nothing meaningful about doc quality, and the README already carries Documentation links elsewhere. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index aa556e12..7502025d 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ [![PyPI version](https://img.shields.io/pypi/v/diff-diff.svg)](https://pypi.org/project/diff-diff/) [![Python versions](https://img.shields.io/pypi/pyversions/diff-diff.svg)](https://pypi.org/project/diff-diff/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) -[![Downloads](https://img.shields.io/pypi/dm/diff-diff.svg)](https://pypi.org/project/diff-diff/) -[![Documentation](https://readthedocs.org/projects/diff-diff/badge/?version=stable)](https://diff-diff.readthedocs.io/en/stable/) +[![Downloads](https://static.pepy.tech/badge/diff-diff)](https://pepy.tech/projects/diff-diff) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19646175.svg)](https://doi.org/10.5281/zenodo.19646175) A Python library for Difference-in-Differences (DiD) causal inference - sklearn-like estimators with statsmodels-style outputs, built for econometricians, marketing analysts, and data scientists running campaign-lift, policy, and staggered-rollout analyses.