mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-16 15:20:24 +01:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
f9d278b135
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,6 +2,18 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [2.6.0] - 2023-02-07
|
||||
### Added
|
||||
- The fit module now has a new interface to deal with combined fits.
|
||||
- `pyerrors` wrapper for matplotlib `errorbar` method added for `Obs` valued lists/arrays.
|
||||
- roots module can now determine roots of multi parameter `Obs` valued functions.
|
||||
|
||||
### Fixed
|
||||
- Bug in treatment of error propagation of non-overlapping configurations fixed.
|
||||
- `Corr.symmetric` can now deal with `None` entries.
|
||||
- Fix in `ms5_xsf` input routines.
|
||||
- Bug in `dobs` output format fixed.
|
||||
|
||||
## [2.5.0] - 2023-01-07
|
||||
### Added
|
||||
- Alias `gm` for `Obs.gamma_method` added.
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "2.6.0+dev"
|
||||
__version__ = "2.6.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue