Skip to content

Commit

Permalink
setup: bump afmformats to 0.13.3 (speed)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 17, 2021
1 parent 6061642 commit cd9593d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
- ref: directory for importing training datasets for rating changed
(but I think this currently affects nobody)
- setup: dump appdirs dependency (moved to QSettings)
- setup: bump afmformats from 0.12.5 to 0.13.2 (mostly #5)
- setup: bump afmformats from 0.12.5 to 0.13.3 (mostly #5 and speed)
- setup: bump nanite from 1.7.3 to 1.7.4 (mostly #5)
- tests: increase coverage
0.8.8
- fix: handle bad curves properly when running bulk analysis (#13)
- ref: make sure there are no duplicate files when loading data
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.13.2",
install_requires=["afmformats>=0.13.3",
"nanite>=1.7.4",
"matplotlib>=3", # NavigationToolbar2QT mod
"pyqt5"],
Expand Down

0 comments on commit cd9593d

Please sign in to comment.