aewallin / allantools

Allan deviation and related time & frequency statistics library in Python
GNU Lesser General Public License v3.0
216 stars 78 forks source link

remove usage of deprecated np.bool8 in tau_reduction #160

Closed aidanmontare-fed closed 4 months ago

aidanmontare-fed commented 4 months ago

np.bool8 is an alias for np.bool_

np.bool8 was deprecated in numpy 1.24.0

https://numpy.org/doc/stable/release/1.24.0-notes.html#np-str0-and-similar-are-now-deprecated

coveralls commented 4 months ago

Coverage Status

coverage: 89.396% (-2.7%) from 92.13% when pulling b94bd46783194de67c08fd510128459f4ceeebcc on aidanmontare-fed:fix-deprecated-bool8 into 8faefa93fc810a1e73cce6dc50d5c80b7ca7599d on aewallin:master.