File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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)
1
9
0.14.3
2
10
- setup: bump afmformats from 0.16.7 to 0.18.0 (support for specifying
3
11
custom metadata when opening JPK files)
Original file line number Diff line number Diff line change 25
25
description = description ,
26
26
long_description = open ('README.rst' ).read () if exists ('README.rst' ) else '' ,
27
27
install_requires = ["afmformats>=0.18.0" ,
28
- "nanite>=3.7 .0" ,
28
+ "nanite>=4.0 .0" ,
29
29
"matplotlib>=3" , # NavigationToolbar2QT mod
30
30
"packaging" , # for version checking during update
31
31
"pyqt5" ,
You can’t perform that action at this time.
0 commit comments