Skip to content

Releases: richardsheridan/magic-afm

Beta release

30 Jun 15:57
Compare
Choose a tag to compare
  • 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

02 Feb 17:22
Compare
Choose a tag to compare
  • 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

09 Dec 17:57
Compare
Choose a tag to compare
  • 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

30 Jul 01:18
65346fc
Compare
Choose a tag to compare

Bugfix release

13 Apr 20:48
Compare
Choose a tag to compare

Feature and Bugfix release

Feature and Bugfix release

21 Nov 16:44
Compare
Choose a tag to compare
  • 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

30 Oct 17:02
Compare
Choose a tag to compare
  • 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

12 May 20:48
Compare
Choose a tag to compare
  • 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

08 Apr 20:54
Compare
Choose a tag to compare

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