Skip to content

Releases: AFM-analysis/PyJibe

PyJibe 0.15.1

25 Mar 22:09
0.15.1
ce5e668
Compare
Choose a tag to compare

  • fix: properly deregister a model
  • ref: remove iterative "sneddon_spher" model in developer mode
  • setup: bump nanite from 4.0.0 to 4.1.1

PyJibe 0.15.0

10 Nov 09:02
0.15.0
b3ba255
Compare
Choose a tag to compare

  • BREAKING CHANGE: Due to the upgrade of nanite, the rating values,
    e.g. for the "zef18" dataset might change slightly (on average by
    about 0.1). If you are excluding curves from your analysis based on
    rating, please rerun your analysis.
  • setup: bump nanite from 3.7.0 to 4.0.0 (support training sets that
    contain nan-values for zero responses and infinity values; minor
    other fixes)

PyJibe 0.14.3

02 Oct 07:25
0.14.3
5d1da8c
Compare
Choose a tag to compare
PyJibe 0.14.3 Pre-release
Pre-release

  • setup: bump afmformats from 0.16.7 to 0.18.0 (support for specifying
    custom metadata when opening JPK files)
  • ci: maintenance

PyJibe 0.14.2

18 Sep 08:55
0.14.2
f3f2c8b
Compare
Choose a tag to compare

  • enh: support mirroring the input directory structure in the data
    conversion tool (#29)
  • docs: add info about data conversion tool

PyJibe 0.14.1

08 Sep 14:42
0.14.1
b6b7ce5
Compare
Choose a tag to compare

This is a maintenance release.

PyJibe 0.14.0

24 Jul 21:01
0.14.0
1b291e7
Compare
Choose a tag to compare

  • feat: support baseline corrections with linear slope (drift or shift)
  • ref: generalize the view of preprocessing insights
  • ref: support multiple options for nanite preprocessors
  • setup: bump nanite from 3.5.2 to 3.7.0
  • setup: bump Python version to 3.10

PyJibe 0.13.4

21 Jul 22:15
0.13.4
e7e4543
Compare
Choose a tag to compare

  • ref: don't use deprecated matplotlib.cm.get_cmap
  • ref: use packaging.version.parse to compare versions
  • ref: fix matplotlib deprecation warning for set_data
  • tests: don't be so strict

PyJibe 0.13.3

21 Feb 09:45
0.13.3
8e379e2
Compare
Choose a tag to compare

  • setup: bump afmformats from 0.16.4 to 0.16.7
  • setup: bump nanite from 3.5.0 to 3.5.2
  • setup: require Python 3.9
  • ci: update build pipelines
  • tests: loosen allclose call

PyJibe 0.13.2

08 Jan 22:32
0.13.2
ce55c81
Compare
Choose a tag to compare

  • fix: model parameters defined via expressions were not exported
  • fix: only export hidden parameters in developer mode
  • enh: export ancillary parameters in autosave

PyJibe 0.13.1

08 Jan 00:07
0.13.1
39496f9
Compare
Choose a tag to compare

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)