evalf / nutils

The nutils project
http://www.nutils.org/
MIT License
88 stars 48 forks source link

fix product deprecation #852

Open gertjanvanzwieten opened 7 months ago

gertjanvanzwieten commented 7 months ago

This PR replaces all occurrences of numpy.product by numpy.prod preceding deprecation in numpy 2.0. It also adds SI dispatch support.