mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
docs: CHANGELOG updated, version number bumped to 2.3.1
This commit is contained in:
parent
46c54a3f95
commit
5a3bb1d11a
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.
|
||||
|
||||
## [2.3.1] - 2022-10-19
|
||||
### Fixed
|
||||
- Integrated autocorrelation times are now correctly estimated for gapped irregular Monte Carlo chains.
|
||||
- The output of `Obs.details` was improved and now contains information about the stepsize in configurations for which the integrated autocorrelation time was estimated.
|
||||
|
||||
## [2.3.0] - 2022-10-13
|
||||
### Added
|
||||
- `least_squares` and `total_least_squares` fits now have an optional keyword argument `num_grad`. If this argument is set to `True` the error propagation of the fit is performed via numerical instead of automatic differentiation. This options allows for fits functions which contain special functions or which are not analytically known.
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "2.4.0+dev"
|
||||
__version__ = "2.3.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue