Releases: mccdaq/mcculw
Releases · mccdaq/mcculw
v1.0.0
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
Updated CounterTickSize enumeration to add USB-1808 series support and added in_byte and out_byte functions to ul.py.
v0.9.7
Fix for win_buf_alloc type function allocations for addresses > 32-bit
Updated README (PyPI requires new version to update)
v0.9.6 Updating version number so that PyPI README can be updated
v0.9.4
Fixed infinite loop when accessing DaqDeviceDescriptor.interface_type