Skip to content

MeasurementLink Support for Python v1.3.0-dev1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bkeryan bkeryan released this 17 Nov 16:37
· 390 commits to main since this release
9fd7bec

What's Changed

  • Bug fixes
    • DeprecationWarning raised due to Pathlib.Path (#514)
    • Fix incorrect type hints for some new session management APIs. Mypy doesn't catch these because the driver APIs don't have type hints yet, but it affects auto-complete.
  • Documentation improvements
  • Examples
    • Change DMM range to 10 V for output_voltage_measurement (#496)
    • Make examples depend on newly released 1.3.0.dev0 (#497)
    • Remove unused methods in _helpers.py.mako (#510)
  • Tests
    • Add integration and acceptance tests for driver specific session management APIs (#490 #503 #506 #504)
    • Move .env.simulation to .env in run_system_tests workflow (#499)

Full Changelog: 1.3.0-dev0...1.3.0-dev1