Removed Modules#

Legacy Fitting Module#

fit#

Removed in version 3.1.0: The labtoolbox.fit module has been removed from the public API.

Migration:

  • Use labtoolbox.stats for lin_fit and model_fit.

  • Use scipy.stats.bootstrap() instead of bootstrap_fit.

Legacy Uncertainty Module#

uncertainty#

Removed in version 3.1.0: The labtoolbox.uncertainty module has been removed from the public API.

Migration: