Skip to content

v3.5.0

Latest

Choose a tag to compare

@tek-githubbot-1010 tek-githubbot-1010 released this 19 Dec 19:03
· 21 commits to main since this release
v3.5.0
148aa69

v3.5.0 (2025-12-19)

Merged Pull Requests

  • feat: Added Python API support for the MSMU60-2 module. (#525)
  • python-deps(deps): bump the python-dependencies group with 3 updates (#511)
  • Enhanced expect_esr (#523)
  • gh-actions(deps): bump the gh-actions-dependencies group with 12 updates (#521)
  • python-deps(deps): bump the python-dependencies group with 4 updates (#519)
  • gh-actions(deps): bump actions/checkout (#517)
  • python-deps(deps): bump the python-dependencies group across 1 directory with 8 updates (#518)
  • gh-actions(deps): bump tektronix/python-package-ci-cd (#501)
  • python-deps(deps): bump the python-dependencies group across 1 directory with 11 updates (#510)
  • fix: remove trailing comma when writing frames to CSV to avoid CSV parsing errors (#504)
  • python-deps(deps): bump the python-dependencies group with 8 updates (#502)
  • python-deps(deps): bump the python-dependencies group with 2 updates (#499)

Added

  • Added Python API support for the MSMU60-2 module for the MP5103 modular precision test system (mainframe).

Fixed

  • Updated the TekScope.curve_query() method to properly create a csv file without any trailing commas that previously caused csv parsing issues.
  • Updated _AbstractDeviceVISAWriteQueryControl.expect_esr():
    • (#437) Now uses _no_error_string with regex matching by default.
    • (#433) Better error reporting and properly handle when not enough error messages are returned from the device.
  • Updated tsp_control.get_buffers() to use subindex rather than improperly strip characters for buffer_size_name.
  • Updated tm_devices/helpers/verification_functions.verify_values helper function to use Decimal to calculate percentage tolerance to avoid floating point math anomalies.