casevh

Results 11 issues of casevh

I would like to release version 2.2.0a2 tomorrow. I have tagged the 2.2.0a2 code and uploaded a subset of the binary wheels to https://github.com/aleaxit/gmpy/releases/tag/gmpy2-2.2.0a2 Please test any of the subset...

It is possible to build a Cython extension on Windows using the GMP, MPFR, and MPC DLLs included with the gmpy2 binary wheel. Here is the rough outline: 1. Download...

The Appveyor builds are failing on Windows. It looks like the conda-forge recipe provide an old version of MPFR. Is it possible to specify the most recent version of MPFR...

Note: I am specifically discussing float/mpfr inputs. The behavior of the `math.ceil`, `math.floor`, `math.trunc`, and `round` changed between Python 2 and Python 3. In Python 2.x, a float was always...

I would like to complete the following before releasing 2.1.0b1: 1. Support the new thread-local storage C-API that will be introduced with Python 3.7. 2. Increase test coverage. 3. Add...

Issue created as a reminder for me to look at this in the future. But if someone wants to tackle this, that would be great. I can'f figure out how...

Continue discuss from issue 146.

See comments on #181. Some of the internal functions that create mpfr and mpc instances accept a precision argument. If precision is 0, they get the required precision from the...

I have a couple questions about Cython/Sage. Will the GIL be held when the gmpy2 C API functions are called? (I assume so...) Should I assume that the GMP/MPIR, MPFR,...

@skirpichev @oscarbenjamin Some comments on separating GMP, MPFR, and MPC files from gmpy2. This is based on the current code and has only been tested on Windows. Current state has...