Skip to content

Measurement Plug-In SDK for Python v2.2.0

Latest
Compare
Choose a tag to compare
@rajatkumar87 rajatkumar87 released this 09 Jan 07:38
· 1 commit to releases/2.2 since this release
3492f6b

What's Changed

  • generator: Add --verbose option to client generator in #991
  • Handle unsupported message type errors in client generator in #984
  • Post publish workflow to update main after the 2.1.0 release in #993
  • Pass null stdin to discovery service in #1004
  • Fix config/output type URLs in #1002
  • Update to latest ni-apis and generate stubs for new array.proto in #1022
  • rebranding: replace the "MeasurementLink" term from the packages and examples with the rebranded term in #1021

New Feature Added

Double2DArray Output Support and utility methods for conversion to/from numpy NDArray[np.float64] and list(list(float)).

  • Adding Output Support for Double2DArray for Client Generator and Service and updating Sample Measurement Example in #1020
  • Update Default Value of Double2dArray in SampleMeasurement,Tests and block Input Support. in #1034
  • Add Utility Method in SampleMeasurement to convert Double2DArray To/From NDArray and List(List(Float)) in #1036
  • Adding Double2DArray Graph output in measui and LV UI in #1037

New Contributors

Full Changelog: 2.1.0...2.2.0