Releases: fjosw/pyerrors
v2.9.0
First minor release without support for python 3.7. Various small feature additions.
Highlights
scipy.integrate.quadwrapper forObsvalued functions and intervals.- Vectorized gamma method (
pe.gm) which can be applied to lists or arrays of pyerrors objects. - Improved support for matrix-valued and complex
Corrobjects.
What's Changed
- taking care of cols with only None values by @jkuhl-uni in #184
- Feat/files idl xsf by @jkuhl-uni in #185
- Adjusted maximal value for rho in test_gamma_method_irregular. by @fjosw in #188
- Bug fix for edge case in _compute_drho by @s-kuberski in #189
- Conversion of an array with ndim > 0 to a scalar deprecation fixed by @fjosw in #186
- Fix Obs in f-strings without specifier by @fjosw in #190
- fix nan to None test by @jkuhl-uni in #192
- Fix another edge case in _compute_drho by @fjosw in #194
- fix bug in _find_correlator by @fjosw in #193
- new variant of second derivative, bigger stencil by @jkuhl-uni in #197
- Bootstrap export/import by @fjosw in #198
- CObs format added and complex Corr print improved. by @fjosw in #200
- feat: Added numerical integration of generic functions by @s-kuberski in #201
- Explicit Exception for combined fit edge case by @fjosw in #202
- Matmul overloaded for correlator class. by @fjosw in #199
- Split meson on last underscore in read_meson_hdf5 by @fjosw in #204
- Corr array initialization generalized by @fjosw in #203
- General hadrons hdf5 reader added by @fjosw in #205
- Vectorized gamma_method by @fjosw in #207
- eq method for Corr class by @fjosw in #206
Full Changelog: v2.8.2...v2.9.0
v2.8.2
Another small bug fix in _compute_drho.
Full Changelog: v2.8.1...v2.8.2
v2.8.1
Several small bug fixes.
Full Changelog: v2.8.0...v2.8.1
v2.8.0
Several bug fixes and small feature additions.
This is the last minor release that supports python 3.7.
What's Changed
- extended extract_t0 by postfix argument, default stays .ms by @jkuhl-uni in #168
- Fix/gaps by @s-kuberski in #169
- Feat/str format by @fjosw in #170
- t0 extractions for new Hadrons module by @fjosw in #171
- Fix/merge idx by @s-kuberski in #172
- fix: String conversion of Obs can now handle a dvalue that is NaN or inf by @s-kuberski in #173
- Fix/sort names by @jkuhl-uni in #177
- Feat/flow by @s-kuberski in #176
- Color and zorder for prange indicator in Corr.show added. by @fjosw in #178
- Slightly better Typechecking when exporting to SQL by @jkuhl-uni in #174
- Restored JSON output of dicts with non-string keys by @s-kuberski in #179
- fix: dobs import added to input/init.py by @fjosw in #181
Full Changelog: v2.7.0...v2.8.0
v2.7.0
This release includes a rework of the least_square routine and various small improvements and feature additions.
What's Changed
- Impr/refactor find files by @jkuhl-uni in #151
- feat: removed computation of drho from standard windowing procedure. by @fjosw in #152
- Impr/refactor find files by @jkuhl-uni in #153
- feat: added slots to Corr class. by @fjosw in #155
- _calculate_drho for large time separations by @fjosw in #157
- refactor: _standard_fit method made redundant. by @fjosw in #154
- Refactor chisquare function in least squares by @fjosw in #158
- Fix/multi xdim fits by @fjosw in #160
- Improved prior fit by @fjosw in #161
- Serialize list of Obs in pandas.to_sql by @fjosw in #162
- Impr/fix refactor sfcf read by @jkuhl-uni in #164
- fixed appended mode reading by @jkuhl-uni in #165
- NHT changes plots combined fit by @nils-ht in #166
New Contributors
Full Changelog: v2.6.0...v2.7.0
v2.6.0
This minor release includes a critical bug fix for the error propagation of spaced configurations which potentially underestimated the error when recombining non-overlapping configurations. We also added a new interface for combined fits.
What's Changed
- Root of multi parameter functions by @fjosw in #142
- better docstrings by @jkuhl-uni in #144
- Corr.symmetric can now deal with None entries. by @fjosw in #145
- Wrapper for errorbar matplotlib method by @fjosw in #146
- sample implementation of a (uncorrelated) combined fit by @PiaLJP in #134
- Fix non overlapping configurations by @fjosw in #147
- Feature/correlated combined fit by @PiaLJP in #148
- fix for the case that there are multiple dots in file names by @jkuhl-uni in #149
New Contributors
Full Changelog: v2.5.0...v2.6.0
v2.5.0
Minor release with a few bug fixes additional features and speed-ups.
What's Changed
- Fix/complex corr by @fjosw in #135
- first version of skript to read xsf data by @jkuhl-uni in #133
- fix: corrected small bug in qtop_projection with several replica by @s-kuberski in #136
- Alias gm for gamma_method by @fjosw in #137
- fix: remove _filter_zeroes by @fjosw in #139
- Remove attribute is_merged by @fjosw in #140
Full Changelog: v2.4.0...v2.5.0
v2.4.0
Small minor release including the addition of logarithmic derivatives and various bug fixes and speed ups.
Full Changelog: v2.3.1...v2.4.0
v2.3.1
Bugs related to irregular, gapped Monte Carlo chains fixed.
Full Changelog: v2.3.0...v2.3.1
v2.3.0
Support for numerical differentiation in error propagation of fits added which allows to fit more general fit functions which contain special functions or which are only known in an integral representation.
Full Changelog: v2.2.0...v2.3.0