Thanks for the library it's really useful :)
I have this warning with the version 0.4.4:
/usr/local/lib/python3.8/dist-packages/fxpmath/objects.py:499: FutureWarning: Conversion of the second argument of issubdtype from `str` to `str` is deprecated. In future, it will be treated as `np.str_ == np.dtype(str).type`.
if np.issubdtype(val.dtype, str):
Hi!
Thanks for the library it's really useful :) I have this warning with the version 0.4.4: