MeasurementLink Support for Python v1.2.0-dev1
Pre-release
Pre-release
What's Changed
- Improved support for automatically launching the discovery service
- Stop discovery service terminating in debug mode by @MounikaBattu17 in #345
- Killing the discovery service started by the test environment by @MounikaBattu17 in #346
- Improve error handling in measurement register with discovery service by @MounikaBattu17 in #353
- Preparation for supporting more data types by @dixonjoel in #352 #354 #357
- Improved logging and ETW tracing by @bkeryan in #347 #361
- Fix mypy errors with types-protobuf 4.24 by @bkeryan in #362
- Examples
- Add measurement example involving NI-DCPower and NI-VISA DMM instruments by @samchris007 in #323
- Update examples to centralize USE_SIMULATION in _constants.py by @dixonjoel in #348
- Read serviceconfig path from
__file__
or exe location by @DelpireNI in #355 - Remove unused TypeVar from _helpers.py by @dixonjoel in #363
- Make enum zero translation more readable by @bkeryan in #365
Full Changelog: 1.2.0-dev0...1.2.0-dev1