Sergey B Kirpichev

Results 396 comments of Sergey B Kirpichev

Actually, this will be a violation of [PEP 515](https://www.python.org/dev/peps/pep-0515/). But see [this](https://bugs.python.org/issue44267) and [this](https://github.com/aleaxit/gmpy/commit/ec8dabff9730b753f38647fb5af0c4bad7b492cb).

> SymPy is the project with the most stakes in mpmath, and I think there could be a lot to gain -- improvements to SymPy requiring simultaneous mpmath patches (and...

> Aaron Meuer seemed to support moving mpmath to the SymPy github org. I think it is time to just do it. During this year nobody from the SymPy org...

On Sat, Nov 06, 2021 at 11:14:20PM -0700, Warren Weckesser wrote: > Mainly based on ***@***.***'s comments in the email of 10-Sep-2020. The > current status doesn't seem to be...

Probably, this could be discussed right here. But I suspect, that your conditions are inconsistent. SymPy has CoC organization-wide, so if you do (1) - (2) condition out of the...

(Here is my reply to private message from Oscar. I believe, it's ok to be here, because some announce was planned anyway.) On Wed, Feb 02, 2022 at 12:25:22AM +0000,...

Unfortunately, CI is broken for the master. Maybe you can cherry-pick commits from #609 to get tests running?

FYI, decimal module: ``` >>> from decimal import Decimal >>> Decimal('NaN')**0 Decimal('NaN') >>> 1**Decimal('Infinity') Decimal('1.000000000000000000000000000') ```

@tirthajyoti, in your 1st code snippet you should use ``mp.mp.dps`` instead: ``` $ python -q >>> import mpmath >>> mpmath.dps Traceback (most recent call last): File "", line 1, in...

@fredrik-johansson, I think the #382 wasn't fixed by #412. Merged pr even doesn't have a regression test. Probably, that issue must be reopened and the current - closed.