Skip to content

Commit 9ede67e

Browse files
committed
Make readme batches consistent in color
1 parent 1e58597 commit 9ede67e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Matfree: Matrix-free linear algebra in JAX
22

3-
[![Actions status](https://github.com/pnkraemer/matfree/workflows/ci/badge.svg)](https://github.com/pnkraemer/matfree/actions)
4-
[![image](https://img.shields.io/pypi/v/matfree.svg)](https://pypi.python.org/pypi/matfree)
5-
[![image](https://img.shields.io/pypi/l/matfree.svg)](https://pypi.python.org/pypi/matfree)
6-
[![image](https://img.shields.io/pypi/pyversions/matfree.svg)](https://pypi.python.org/pypi/matfree)
3+
[![CI](https://github.com/pnkraemer/matfree/workflows/ci/badge.svg)](https://github.com/pnkraemer/matfree/actions)
4+
[![PyPI version](https://img.shields.io/pypi/v/matfree.svg?color=1E4E8C)](https://pypi.org/project/matfree/)
5+
[![License](https://img.shields.io/pypi/l/matfree.svg?color=1E4E8C)](https://pypi.org/project/matfree/)
6+
[![Python versions](https://img.shields.io/pypi/pyversions/matfree.svg?color=1E4E8C)](https://pypi.org/project/matfree/)
7+
[![Docs](https://img.shields.io/badge/docs-stable-1E4E8C)](https://pnkraemer.github.io/matfree/)
78

89
Randomised and deterministic matrix-free methods for trace estimation, functions of matrices, and matrix factorisations.
910
Matfree builds on [JAX](https://jax.readthedocs.io/en/latest/).

0 commit comments

Comments
 (0)