From 0336ad6bef8a2fc800f13179837739e58fa31e0f Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Wed, 25 Mar 2026 14:28:15 -0400 Subject: [PATCH 1/2] Add badges to README. --- README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst index e8ec4e3..941f8bd 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,30 @@ ModelArrayIO ============ +.. image:: https://img.shields.io/pypi/v/modelarrayio.svg + :target: https://pypi.python.org/pypi/modelarrayio/ + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/pyversions/modelarrayio.svg + :target: https://pypi.python.org/pypi/modelarrayio/ + :alt: PyPI - Python Version + +.. image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg + :target: https://opensource.org/licenses/BSD-3-Clause + :alt: License + +.. image:: https://readthedocs.org/projects/modelarrayio/badge/?version=latest + :target: http://modelarrayio.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + +.. image:: https://codecov.io/gh/pennlinc/modelarrayio/branch/main/graph/badge.svg + :target: https://codecov.io/gh/pennlinc/modelarrayio + :alt: Codecov + +.. image:: https://img.shields.io/badge/code%20style-ruff-000000.svg + :target: https://github.com/astral-sh/ruff + :alt: Code style: ruff + **ModelArrayIO** is a Python package that converts between neuroimaging formats (fixel ``.mif``, voxel NIfTI, CIFTI-2 dscalar) and the HDF5 (``.h5``) layout used by the R package `ModelArray `_. It can also write ModelArray statistical results back to imaging formats. **Relationship to ConFixel:** The earlier project `ConFixel `_ is superseded by ModelArrayIO. The ConFixel repository is retained for history (including links from publications) and will be archived; new work should use this repository. From aff1e546b524b79ed673740890a91e517705b0d1 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Wed, 25 Mar 2026 14:32:23 -0400 Subject: [PATCH 2/2] Add Tox status badge. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 941f8bd..26bfc12 100644 --- a/README.rst +++ b/README.rst @@ -18,6 +18,10 @@ ModelArrayIO :target: http://modelarrayio.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status +.. image:: https://github.com/PennLINC/ModelArrayIO/actions/workflows/tox.yml/badge.svg + :target: https://github.com/PennLINC/ModelArrayIO/actions/workflows/tox.yml + :alt: GitHub Actions: Tox + .. image:: https://codecov.io/gh/pennlinc/modelarrayio/branch/main/graph/badge.svg :target: https://codecov.io/gh/pennlinc/modelarrayio :alt: Codecov