Releases: richardsheridan/magic-afm
Releases · richardsheridan/magic-afm
Beta release
- Updated the workflow notebook (2541382)
- Changed the entry point of the GUI (299bb91)
- Increased the flexibility and robustness of Nanoscope data reader (32029a5)
- Added a pause button to property map calculations (f33f00f)
- Add a calculation for contact radius at max indentation (b833bfd)
- Write the current GUI options on calculated map export (ba45db8)
- Pushed a PyPI package: magic-afm (696605f)
Full Changelog: v0.9.0...1.0.0b0
Feature release
- We can now natively parse ARDF files, and ARDFtoHDF5.exe is no longer needed for them, and we no longer duplicate the data on your disk. (1b099f9)
- Sync Distance now only appears for QNM data. (ae13ed7)
- If we can detect trace and retrace data exist in your data, we allow you to choose one for plotting and fitting. (ae13ed7)
- 30-40% speedup on non-DMT retrace curve fits. (540604e)
- Data are loaded slightly more efficiently, may utilize a many-core machine better. (a7b5532)
- Force curve exporter works again. (57f01f6)
Full Changelog: v0.0.12...v0.9.0
Bugfix and Security release
- Fixes a security hole in poorly configured multi-user windows systems. 120e878
- Fixes the force curve exporter. e1cbd90
Full Changelog: v0.0.11...v0.0.12
Feature and Bugfix release
Bugfix release
Feature and Bugfix release
- eliminate blinking during resize
- zap buggy and ineffective configure_subplots button
- find async races in using display.options
- fix qnm sync dist handling
- add logarithmic color scaling option
- add offset manipulation
- Stack manipulations in plot title
- match pixel direction of progress image and data
- handle nonsquare images and pixels
- match direction of display and exports
Full Changelog: v0.0.8...v0.0.9
Feature and Bugfix release
- support QNM from Nanoscope files with Height channel (448bafc)
- fix numpy/numba threads in frozen workers (9ca70ad)
Full Changelog: v0.0.7...v0.0.8
Feature and Bugfix release
- Vectorize some fitting code for a speedup (067c8b0)
- Fix a crash when changing images in the demo window (aac2a42)
- Allow fitting both retract and extend curves simultaneously (bc09f51)
- Produce a dialog when crashing while in PyInstaller distribution frozen mode (6e7e5a9)
Full Changelog: v0.0.6...v0.0.7
Feature and Bugfix release
- A diagnostic calculation of fit SSE was added to the force curve table and calculated images (2663b9f)
- Fixed display of data to properly correspond with data collection scan direction (fceae4c)
- Improve warm up time, especially when running for the first time ever (c37b243)
- Improve scaling to many-core systems (49c6f4f)
Full Changelog: v0.0.5...v0.0.6
Bugfix release
Pre-load worker processes and jitted methods on startup to reduce jank on startup
Avoid tkinter leaks from trace_add
Avoid crash on figure resize
Improve fitter stability and robustness
Some speedups when calculating property maps
Full Changelog: v0.0.4...v0.0.5