Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2023-05-21 16:06:40 +00:00
commit 459ee77665
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
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.8.0] - 2023-05-21
### Added
- `pyerrors` can now deal with replica with different gapsizes.
- String formatting method for `Obs` added.
- `t0` can now be extracted from hadrons files.
- `w0` can now be extracted from openQCD files.
- `pandas` SQL export can now deal with `None` entries in columns with `pyerrors` datatypes.
### Fixed
- `dobs` submodule is now correctly imported.
- Bug in merging of `Obs` fixed.
- Bug in `rapidjson` dict output fixed.
- String conversion of `Obs` can now handle special `dvalue`s
- Bug in sfcf name sorting fixed.
## [2.7.0] - 2023-03-21 ## [2.7.0] - 2023-03-21
### Added ### Added
- Alternative way of specifying priors in `least_squares` added. - Alternative way of specifying priors in `least_squares` added.

View file

@ -1 +1 @@
__version__ = "2.8.0-dev" __version__ = "2.8.0"