[GRASS-git] [OSGeo/grass-addons] 0d67db: Replace np.float (numpy.float) by float (#857)

Cuong Ngo noreply at github.com
Sun Jan 29 11:28:15 PST 2023


  Branch: refs/heads/grass8
  Home:   https://github.com/OSGeo/grass-addons
  Commit: 0d67db05ee53f1bec0c4bd5938bbd28942b5866a
      https://github.com/OSGeo/grass-addons/commit/0d67db05ee53f1bec0c4bd5938bbd28942b5866a
  Author: Cuong Ngo <57362026+kirimaru-jp at users.noreply.github.com>
  Date:   2023-01-29 (Sun, 29 Jan 2023)

  Changed paths:
    M src/imagery/i.sentinel/i.sentinel.import/i.sentinel.import.py
    M src/raster/r.mess/r.mess.py
    M src/raster/r.object.activelearning/r.object.activelearning.py
    M src/vector/v.class.ml/ml_functions.py

  Log Message:
  -----------
  Replace np.float (numpy.float) by float (#857)

* Replace np.float (numpy.float) by float

Replace np.float (numpy.float) by float (np.float is an alias for python float type), since it does not exist anymore in numpy (version 1.24.1).
See https://github.com/OSGeo/grass-addons/issues/856.

* Replace np.float (numpy.float) by float

Replace np.float (numpy.float) by float (np.float is an alias for python float type), since it does not exist anymore in numpy (version 1.24.1).
See https://github.com/OSGeo/grass-addons/issues/856.

* Replace np.float (numpy.float) by float

Replace np.float (numpy.float) by float (np.float is an alias for python float type), since it does not exist anymore in numpy (version 1.24.1).
See https://github.com/OSGeo/grass-addons/issues/856.

* Replace np.float (numpy.float) by float

Replace np.float (numpy.float) by float (np.float is an alias for python float type), since it does not exist anymore in numpy (version 1.24.1).
See https://github.com/OSGeo/grass-addons/issues/856.




More information about the grass-commit mailing list