anhaidgroup / py_entitymatching

BSD 3-Clause "New" or "Revised" License
183 stars 48 forks source link

py_entitymatching is incompatible with numpy>=1.24 #160

Closed Anson-Doan closed 1 year ago

Anson-Doan commented 1 year ago

Several classes and functions currently use the deprecated type np.float and similar types, which were removed in numpy 1.24.0 and all future versions.