Skip to content

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

Pre-release
Pre-release
Compare
Choose a tag to compare
@dixonjoel dixonjoel released this 12 Jul 17:00
· 5 commits to releases/2.0 since this release
ed7080a

What's Changed

  • Major reorganization of the repo to have a packages top-level folder (#787)
    • ni-measurement-plugin-sdk top-level meta package installs the ni-measurement-plugin-sdk-service and ni-measurement-plugin-sdk-generator packages
    • ni-measurement-plugin-sdk-service package is the primary package that allows users to create a measurement plug-in service
    • ni-measurement-plugin-sdk-generator package is a utility package that helps users get started by generating a measurement plug-in service from a template
  • Examples
    • Rename sequences to append _example. This helps support using the InstrumentStudio sequencer with our shipping examples (#782)
  • Fixes
    • Fix ReadTheDocs build by including working directory for post-install (#790)
    • Add .serviceignore files to the examples (#791)
    • Add Plug-in Library installs scripts to the examples (#792)

Full Changelog: 2.0.0-dev2...2.0.0-dev4