Skip to content

Commit 25c8f3b

Browse files
authored
Update README.md
1 parent 65682b0 commit 25c8f3b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66

77
[![CI](https://github.com/ICB-DCM/pyABC/workflows/CI/badge.svg)](https://github.com/ICB-DCM/pyABC/actions)
88
[![Docs](https://readthedocs.org/projects/pyabc/badge/?version=latest)](https://pyabc.readthedocs.io/en/latest/)
9-
[![Codecov](https://codecov.io/gh/ICB-DCM/pyABC/branch/main/graph/badge.svg)](https://codecov.io/gh/ICB-DCM/pyABC)
9+
[![Codecov](https://codecov.io/gh/ICB-DCM/pyABC/branch/develop/graph/badge.svg)](https://codecov.io/gh/ICB-DCM/pyABC)
1010
[![PyPI](https://badge.fury.io/py/pyabc.svg)](https://badge.fury.io/py/pyabc)
1111
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3257587.svg)](https://doi.org/10.5281/zenodo.3257587)
12-
12+
[![Python](https://img.shields.io/badge/Python-%3E%3D3.10-blue?logo=python&logoColor=green)](https://python.org)
13+
[![Codestyle](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
14+
1315

1416
**pyABC** is a massively parallel, distributed, and scalable ABC-SMC (Approximate Bayesian Computation - Sequential Monte Carlo) framework for parameter estimation of complex stochastic models. It provides numerous state-of-the-art algorithms for efficient, accurate, robust likelihood-free inference, described in the documentation and illustrated in example notebooks. Written in Python, with support for integration with R and Julia.
1517

0 commit comments

Comments
 (0)