H5py: [FutureWarning] Conversion from `float` to `np.floating` is deprecated

Created on 12 May 2018  路  2Comments  路  Source: h5py/h5py

  • Operating System: Ubuntu 16.04.2 LTS
  • Python version: 3.5.2
  • Where Python was acquired: system Python
  • h5py version: 2.7.1
  • HDF5 version: 1.8.18

The full traceback/stack trace shown:

/usr/local/lib/python3.5/dist-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
  from ._conv import register_converters as _register_converters

Most helpful comment

You can get the rc with this fix via pip install --upgrade --pre h5py

All 2 comments

I think this has already been fixed by #970

You can get the rc with this fix via pip install --upgrade --pre h5py

Was this page helpful?
0 / 5 - 0 ratings