Skip to content

MeasurementLink Support for Python v1.2.0-dev2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dixonjoel dixonjoel released this 19 Sep 16:45
· 15 commits to releases/1.2 since this release
583003d

What's Changed

  • Support for Python services returning DoubleXYData
  • Examples
    • Configure mypy for all examples to disallow untyped function definitions by @bkeryan in #372
    • Use a threading.Event for cancellation instead of a local callback function and nonlocal variable.
    • Consistently use the name measurement_service for the measurement service variable.
  • Misc improvements and refactoring

Full Changelog: 1.2.0-dev1...1.2.0-dev2