From e171fb4bcc0c3dcc864ce4070a95bc6ec10314f0 Mon Sep 17 00:00:00 2001 From: ncaptier Date: Wed, 2 Nov 2022 16:12:27 +0100 Subject: [PATCH] Add PyPI badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f8a0d2c..1299c5a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ [![Documentation Status](https://readthedocs.org/projects/stabilized-ica/badge/?version=latest)](https://stabilized-ica.readthedocs.io/en/latest/?badge=latest) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![PyPI version](https://badge.fury.io/py/stabilized-ica.svg)](https://badge.fury.io/py/stabilized-ica) +[![Downloads](https://pepy.tech/badge/stabilized-ica)](https://pepy.tech/project/stabilized-ica) This repository proposes a python implementation for stabilized ICA decomposition algorithm. Most of the technical details can be found in the references [1], [2],[3], [4] and [5].