- ref: migrate `QMap` and `Group` code to afmformats 0.14.1 - ref: `Indentation` is now a subclass for `afmformats.AFMForceDistance` - ref: `QMap` is now a subclass for `afmformats.AFMQMap` - ref: `Group` is now a subclass for `afmformats.AFMGroup`
1.7.4
Not secure
- enh: allow passing metadata to the IndentationGroup initializer - setup: bump afmformats from 0.10.2 to 0.13.2 - ref: deprecate get_data_paths in favor of afmformats.find_data
1.7.3
Not secure
- build: move windows pipeline to GH Actions - ref: better warning traceback for deprecated weight_cp method - ref: DeprecationWarning: np.int from numpy 1.20
1.7.2
Not secure
- build: use oldest-supported-numpy in pyproject.toml
1.7.1
Not secure
- build: migrate to GitHub Actions
1.7.0
Not secure
- enh: simplified writing new model functions by introducing default modeling and residual wrappers - ref: improve code readability