Skip to content

Commit

Permalink
officially support linux (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhindes authored Feb 16, 2022
1 parent 2a3e0c3 commit b72380c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
* ...
* ### 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)
Expand All @@ -29,6 +30,7 @@ All notable changes to this project will be documented in this file.
* [151: Write functions require writable numpy array](https://github.com/ni/nidaqmx-python/issues/151)
* ### Major Changes
* Scrubbed all examples to ensure they all function correctly and use DAQmx best practices.
* Linux is officially supported.

## 0.6.0

Expand Down
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ versions of the NI-DAQmx driver. Visit the
`ni.com/downloads <http://www.ni.com/downloads/>`_ to upgrade your version of
NI-DAQmx.

**nidaqmx** supports only the Windows operating system.
**nidaqmx** supports Windows and Linux operating systems where the NI-DAQmx
driver is supported. Refer to
`NI Hardware and Operating System Compatibility <https://www.ni.com/r/hw-support>`_
for which versions of the driver support your hardware on a given operating
system.

**nidaqmx** supports CPython 3.7+ and PyPy3.

Expand Down

0 comments on commit b72380c

Please sign in to comment.