From b716ef3dbfee72051543e248c83ce0e17bb9bd3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicholas=20Kr=C3=A4mer?= Date: Wed, 11 Oct 2023 09:05:11 +0200 Subject: [PATCH] Added some badges to the readme --- README.md | 5 +++++ docs/index.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index b4e9f15..8fad385 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # matfree: Matrix-free linear algebra in JAX +[![Actions status](https://github.com/pnkraemer/matfree/workflows/ci/badge.svg)](https://github.com/pnkraemer/matfree/actions) +[![image](https://img.shields.io/pypi/v/matfree.svg)](https://pypi.python.org/pypi/matfree) +[![image](https://img.shields.io/pypi/l/matfree.svg)](https://pypi.python.org/pypi/matfree) +[![image](https://img.shields.io/pypi/pyversions/matfree.svg)](https://pypi.python.org/pypi/matfree) + Randomised and deterministic matrix-free methods for trace estimation, matrix functions, and/or matrix factorisations. Builds on [JAX](https://jax.readthedocs.io/en/latest/). diff --git a/docs/index.md b/docs/index.md index b4e9f15..8fad385 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,10 @@ # matfree: Matrix-free linear algebra in JAX +[![Actions status](https://github.com/pnkraemer/matfree/workflows/ci/badge.svg)](https://github.com/pnkraemer/matfree/actions) +[![image](https://img.shields.io/pypi/v/matfree.svg)](https://pypi.python.org/pypi/matfree) +[![image](https://img.shields.io/pypi/l/matfree.svg)](https://pypi.python.org/pypi/matfree) +[![image](https://img.shields.io/pypi/pyversions/matfree.svg)](https://pypi.python.org/pypi/matfree) + Randomised and deterministic matrix-free methods for trace estimation, matrix functions, and/or matrix factorisations. Builds on [JAX](https://jax.readthedocs.io/en/latest/).