mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 12:03:42 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
459ee77665
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -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.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "2.8.0-dev"
|
__version__ = "2.8.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue