Skip to content

Bump gmpy2 from 2.2.2 to 2.3.0#7

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/gmpy2-2.3.0
Closed

Bump gmpy2 from 2.2.2 to 2.3.0#7
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/gmpy2-2.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps gmpy2 from 2.2.2 to 2.3.0.

Release notes

Sourced from gmpy2's releases.

Release gmpy2 2.3.0a1

Version bump from 2.2.2a1 to 2.3.0a1.

Release gmpy2 2.2.2a1

Release 2.2.2 provide preliminary support for free-threaded Python. And many bug fixes.

Release gmpy2 2.2.0

Release of gmpy2 2.2.0 with support for Cpython 3.12 and 3.13.

Release gmpy2 2.2.0a2

Release of gmpy2 2.2.0a2.

Release gmpy2 2.2.0a1

First release of gmpy2 2.2.0a1 with support for CPython 3.12.

Release gmpy2 2.1.5

Final (?) release of the 2.1.x series. No code changes since 2.1.3. Fixes to build Apple Silicon binary builds are the only changes since 2.1.3.

Release gmpy2 2.1.3

Latest release with minor bug fixes and support for Python 3.11

Release gmpy2 2.1.2

Added binary wheels for Apple silicon.

Release gmpy2-2.1.0b6

Test release for 2.1.0b6 including binary wheels for multiple platforms.

Release gmpy2-2.1.0b5

Various bug fixes and tested with GMP 6.2.0, MPFR 4.1.0, and MPC 1.2.0rc1.

Release gmpy2 2.1.0 beta1

The first beta release of gmpy2 2.1.0.

Release gmpy2 2.1.0a4

This is bug fix for Cython and adds fmma() and fmms() from MPFR 4.

gmpy2 2.1.0 alpha 1

First public release of gmpy2 2.1.0 series.

Changelog

Sourced from gmpy2's changelog.

Changes in gmpy2 2.3.0

  • Drop support for CPython < 3.9, experimental support for PyPy. (skirpichev)
  • Improved support for mixed mpfr and mpc arithmetic. (skirpichev)
  • Preliminary support for free-threaded builds. (skirpichev)
  • Fix behavior and memory leaks for contexts. (skirpichev)
  • Fix memory leaks for mpfr caching. (skirpichev)
  • Fix rounding errors in float(mpz) and float(mpq). (skirpichev)
  • Add missing methods to mpz and mpq. (skirpichev)
  • Fix round(mpz, ndigits) if ndigits is negative. (skirpichev)
  • Use context's rounding mode per default in format and round. (skirpichev)
  • Use setuptools_scm to manage versions. (skirpichev)
  • Fix exception for float(mpfr('inf')) (was: OverflowError). (skirpichev)
  • Ignore sign bit of NaN's in string output. (skirpichev)
  • Support '%' formatting type for mpfr's. (skirpichev)
  • Support floating-point formatting types for mpz's. (skirpichev)
  • Set default precision to 6 for 'e'/'E' format types. (skirpichev)
  • Support "alternate form" in floating-point formatting. (skirpichev)
  • Improve documentation for format support in gmpy2's types. (skirpichev)
  • Use 'g' (not 'f') as default formatting type for mpfr's. (skirpichev)
  • Specify case, when formatting type and precision are missing. (skirpichev)
  • Disable scripts/mp_bitcnt_t.diff in binary wheels. (skirpichev)
Commits
  • 4a4237c Merge pull request #677 from skirpichev/release-v2.3.0
  • a6ec5f9 Simplify numpy deps
  • 25bd027 Drop docs.yml (now redundant)
  • f795d1f Merge pull request #675 from skirpichev/remove-bitcnt-patch/674
  • dacbcfe Disable mp_bitcnt_t.diff in binary wheels
  • 593b140 Merge pull request #670 from skirpichev/misc
  • 3cdfc1a Update src/pythoncapi_compat.h
  • 2181ec9 Merge pull request #672 from gmpy2/dependabot/github_actions/sorenlouv/backpo...
  • 8a3aea2 Workaround curl failures in scripts/cibw_before_all.sh
  • 8a16577 Merge pull request #671 from gmpy2/dependabot/github_actions/actions/upload-a...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gmpy2](https://github.com/gmpy2/gmpy2) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/gmpy2/gmpy2/releases)
- [Changelog](https://github.com/gmpy2/gmpy2/blob/master/docs/history.rst)
- [Commits](gmpy2/gmpy2@v2.2.2...v2.3.0)

---
updated-dependencies:
- dependency-name: gmpy2
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 10, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2026

Looks like gmpy2 is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 12, 2026
@dependabot dependabot bot deleted the dependabot/pip/gmpy2-2.3.0 branch February 12, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants