Skip to content

Commit b3ba255

Browse files
committed
setup: bump nanite from 3.7.0 to 4.0.0
1 parent 5d1da8c commit b3ba255

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.15.0
2+
- BREAKING CHANGE: Due to the upgrade of nanite, the rating values,
3+
e.g. for the "zef18" dataset might change slightly (on average by
4+
about 0.1). If you are excluding curves from your analysis based on
5+
rating, please rerun your analysis.
6+
- setup: bump nanite from 3.7.0 to 4.0.0 (support training sets that
7+
contain nan-values for zero responses and infinity values; minor
8+
other fixes)
19
0.14.3
210
- setup: bump afmformats from 0.16.7 to 0.18.0 (support for specifying
311
custom metadata when opening JPK files)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
description=description,
2626
long_description=open('README.rst').read() if exists('README.rst') else '',
2727
install_requires=["afmformats>=0.18.0",
28-
"nanite>=3.7.0",
28+
"nanite>=4.0.0",
2929
"matplotlib>=3", # NavigationToolbar2QT mod
3030
"packaging", # for version checking during update
3131
"pyqt5",

0 commit comments

Comments
 (0)