Skip to content

Measurement Plug-In SDK for Python v2.0.0-dev1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dixonjoel dixonjoel released this 17 Jun 16:14
· 159 commits to main since this release
e236962

Renamed Packages

  • The packages have been renamed to remove the deprecated MeasurementLink product name (#751, #753)
    ni_measurementlink_service -> ni_measurement_plugin_sdk_service
    ni_measurementlink_generator -> ni_measurement_plugin_sdk_generator
  • General removal of MeasurementLink product name (#746)

What's Changed

  • Examples
    • Update TestStand sequence files to use IO Resource instead of Pin (#704)
  • General
    • Update the repo to pull its .proto files from the ni/ni-apis repo as a submodule instead of duplicating them in this repo (#702)
    • Update test instructions to include simulation of devices so all tests will run (#739)
  • Fixes
    • Display proper error message when update pin map step is not set up correctly in a TestStand sequence (#719)
    • Allowing _helpers.py in our examples to return an empty string for the pin map id when there is no active pin map (#735)
    • Add 'Load Files' parameter to digital measurement so it can work with the InstrumentStudio simple sequencer (#732)
    • Update lock file and fix docutils import (#740)

New Contributors

Full Changelog: 1.5.0-dev0...2.0.0-dev1