Skip to content

Releases: mccdaq/mcculw

v1.0.0

25 Aug 20:02
Compare
Choose a tag to compare

Version 1.0.0 updates:

  • Fixed issue with loading Universal Library DLL in Python version 3.8 and later
  • Added functions a_convert_pretrig_data(), a_calibrate_data(), c_8254_config(), in_word(), out_word(), load_config() and save_config()
  • Added enumeration Conter8254ConfigType
  • Removed unused enumerations TempSensorType, TempSensorConnectionType, ExcitationLevel, SemiconductorTempSensorType
  • Updated enumerations InfoType, ULRange, BoardInfo, DigitalInfo
  • Added device_info subpackage for querying device capabilities
  • Updated examples to use newly added device_info subpackage in place of the previously used examples.props subpackage
  • Updated examples import statements to simplify running from a console and/or IDE

v0.9.8

25 Aug 12:08
Compare
Choose a tag to compare
v0.9.8 Pre-release
Pre-release

Updated CounterTickSize enumeration to add USB-1808 series support and added in_byte and out_byte functions to ul.py.

v0.9.7

05 Sep 17:22
Compare
Choose a tag to compare
v0.9.7 Pre-release
Pre-release

Fix for win_buf_alloc type function allocations for addresses > 32-bit

Updated README (PyPI requires new version to update)

10 Aug 20:43
Compare
Choose a tag to compare
v0.9.6

Updating version number so that PyPI README can be updated

v0.9.4

03 Aug 16:01
Compare
Choose a tag to compare
v0.9.4 Pre-release
Pre-release

Fixed infinite loop when accessing DaqDeviceDescriptor.interface_type