mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-16 20:43:41 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
82a0e76bf7
2 changed files with 10 additions and 1 deletions
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [2.4.0] - 2022-xx-xx
|
||||||
|
### Added
|
||||||
|
- Log-derivatives and symmetric log-effective mass added.
|
||||||
|
- Covariance for irregular Monte Carlo chains sped up.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Bug in `Obs.details` fixed which appeared when tau had zero error.
|
||||||
|
|
||||||
|
|
||||||
## [2.3.1] - 2022-10-19
|
## [2.3.1] - 2022-10-19
|
||||||
### Fixed
|
### Fixed
|
||||||
- Integrated autocorrelation times are now correctly estimated for gapped irregular Monte Carlo chains.
|
- Integrated autocorrelation times are now correctly estimated for gapped irregular Monte Carlo chains.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
- **Bug reports:** https://github.com/fjosw/pyerrors/issues
|
- **Bug reports:** https://github.com/fjosw/pyerrors/issues
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
To install the most recent release run
|
To install the most recent release (via [pypi](https://pypi.org/project/pyerrors/)) run
|
||||||
```bash
|
```bash
|
||||||
pip install pyerrors # Fresh install
|
pip install pyerrors # Fresh install
|
||||||
pip install -U pyerrors # Upgrade
|
pip install -U pyerrors # Upgrade
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue