We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f42f4 commit 30cd0a2Copy full SHA for 30cd0a2
CHANGELOG
@@ -1,6 +1,7 @@
1
0.5.7
2
- enh: allow to also set right part of fitting range individually
3
- fix: improve layout of FD fitting panel
4
+ - setup: bump nanite from 1.2.3 to 1.2.4 (improved default params)
5
0.5.6
6
- setup: bump nanite from 1.2.2 to 1.2.3 (fixes issue with fits not
7
being redone when the user changes an initial parameter)
setup.py
@@ -26,7 +26,7 @@
26
long_description=open('README.rst').read() if exists('README.rst') else '',
27
install_requires=["afmformats>=0.4.0",
28
"appdirs",
29
- "nanite>=1.2.3",
+ "nanite>=1.2.4",
30
"matplotlib",
31
"pyqt5"],
32
python_requires='>=3.6, <4',
0 commit comments