We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
np.float
When trying basic: ipyplot.plot_images([np.array([1,2])]) I get:
ipyplot.plot_images([np.array([1,2])])
AttributeError: module 'numpy' has no attribute 'float'
This is due to this depreciation.
The text was updated successfully, but these errors were encountered:
remove usages of numpy float, Fixes #50 (#51)
1fb11b2
Thank you @nesaboz for bringing up this issue and @ricoms - thanks for the fix!
Sorry, something went wrong.
This fix is now published to PyPI with release version 1.1.2. Thanks again for your contributions!
Successfully merging a pull request may close this issue.
When trying basic:
ipyplot.plot_images([np.array([1,2])])
I get:AttributeError: module 'numpy' has no attribute 'float'
This is due to this depreciation.
The text was updated successfully, but these errors were encountered: