From 7ccc5ef23d3f8d5839c82519685ecc52cd7a1d43 Mon Sep 17 00:00:00 2001 From: Connor Stone Date: Fri, 19 Jul 2024 09:57:49 -0400 Subject: [PATCH 1/2] add badges --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 66b4435..cb61436 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # PQMass: Probabilistic Assessment of the Quality of Generative Models using Probability Mass Estimation +![PyPI - Version](https://img.shields.io/pypi/v/pqm?style=flat-square) +[![CI](https://github.com/Ciela-Institute/PQM/actions/workflows/ci.yml/badge.svg)](https://github.com/Ciela-Institute/PQM/actions/workflows/ci.yml) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +![PyPI - Downloads](https://img.shields.io/pypi/:period/pqm?style=flat-square) +[![arXiv](https://img.shields.io/badge/arXiv-2402.04355-b31b1b.svg)](https://arxiv.org/abs/2402.04355) + Implementation of the PQMass two sample test from Lemos et al. 2024 [here](https://arxiv.org/abs/2402.04355) ## Install From b498ad79fe69b9e1bef3dd1dd456e542c8785d2a Mon Sep 17 00:00:00 2001 From: Connor Stone Date: Fri, 19 Jul 2024 09:59:34 -0400 Subject: [PATCH 2/2] fix downloads badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb61436..5e89055 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![PyPI - Version](https://img.shields.io/pypi/v/pqm?style=flat-square) [![CI](https://github.com/Ciela-Institute/PQM/actions/workflows/ci.yml/badge.svg)](https://github.com/Ciela-Institute/PQM/actions/workflows/ci.yml) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) -![PyPI - Downloads](https://img.shields.io/pypi/:period/pqm?style=flat-square) +![PyPI - Downloads](https://img.shields.io/pypi/dm/pqm) [![arXiv](https://img.shields.io/badge/arXiv-2402.04355-b31b1b.svg)](https://arxiv.org/abs/2402.04355) Implementation of the PQMass two sample test from Lemos et al. 2024 [here](https://arxiv.org/abs/2402.04355)