mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
Hotfix 1.0.1
This commit is contained in:
parent
97fc279eed
commit
ea9b977612
2 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## [1.0.0] - 2020-10-13
|
||||||
### Added
|
### 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
|
- Compatibility with the BDIO Native format outlined [here](https://ific.uv.es/~alramos/docs/ADerrors/tutorial/). Read and write function added to input.bdio
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(name='pyerrors',
|
setup(name='pyerrors',
|
||||||
version='1.0.0',
|
version='1.0.1',
|
||||||
description='Error analysis for lattice QCD',
|
description='Error analysis for lattice QCD',
|
||||||
author='Fabian Joswig',
|
author='Fabian Joswig',
|
||||||
author_email='fabian.joswig@wwu.de',
|
author_email='fabian.joswig@wwu.de',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue