From 9d0135c5e48fd0c7150d613358dc300a62bfa7e4 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Sun, 7 Nov 2021 21:17:06 +0000 Subject: [PATCH] README updated --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abf327a3..4974c8ec 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -[![flake8](https://github.com/fjosw/pyerrors/actions/workflows/flake8.yml/badge.svg)](https://github.com/fjosw/pyerrors/actions/workflows/flake8.yml) [![pytest](https://github.com/fjosw/pyerrors/actions/workflows/pytest.yml/badge.svg)](https://github.com/fjosw/pyerrors/actions/workflows/pytest.yml) [![](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/) +[![flake8](https://github.com/fjosw/pyerrors/actions/workflows/flake8.yml/badge.svg)](https://github.com/fjosw/pyerrors/actions/workflows/flake8.yml) [![pytest](https://github.com/fjosw/pyerrors/actions/workflows/pytest.yml/badge.svg)](https://github.com/fjosw/pyerrors/actions/workflows/pytest.yml) [![docs](https://github.com/fjosw/pyerrors/actions/workflows/docs.yml/badge.svg)](https://github.com/fjosw/pyerrors/actions/workflows/docs.yml) [![](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/) # pyerrors `pyerrors` is a python package for error computation and propagation of Markov chain Monte Carlo data. - **Documentation:** https://fjosw.github.io/pyerrors/pyerrors.html - **Examples**: https://github.com/fjosw/pyerrors/tree/develop/examples - **Contributing:** https://github.com/fjosw/pyerrors/blob/develop/CONTRIBUTING.md +- **Bug reports:** https://github.com/fjosw/pyerrors/issues ## Installation To install the most recent release of `pyerrors` run @@ -16,10 +17,11 @@ to install the current `develop` version run pip install git+https://github.com/fjosw/pyerrors.git@develop ``` +## Other implementations There exist similar implementations of gamma method error analysis suites in - [Fortran](https://gitlab.ift.uam-csic.es/alberto/aderrors) - [Julia](https://gitlab.ift.uam-csic.es/alberto/aderrors.jl) -- [Python 3](https://github.com/mbruno46/pyobs) +- [Python](https://github.com/mbruno46/pyobs) ## License [MIT](https://choosealicense.com/licenses/mit/)