Releases: AFM-analysis/PyJibe
Releases · AFM-analysis/PyJibe
PyJibe 0.13.2
PyJibe 0.13.1
0.13.1
- fix: make sure fit parameters are identified by their label
instead of by an index (which can be wrong, now that we have
hidden parameters) - fix: do not show "sneddon_spher" model in expert mode
0.13.0
- feat: allow to specify the geometrical correction factor for
non-single-contact experiments (#16) - fix: export fitting method and method kwargs with initial
parameters - enh: add expert mode which is just a parital developer mode (#22)
- enh: add links to docs in two places (#19)
- enh: show "Axes" in fitting tab only in developer mode (#21)
- setup: bump nanite from 3.4.0 to 3.5.0 (#16)
PyJibe 0.12.1
PyJibe 0.11.2
0.11.2
- maintenance release
0.11.1
- fix: check for identical label when updating parameters
(previously, a parameter that starts with the label of another
parameter got assigned the wrong boundaries) - enh: allow to hide model parameters via key names (#20)
- enh: show hidden parameters in developer mode
- ref: code-cleanup and simplification using latest nanite version
- setup: bump nanite from 3.2.1 to 3.3.1
PyJibe 0.11.0
- feat: allow custom fit methods with custom keyword arguments
in developer mode (#18) - fix: correctly handle dependencies in preprocessing tab
- fix: set POC method when loading recommended preprocessing (#17)
- setup: bump nanite from 3.1.3 to 3.2.1 (new POC estimation
methods: Frechet distance and linear+polynomial fit)
PyJibe 0.10.1
PyJibe 0.10.0
- BREAKING CHANGE: The default contact point estimation method
changed. This means that your fitted contact points and any
E(delta)-related results will change! - feat: allow to select point of contact method (#15)
- enh: restructure preprocessing tab and avoid situations where
preprocessing dependencies are not met (#15) - enh: visualize contact point estimation algorithms in
preprocessing tab - setup: bump nanite from 2.0.0 to 3.1.1 (improved preprocessing)
PyJibe 0.9.4
PyJibe 0.9.3
- fix: possible fix for TypeError in InfDoubleSpinBox
- setup: bump afmformats from 0.14.3 to 0.15.0 as well as
nanite from 1.7.6 to 1.7.8 (requirement for #14)
PyJibe 0.9.2
- ref: improve speed when displaying QMap data
- enh: add developer mode for loading creep-compliance data (#14)
- setup: bump afmformats from 0.13.3 to 0.14.3 (mostly speed,
support AFM workshop maps) - setup: bump nanite from 1.7.4 to 1.7.6 (mostly speed)
- ref: speed-up QMap visualization by caching nanite.QMap instances