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

Misc fixes #471

Merged
merged 10 commits into from
Mar 24, 2024
Merged

Misc fixes #471

merged 10 commits into from
Mar 24, 2024

Conversation

skirpichev
Copy link
Contributor

@skirpichev skirpichev commented Mar 11, 2024

  • use pythoncapi-compat's pythoncapi_compat.h
  • use _PyLong_Sign() instead of _PyLong_IsNegative()
  • removed build-wheels.conf // seems to be unused
  • reuse mpz_set_PyLong in GMPy_MPZ_From_PyLong() and GMPy_XMPZ_From_PyLong()
  • fix install.rst (move up "From Sources" section)
  • move changelogs for 1.x versions from gmpy2.c to history.rst
  • move changelogs for 2.0.0b1 from gmpy2.c to history.rst
  • move changelogs for 2.0.0b[234] from gmpy2.c to history.rst
  • move changelogs for 2.0.0 and 2.1.x from gmpy2.c to history.rst
  • update changelog for 2.2.0 (from gmpy2.c), closes https://gmpy2.readthedocs.io/en/latest/history.html outdated #329

@codecov-commenter
Copy link

codecov-commenter commented Mar 11, 2024

Codecov Report

Attention: Patch coverage is 89.47368% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 85.52%. Comparing base (eb8dfcb) to head (283c665).
Report is 7 commits behind head on master.

Files Patch % Lines
src/gmpy2_cache.c 50.00% 4 Missing ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #471      +/-   ##
==========================================
- Coverage   85.55%   85.52%   -0.03%     
==========================================
  Files          49       50       +1     
  Lines       11678    11656      -22     
  Branches     2209     2202       -7     
==========================================
- Hits         9991     9969      -22     
  Misses       1687     1687              

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

@casevh casevh merged commit 38bf13e into aleaxit:master Mar 24, 2024
10 checks passed
@casevh
Copy link
Collaborator

casevh commented Mar 24, 2024

Looks good. Thanks for all the cleanup.

casevh

@skirpichev skirpichev deleted the misc branch March 24, 2024 07:03
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.

https://gmpy2.readthedocs.io/en/latest/history.html outdated
3 participants