Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mpz.__array__() method to interact with numpy #514

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

skirpichev
Copy link
Contributor

Closes #507

@codecov-commenter
Copy link

codecov-commenter commented Sep 13, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 95.23810% with 2 lines in your changes missing coverage. Please review.

Project coverage is 85.64%. Comparing base (224745b) to head (5099d35).
Report is 46 commits behind head on master.

Files with missing lines Patch % Lines
src/gmpy2_mpz_misc.c 95.23% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #514      +/-   ##
==========================================
+ Coverage   85.52%   85.64%   +0.11%     
==========================================
  Files          50       50              
  Lines       11656    11697      +41     
  Branches     2202     2213      +11     
==========================================
+ Hits         9969    10018      +49     
+ Misses       1687     1679       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@skirpichev skirpichev force-pushed the mpz-array-dunder branch 3 times, most recently from 54fbfc8 to cf11349 Compare September 13, 2024 10:23
@casevh casevh merged commit a3f991c into aleaxit:master Sep 14, 2024
11 checks passed
@skirpichev skirpichev deleted the mpz-array-dunder branch September 14, 2024 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conversion from mpz to numpy longdouble is incorrect
3 participants