Skip to content

Commit

Permalink
bump afmformats to 0.14.3 (speed, minor refactoring)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 1, 2021
1 parent 9da445c commit 02f74d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
0.9.2
- ref: improve speed when displaying QMap data
- setup: bump afmformats from 0.13.3 to 0.14.1 (mostly speed,
- setup: bump afmformats from 0.13.3 to 0.14.3 (mostly speed,
support AFM workshop maps)
- setup: bump nanite from 1.7.4 to 1.7.5 (mostly speed)
- setup: bump nanite from 1.7.4 to 1.7.6 (mostly speed)
- ref: speed-up QMap visualization by caching nanite.QMap instances
0.9.1
- docs: minor update
Expand Down
2 changes: 1 addition & 1 deletion pyjibe/fd/tab_qmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def update_qmap(self, fdist_group, fdist):
feature = self.qmap_data_cb.currentData()
if not feature or feature not in selist:
# Use a default plotting map
feature = "data: lowest height"
feature = "data: height base point"
# Make sure that we have a valid property to plot
assert feature in selist

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
license="GPL v3",
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["afmformats>=0.14.1",
"nanite>=1.7.5",
install_requires=["afmformats>=0.14.3",
"nanite>=1.7.6",
"matplotlib>=3", # NavigationToolbar2QT mod
"pyqt5"],
python_requires='>=3.6, <4',
Expand Down

0 comments on commit 02f74d3

Please sign in to comment.