* feat: implemented __eq__ method for Corr class.
* feat: __eq__ method now respects None entries in correlators.
* feat: Obs can now be compared to None, __ne__ method removed as it is
not required.
* feat: Corr.__eq__ rewritten to give a per element comparison.
* tests: additional test case for correlator comparison added.
* feat: comparison now also works for padding.
* feat: vectorized gamma_method function added.
* feat: vectorized gamma method generalized to also work on other objects
like Corr or Fit_result.
* feat: alias gamma_method for vectorized gamma_method added.
* docs: example 5 updated to include vectorized gamma_method.
* docs: output of example 5 updated.
* feat: new general read_hd5 function added.
* feat: real or imaginary part can be specified in read_hd5.
* fix: spacing fixed.
* feat: Added the option to extract complex correlators in read_hd5.
* feat: matmul method added to correlator class.
* feat: corr, corr matmul and correlator matrix trace added.
* tests: tests for matmul and trace added.
* tests: slightly reduced tolerance and good guess bad guess test.
* feat: rmatmul added and __array_priority__ set.
* tests: additional tests for rmatmul added.
* tests: one more tests for rmatmul added.
* docs: docstring added to Corr.trace.
* tests: associative property test added for complex Corr matmul.
* fix: Corr.roll method now also works for correlator matrices by
explicitly specifying the axis.
Co-authored-by: Matteo Di Carlo <matteo.dicarlo93@gmail.com>
* feat: exception type for correlator trace of 1dim correlator changed.
* tests: trace N=1 exception tested.
---------
Co-authored-by: Matteo Di Carlo <matteo.dicarlo93@gmail.com>
* tests: failing test for compute_drho edge case added.
* tests: example file for failing compute_drho added.
* tests: assertion that dvalue stays the same added to compute drho test.
* fix: another edge case in computation of drho fixed.
* tests: failing test for compute_drho edge case added.
* tests: example file for failing compute_drho added.
* tests: assertion that dvalue stays the same added to compute drho test.
* fix: another edge case in computation of drho fixed.
* fix: Conversion of an array with ndim > 0 to a scalar deprecation fixed.
* fix: adjusted maximal value for rho in test_gamma_method_irregular.
* fix: obs in f-strings now work again when no specifier is provided.
* fix: Conversion of an array with ndim > 0 to a scalar deprecation fixed.
* fix: adjusted maximal value for rho in test_gamma_method_irregular.
* fix: obs in f-strings now work again when no specifier is provided.