Hotfix 1.0.1

This commit is contained in:
Fabian Joswig 2020-11-03 15:12:18 +01:00
parent 97fc279eed
commit ea9b977612
2 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
## [1.0.1] - 2020-11-03
### Fixed
- Bug in pyerrors.covariance fixed that appeared when working with several
replica of different length.
## [1.0.0] - 2020-10-13
### Added
- Compatibility with the BDIO Native format outlined [here](https://ific.uv.es/~alramos/docs/ADerrors/tutorial/). Read and write function added to input.bdio

View file

@ -3,7 +3,7 @@
from setuptools import setup, find_packages
setup(name='pyerrors',
version='1.0.0',
version='1.0.1',
description='Error analysis for lattice QCD',
author='Fabian Joswig',
author_email='fabian.joswig@wwu.de',