Nidaqmx

Latest version: v0.9.0

Safety actively analyzes 625645 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.6.3

* Major Changes
* DAQmx 22.0 updates.

0.6.2

* Major Changes
* Added NI-DAQmx Power Channel APIs.

0.6.1

* Resolved Issues
* [37: ai_raw example is bad](https://github.com/ni/nidaqmx-python/issues/37)
* [54: Linux supported?](https://github.com/ni/nidaqmx-python/issues/54)
* [64: nidaqmx-python and pynidaqmx projects use the same package name](https://github.com/ni/nidaqmx-python/issues/64)
* [65: ci_count_edges.py REQUIRES A START COMMAND](https://github.com/ni/nidaqmx-python/issues/65)
* [100: How to clear task and create a new task with same name?](https://github.com/ni/nidaqmx-python/issues/100)
* [101: Use IntEnum instead of Enum](https://github.com/ni/nidaqmx-python/issues/101)
* [102: handle types and daqmx versions](https://github.com/ni/nidaqmx-python/issues/102)
* [117: Error in example](https://github.com/ni/nidaqmx-python/issues/117)
* [131: task.write for COUNTER_OUTPUT - UsageTypeCO.PULSE_FREQUENCY has frequency and duty cycle reversed](https://github.com/ni/nidaqmx-python/issues/131)
* [124: nidaqmx_examples/system_properties.py errors out as of version 0.5.7](https://github.com/ni/nidaqmx-python/issues/124)
* [151: Write functions require writable numpy array](https://github.com/ni/nidaqmx-python/issues/151)
* [154: Problem with task.write() when not enough buffer free](https://github.com/ni/nidaqmx-python/issues/154)
* Major Changes
* Scrubbed all examples to ensure they all function correctly and use DAQmx best practices.
* Added `DaqReadError` and `DaqWriteError` subclasses of `DaqError` that provide important metadata for partial reads and writes.
* Linux is officially supported.

0.6.0

* Resolved Issues
* [132: __future__ imports are now all mandatory in the minimum supported python version](https://github.com/ni/nidaqmx-python/issues/132)
* Major Changes
* Add support for most NI-DAQmx 16.1-21.5 APIs.
* APIs using time data types are not yet supported.
* Various other improvements:
* No more empty docstrings on constants.
* Fix C API function mapping for attributes - dozens were incorrect.
* Remove some internal-only enumerations that were unused.
* **(compat breaker)** Fix two egregious naming issues when translating the API to `SNAKE_CASE`. `M_HZ` is now
`MHZ` (megahertz) and `<word>m_VOLTS` is now `MILLIVOLTS`.
* **(compat breaker)** Fix various constant names that didn't make any sense.
* Add a header to all auto-generated files indicating that they should not be edited by hand.

0.5.8

* Merged Pull Requests
* [Bug in InStream.readinto()](https://github.com/ni/nidaqmx-python/pull/45)
* [Fix for Linux where DAQmxGetSysNIDAQUpdateVersion is not available](https://github.com/ni/nidaqmx-python/pull/75)
* [Fix RelativeTo function names to match DLL names](https://github.com/ni/nidaqmx-python/pull/86)
* [fix: exported symbol names](https://github.com/ni/nidaqmx-python/pull/93)
* [fix: dev dependencies to avoid security alerts](https://github.com/ni/nidaqmx-python/pull/94)
* [fix: task.__del__ to use _saved_name](https://github.com/ni/nidaqmx-python/pull/95)
* [remove: python2.7 support](https://github.com/ni/nidaqmx-python/pull/96)
* [update: requirements](https://github.com/ni/nidaqmx-python/pull/97)
* [Fix warning regarding ABC import from collections](https://github.com/ni/nidaqmx-python/pull/104)
* [remove: py2, py27 support from classifiers](https://github.com/ni/nidaqmx-python/pull/105)
* [Correct Network Connection Loss Property](https://github.com/ni/nidaqmx-python/pull/111)
* Resolved Issues
* Fixed `test_many_sample_pulse_ticks` test
* Added a bridge device to test MAX config to enable `test_list_of_floats_property` to run
* [36: no version information available](https://github.com/ni/nidaqmx-python/issues/36)
* Major Changes
* Switched to [poetry](https://python-poetry.org/) build system.
* Updated supported Python versions to 3.7, 3.8, 3.9, and 3.10
* Updated to latest dependencies
* Replaced `numpy.bool` with `bool` native type

0.5.7

Not secure
* Resolved Issues
* [40: is_task_done() cannot be used.](https://github.com/ni/nidaqmx-python/issues/40)
* [42: register signal event not supported?](https://github.com/ni/nidaqmx-python/issues/42)

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.