From e124d47793a80b27479699c66abf22ff68ea0ce4 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Fri, 28 Nov 2025 12:39:57 +0000 Subject: [PATCH 1/2] Deduplicate version badges from README Probably makes sense to just keep the PyPI badge: Also the MIT badge is redundant since GitHub now displays the license info right above it --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a12a9ad..333f1cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -[![Version](https://img.shields.io/badge/Version-1.0.2-blue)](https://github.com/PHOTOX/promdens/releases) [![PyPI version](https://img.shields.io/pypi/v/promdens)](https://pypi.org/project/promdens/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue)](/LICENSE) [![CI](https://github.com/PHOTOX/promdens/actions/workflows/ci.yml/badge.svg)](https://github.com/PHOTOX/promdens/actions/workflows/ci.yml) From d5a811c66e51bd30cbe011f009453abe50774562 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Fri, 28 Nov 2025 12:40:44 +0000 Subject: [PATCH 2/2] Remove license badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 333f1cd..a2bd851 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ [![PyPI version](https://img.shields.io/pypi/v/promdens)](https://pypi.org/project/promdens/) -[![License: MIT](https://img.shields.io/badge/License-MIT-blue)](/LICENSE) [![CI](https://github.com/PHOTOX/promdens/actions/workflows/ci.yml/badge.svg)](https://github.com/PHOTOX/promdens/actions/workflows/ci.yml) # PROMDENS: Promoted Density Approach code