Releases: ni/nidaqmx-python
Releases · ni/nidaqmx-python
Fix issues 40 and 42 for the Python DAQmx API
Fix Issues 1 and 32
Add lock around `argtypes` to prevent race condition
Adding lock around argtypes
to prevent race condition between setting argtypes
and calling functions, in cases the functions run in parallel.
Some special cases needed unconditional locks around both the setting of argtypes
and the actual function call, like the variadic power-up state functions in system.py, and the register events functions in task.py.
Fix Unregistering Callbacks and Miscellaneous Issues
Minor release containing bugfixes
Update setup.py description and fix issues 2, 3, 5, and 6 raised by Ed Page.
- Splitting joined acronyms AIADC, AIDC, AILVDT, AIRVDT and CITC.
- Adding link to LICENSE file.
- Updating README.rst file in source directory to eliminate Sphinx domain directives and add link to documentation on readthedocs.
v0.5.0.post9
Initial release of nidaqmx.