From 9fdba08e672abd87bdff2bb1d5216d1ac8a7068f Mon Sep 17 00:00:00 2001
From: Dimitri Papadopoulos
<3234522+DimitriPapadopoulos@users.noreply.github.com>
Date: Mon, 6 Jul 2026 09:35:21 +0200
Subject: [PATCH 1/3] Remove broken badge
It relies on a CI workflow that had been removed in 2024 by 9e3e8c0.
It's unclear whether it should be replaced by a different CI workflow,
and if so which one.
---
README.md | 8 --------
1 file changed, 8 deletions(-)
diff --git a/README.md b/README.md
index 45410eeb7b..b2e6821c4a 100644
--- a/README.md
+++ b/README.md
@@ -37,14 +37,6 @@
-
- | Build Status |
-
-
-
-
- |
-
| Pre-commit Status |
From df1cb395b7eeb95702e25c000155dcec26965d5f Mon Sep 17 00:00:00 2001
From: Dimitri Papadopoulos
<3234522+DimitriPapadopoulos@users.noreply.github.com>
Date: Mon, 6 Jul 2026 13:22:22 +0200
Subject: [PATCH 2/3] Horizontal layout for badges, to save space
---
README.md | 92 ++++++-------------------------------------------------
1 file changed, 9 insertions(+), 83 deletions(-)
diff --git a/README.md b/README.md
index b2e6821c4a..63c7fc0b0f 100644
--- a/README.md
+++ b/README.md
@@ -4,89 +4,15 @@
# Zarr
-
-
- | Latest Release |
-
-
-
-
- |
-
-
- |
-
-
-
-
- |
-
-
- | Package Status |
-
-
-
-
- |
-
-
- | License |
-
-
-
-
- |
-
-
- | Pre-commit Status |
-
-
-
-
- |
-
-
- | Coverage |
-
-
-
-
- |
-
-
- | Downloads |
-
-
-
-
- |
-
-
- | Developer Chat |
-
-
-
-
- |
-
-
- | Funding |
-
-
-
-
- |
-
-
- | Citation |
-
-
-
-
- |
-
-
-
+[](https://pypi.org/project/zarr/)
+[](https://anaconda.org/anaconda/zarr/)
+[](https://pypi.org/project/zarr/)
+[](https://github.com/zarr-developers/zarr-python/blob/main/LICENSE.txt)
+[](https://codecov.io/gh/zarr-developers/zarr-python)
+[](https://zarr.readthedocs.io)
+[](https://ossci.zulipchat.com/#narrow/channel/423692-Zarr-Python)
+[](https://chanzuckerberg.com/eoss/)
+[](https://doi.org/10.5281/zenodo.3773450)
## What is it?
From 902974941d3546a4d54bb678e744a6247028bfdb Mon Sep 17 00:00:00 2001
From: Dimitri Papadopoulos Orfanos
<3234522+DimitriPapadopoulos@users.noreply.github.com>
Date: Wed, 8 Jul 2026 12:38:20 +0200
Subject: [PATCH 3/3] Remove Funding
Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 63c7fc0b0f..fb0890d18c 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,6 @@
[](https://codecov.io/gh/zarr-developers/zarr-python)
[](https://zarr.readthedocs.io)
[](https://ossci.zulipchat.com/#narrow/channel/423692-Zarr-Python)
-[](https://chanzuckerberg.com/eoss/)
[](https://doi.org/10.5281/zenodo.3773450)
## What is it?
|