2022-09-30 16:25:40 +01:00
[](https://github.com/fjosw/pyerrors/actions/workflows/flake8.yml) [](https://github.com/fjosw/pyerrors/actions/workflows/pytest.yml) [](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT) [](https://arxiv.org/abs/2209.14371)
2020-10-13 16:53:00 +02:00
# pyerrors
2021-10-15 12:29:58 +01:00
`pyerrors` is a python package for error computation and propagation of Markov chain Monte Carlo data.
2020-10-13 16:53:00 +02:00
2021-11-07 21:03:08 +00:00
- **Documentation:** https://fjosw.github.io/pyerrors/pyerrors.html
2022-09-27 10:04:05 +01:00
- **Examples:** https://github.com/fjosw/pyerrors/tree/develop/examples
2021-11-07 21:17:06 +00:00
- **Bug reports:** https://github.com/fjosw/pyerrors/issues
2020-10-13 16:53:00 +02:00
## Installation
2023-03-13 13:25:24 +00:00
Install the most recent release using pip and [pypi ](https://pypi.org/project/pyerrors/ ):
2020-10-13 16:53:00 +02:00
```bash
2022-05-19 10:43:11 +01:00
pip install pyerrors # Fresh install
2023-03-13 13:25:24 +00:00
pip install -U pyerrors # Update
2021-10-23 17:02:50 +01:00
```
2023-03-13 13:25:24 +00:00
Install the most recent release using conda and [conda-forge ](https://anaconda.org/conda-forge/pyerrors ):
```bash
conda install -c conda-forge pyerrors # Fresh install
conda update -c conda-forge pyerrors # Update
```
Install the current `develop` version:
2021-10-23 17:02:50 +01:00
```bash
2022-05-19 10:43:11 +01:00
pip install git+https://github.com/fjosw/pyerrors.git@develop
2020-10-13 16:53:00 +02:00
```
2023-03-10 14:25:17 +00:00
## Contributing
We appreciate all contributions to the code, the documentation and the examples. If you want to get involved please have a look at our [contribution guideline ](https://github.com/fjosw/pyerrors/blob/develop/CONTRIBUTING.md ).