pydata / numexpr

Fast numerical array expression evaluator for Python, NumPy, Pandas, PyTables and more
https://numexpr.readthedocs.io/en/latest/user_guide.html
MIT License
2.25k stars 212 forks source link

replace importing complex_ with cdouble for numpy2 #466

Closed 27rabbitlt closed 11 months ago

27rabbitlt commented 11 months ago

since numpy will remove np.complex_ so we should replace complex_ with cdouble in numexpr.test module

FrancescAlted commented 11 months ago

LGTM. Thanks @27rabbitlt !