* 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