- feat: new contact point estimation method "fit_constant_polynomial"
which applies a piece-wise constant and polynomial fit
- feat: contact point estimation methods now return detailed
information about the procedure (currently plottable data to
understand the process)
- fix: spatial smoothing not working in some cases (15)
- enh: add `steps_optional` in preprocessing to allow fine-grained
control about order of application
- ref: remove "...smoothed" column data (which was never used anyway);
instead, apply smoothing directly to AFMData subclass
- ref: rename `require_steps` to `steps_required` in preprocessing
decorator
- setup: bump afmformats from 0.16.0 to 0.16.4