Releases: Gattocrucco/lab
Releases · Gattocrucco/lab
2017.05 "Superfit"
New things:
fit_curve
, wrapper with common interface forcurve_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
ofmme
now accept a callable (main goal to ignore calibration error)
Deprecated functions:
curve_fit_patched
(update scipy!)fit_generic_xyerr
,fit_generic_xyerr2
(usefit_curve
)etastart
,etastr
(useEta
)
2016.11 ”Ingegneri”
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