nasa-jpl / autoRIFT

A Python module of a fast and intelligent algorithm for finding the pixel displacement between two images
Apache License 2.0
212 stars 52 forks source link

replaced deprecated numpy functions #98

Closed gbrencher closed 3 months ago

gbrencher commented 3 months ago

See #97 (at least the first part of it)

Replacing np.asscalar() with .item() as recommended https://numpy.org/doc/1.16/reference/generated/numpy.asscalar.html

It would be helpful to create a new release including these updates!