Skip to content

v1.1.0

Compare
Choose a tag to compare
@HKaras HKaras released this 18 Aug 18:35
· 7 commits to main since this release
c1926f3
  • The definition of the dipolar time axis for RIDME has changed to match the one for 4-pulse DEER (#436).
  • The doc theme has moved to furo (#432).
  • Fixes errors in documentation (#429).
    • Changes the file name of figures 'modelling*.pngtomodeling*.png`. To keep all spelling consistent with American english.
    • Adds a missing ) in fitting_guide
    • Corrects the time axis in echo_crossing example.
    • Corrects plotting in ex_simulate_basic_4pdeer example.
  • Fixes an errors in tests (#429).
    • The test test_algorithms had an incorrect search range.
  • Fixes an errors in the general Gaussian distribution model (#435).
  • Removes the default font from the fit function due to conflicts on some systems (#429).
  • Methods of the FitResult class are now defined with the class (#440).
    • FitResult class now in file fitresults.py
    • fit function now in file fit.py
  • Added a RIDME example (#438).
  • Masked data points are no-longer included in gof statistics in FitResult.plot().