From ea9b9776125882b376e42bf661489349219fa2bd Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Tue, 3 Nov 2020 15:12:18 +0100 Subject: [PATCH] Hotfix 1.0.1 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f29e06c..2b1c17ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index 237db485..3eeda16d 100644 --- a/setup.py +++ b/setup.py @@ -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',