adamreeve / npTDMS

NumPy based Python module for reading TDMS files produced by LabView

Home Page:http://nptdms.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numpy Deprecation Warning

NickSebClark opened this issue · comments

Receiving this warning.

/nptdms/types.py:227: DeprecationWarning: np.bool8 is a deprecated alias for np.bool_. (Deprecated NumPy 1.24)

Hi @NickSebClark, thanks for the bug report, I've fixed this on master and will make a new release with this fix shortly.