-
Notifications
You must be signed in to change notification settings - Fork 86
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
Misc fixes #471
Conversation
skirpichev
commented
Mar 11, 2024
•
edited
Loading
edited
- 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 ReportAttention: Patch coverage is
❗ 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. |
fb248b1
to
4074299
Compare
Looks good. Thanks for all the cleanup. casevh |