Skip to content

Commit

Permalink
fix: support JPK data recorded in the force-modulation feedback mode
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 20, 2020
1 parent 2844f5b commit 059fbc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.6.3
- fix: support JPK data recorded in the "force-modulation" feedback mode
(bump afmformats from 0.5.0 to 0.5.1)
0.6.2
- enh: allow to select which metadata is exported
- fix: do not apply and fit to all before exporting metadata
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
license="GPL v3",
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["afmformats>=0.5.0",
install_requires=["afmformats>=0.5.1",
"appdirs",
"nanite>=1.4.0",
"matplotlib",
Expand Down

0 comments on commit 059fbc3

Please sign in to comment.