inducer / loopy

A code generator for array-based code on CPUs and GPUs
http://mathema.tician.de/software/loopy
MIT License
580 stars 70 forks source link

`np.bool8` is deprecated #829

Closed JHopeCollins closed 7 months ago

JHopeCollins commented 7 months ago

This type was deprecated in NumPy 1.24 in favour of bool_, but loopy still uses it because the loopy/target/c/compyte is pinned to a 3 year old commit in compyte so DeprecationWarnings are raised in a lot of firedrake scripts.

Is there any reason why this link can't be updated to a more/most recent compyte?

inducer commented 7 months ago

Thanks for the note. AFAIK there are no obstacles to updating compyte, other than it hasn't been done yet. See #831.

JHopeCollins commented 7 months ago

Thanks for fixing that so quickly!