Warren Weckesser

Results 106 comments of Warren Weckesser

Check that you are using version 1.7.13 of waf. See the note here: https://github.com/scipy/scipy/blob/master/BENTO_BUILD.txt

It has been over a year since https://groups.google.com/g/mpmath/c/v8VjGgR1HH4. Aaron Meuer seemed to support moving mpmath to the SymPy github org. I think it is time to just do it. The...

Mainly based on @asmeurer's comments in the email of 10-Sep-2020. The current status doesn't seem to be working, so it seems worthwhile to try that proposal.

That's true, as far as I can see, so I don't know if the move to the SymPy org would improve things. But there is also the fact that @fredrik-johansson...

The test failure with Python 3.10-dev is not related to this PR.

The expression `mpm.log(8/(2*mpm.pi*5*mpm.cos(7/5)**2))*(2*5)**(-8)` includes terms that will be evaluated by Python using 64 bit floating point before being passed through to `mpmath` functions. Specifically, `7/5` will be the 64 bit...

> As I wrote in a comment I have already tried: Sorry! I guess I skimmed the rest after seeing the mistakes in the code that is not commented out....

@To3No7, if your problem is solved, I think you can close this issue.

I recently ran into the same issue. I had something like this: ``` Examples -------- [...] The transfer function is:: 2s^2 + 3s + 4 ------------- 5s^2 + 6s +...

FYI: This was discussed on the NumPy mailing list back in 2009: https://mail.python.org/pipermail/numpy-discussion/2009-May/042645.html I don't know of a plan to add it. (Although I had a big role in creating...