Skip to content

Bug fixes

Compare
Choose a tag to compare
@texasaggie97-zz texasaggie97-zz released this 17 Oct 16:24
· 856 commits to master since this release
  • ALL

    • Added

      • Support for Python 3.7 - #895
      • __version__ for all drivers - #928
    • Changed

      • No longer globally set warnings filter for DriverWarning - if you want all warnings from the driver, you will need to set warnings.filterwarnings("always", category=<driver>.DriverWarning) in your code
      • Fix __repr__ for niscope.WaveformInfo - #920
  • NI-SCOPE

    • Changed

      • Format of output of wavefrom_info.str()
  • NI Switch Executive

    • Added

      • Initial Release