karolzak/ipyplot

numpy 1.20+ does't have `np.float`

nesaboz opened this issue · 2 comments

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.

Thank you @nesaboz for bringing up this issue and @ricoms - thanks for the fix!

This fix is now published to PyPI with release version 1.1.2.
Thanks again for your contributions!