Skip to content

Releases: Gattocrucco/lab

2017.05 "Superfit"

06 May 16:13
Compare
Choose a tag to compare

New things:

  • fit_curve, wrapper with common interface for curve_fit, odr, and other things implemented in lab.py.
  • fit_oversampling, to fit a digital sampling of a costant value.
  • format_par_cov.
  • nextfilename.
  • The argument sqerr of mme now accept a callable (main goal to ignore calibration error)

Deprecated functions:

  • curve_fit_patched (update scipy!)
  • fit_generic_xyerr, fit_generic_xyerr2 (use fit_curve)
  • etastart, etastr (use Eta)

2016.11 ”Ingegneri”

16 Nov 22:38
Compare
Choose a tag to compare

questa versione rompe la compatibilità

  • migliorate funzioni di formattazione (supportano esponente comune e notazione compatta)
  • funzione num2si che formatta con i suffissi SI (k, m, etc.)
  • unificate funzioni di fit lineare nella funzione fit_linear(), che calcola anche la covarianza
  • aggiunta testsuite