Closed swryan closed 4 months ago
Replaced multiple occurrences of the numpy function in1d(), which was deprecated in NumPy 2.0, with isin() per the NumPy 2.0 Migration Guide.
in1d()
isin()
This will allow NumPy 2.0 compatibility check to pass in the GitHub CI workflow.
None
Summary
Replaced multiple occurrences of the numpy function
in1d()
, which was deprecated in NumPy 2.0, withisin()
per the NumPy 2.0 Migration Guide.This will allow NumPy 2.0 compatibility check to pass in the GitHub CI workflow.
Related Issues
Backwards incompatibilities
None
New Dependencies
None