Skip to content

Commit

Permalink
setup: bump nanite from 3.7.0 to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 10, 2023
1 parent 5d1da8c commit b3ba255
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.15.0
- 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)
0.14.3
- setup: bump afmformats from 0.16.7 to 0.18.0 (support for specifying
custom metadata when opening JPK files)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["afmformats>=0.18.0",
"nanite>=3.7.0",
"nanite>=4.0.0",
"matplotlib>=3", # NavigationToolbar2QT mod
"packaging", # for version checking during update
"pyqt5",
Expand Down

0 comments on commit b3ba255

Please sign in to comment.