aleaxit / gmpy

General Multi-Precision arithmetic for Python 2.6+/3+ (GMP, MPIR, MPFR, MPC)
https://gmpy2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
510 stars 86 forks source link

Implement mpfr._mpf_ property (mpmath integration) #411

Closed skirpichev closed 1 year ago

skirpichev commented 1 year ago

Closes https://github.com/aleaxit/gmpy/issues/353

codecov-commenter commented 1 year ago

Codecov Report

Merging #411 (42572cc) into master (56475a0) will increase coverage by 1.02%. The diff coverage is 70.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master     #411      +/-   ##
==========================================
+ Coverage   82.53%   83.55%   +1.02%     
==========================================
  Files          49       49              
  Lines       11684    11710      +26     
  Branches     2185     2188       +3     
==========================================
+ Hits         9643     9784     +141     
+ Misses       2041     1926     -115     
Impacted Files Coverage Δ
src/gmpy2.c 100.00% <ø> (ø)
src/gmpy2_mpfr.c 76.00% <ø> (ø)
src/gmpy2_mpmath.c 49.77% <0.00%> (+49.77%) :arrow_up:
src/gmpy2_mpfr_misc.c 84.47% <80.76%> (-0.33%) :arrow_down:

... and 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

casevh commented 1 year ago

Thanks.

Case