You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for the library it's really useful :)
I have this warning with the version 0.4.4:
The text was updated successfully, but these errors were encountered: