Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: nanophys/MeasureIt

v1.2.5

26 Jan 00:39

Choose a tag to compare

Bug Fixes

  • Fixed heatmap axis orientation in Sweep2D visualization
    • Inner sweep parameter now correctly displays on X-axis (horizontal)
    • Outer sweep parameter now correctly displays on Y-axis (vertical)
    • Fixed data transpose for PyQtGraph's column-major array order

v1.2.3

22 Jan 18:41

Choose a tag to compare

What's Changed

  • Add parameter sweep validation and step info reporting
  • Enforce minimum inter_delay in BaseSweep
  • Reject non-numeric parameters in sweep plotting
  • Update README.md

Full Changelog: v1.2.1...v1.2.3

v1.2.1

15 Jan 01:31

Choose a tag to compare

What's Changed

Bug Fixes

  • Fixed ramp tolerance calculation: Changed hardcoded 1e-4 tolerance to use configurable err parameter in sweep tolerance checks. This fixes false "Ramping failed" errors with small step sizes (e.g., nanometer-scale scanning in AFM/NV microscopy).

Files Changed

  • sweep1d.py: Fixed tolerance in ramp_to() and done_ramping()
  • sweep2d.py: Fixed tolerance in update_values()
  • sweep1d_listening.py: Fixed tolerance in ramp_to() and done_ramping()

Improved Error Messages

  • Error messages now advise users to increase the err parameter instead of step size when tolerance is too tight

Full Changelog: v1.2.0...v1.2.1

v1.2.0

14 Jan 02:50

Choose a tag to compare

Release version 1.2.0

v1.1.2

12 Nov 08:42

Choose a tag to compare

Few bugs fixed

v1.1.0

05 Nov 03:48

Choose a tag to compare

Bump version to 1.1.0

Updated the project version in pyproject.toml from 1.0.1 to 1.1.0 to reflect new changes or improvements.

v1.0.0

18 Oct 21:02
0cc1947

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v1.0.0

v0.1.0

21 Sep 19:53
ad1c9ba

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/nanophys/MeasureIt/commits/v0.1.0