Skip to content

v2.9.0

Compare
Choose a tag to compare
@fjosw fjosw released this 20 Jul 10:49
· 35 commits to master since this release
d768d35

First minor release without support for python 3.7. Various small feature additions.

Highlights

  • scipy.integrate.quad wrapper for Obs valued 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 Corr objects.

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