With 1.3.0 and 1.4.0a2, `besselj(-10+0j, 0+0j)` returns `mpc(real='0.0', imag='0.0')`. With 1.4.0a3, it returns `mpc(real='inf', imag='0.0')`. This changed showed up in SciPy tests: https://github.com/scipy/scipy/issues/22395
With 1.3.0 and 1.4.0a2,
besselj(-10+0j, 0+0j)returnsmpc(real='0.0', imag='0.0').With 1.4.0a3, it returns
mpc(real='inf', imag='0.0').This changed showed up in SciPy tests: scipy/scipy#22395