Sergey B Kirpichev
Sergey B Kirpichev
@thartmann15, could you please fix merge conflicts?
@thartmann15, I'm closing this. Feel free reopen the pr if you wish to continue this work.
@fredrik-johansson, I'm going to close this. I don't see similar special cases across the codebase.
Ok, now integration=1 per default. Also, regression test was added in 7123a67a
Fixed with 1.3
An attempt: #603.
You should use pytest to run tests, see [docs](https://mpmath.org/doc/1.3.0/setup.html#running-tests).
#250 - for sqrt
I doubt it's a good idea. As it was noted above, there is no established protocol for overloading functions like exp. And you could use np.vectorize for arbitrary scalar functions:...
@WarrenWeckesser, this seems to be fixed in the current master, see #679 where a regression test was added. UPD: bisected to 0249d97.