unageek / inari

A Rust implementation of interval arithmetic (IEEE 1788)
MIT License
31 stars 2 forks source link

Update gmp-mpfr-sys requirement from ~1.4 to ~1.5 #91

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on gmp-mpfr-sys to permit the latest version.

Changelog

Sourced from gmp-mpfr-sys's changelog.

Version 1.5.1 (2023-02-28)

Version 1.5.0 (2023-01-06)

  • The crate now requires rustc version 1.65.0 or later.
  • [MPFR] was updated from version 4.1.1-p1 to 4.2.0.
  • [MPC] was updated from version 1.2.1 to 1.3.1.
  • The following functions are now const functions:
    • [gmp][gmp-1-5]::[mpz_sgn][gmp-zs-1-5], [gmp][gmp-1-5]::[mpq_sgn][gmp-qs-1-5], [gmp][gmp-1-5]::[mpf_sgn][gmp-fs-1-5]
    • [gmp][gmp-1-5]::[mpz_odd_p][gmp-zop-1-5], [gmp][gmp-1-5]::[mpz_even_p][gmp-zep-1-5]
    • [gmp][gmp-1-5]::[mpz_fits_ulong_p][gmp-zfulp-1-5], [gmp][gmp-1-5]::[mpz_fits_uint_p][gmp-zfuip-1-5], [gmp][gmp-1-5]::[mpz_fits_ushort_p][gmp-zfusp-1-5]
    • [gmp][gmp-1-5]::[mpz_getlimbn][gmp-zg-1-5], [gmp][gmp-1-5]::[mpz_size][gmp-zsi-1-5],
    • [gmp][gmp-1-5]::[mpq_numref][gmp-qn-1-5], [gmp][gmp-1-5]::[mpq_numref_const][gmp-qnc-1-5], [gmp][gmp-1-5]::[mpq_denref][gmp-qd-1-5], [gmp][gmp-1-5]::[mpq_denref_const][gmp-qdc-1-5]
    • [mpfr][mpfr-1-5]::[get_prec][mpfr-gp-1-5],
    • [mpfr][mpfr-1-5]::[nan_p][mpfr-nap-1-5], [mpfr][mpfr-1-5]::[inf_p][mpfr-ip-1-5], [mpfr][mpfr-1-5]::[number_p][mpfr-nup-1-5], [mpfr][mpfr-1-5]::[zero_p][mpfr-zp-1-5], [mpfr][mpfr-1-5]::[regular_p][mpfr-rp-1-5]
    • [mpfr][mpfr-1-5]::[get_exp][mpfr-ge-1-5], [mpfr][mpfr-1-5]::[signbit][mpfr-s-1-5]
    • [mpfr][mpfr-1-5]::[VERSION_NUM][mpfr-vn-1-5]
    • [mpfr][mpfr-1-5]::[custom_get_size][mpfr-cgs-1-5], [mpfr][mpfr-1-5]::[custom_init][mpfr-ci-1-5], [mpfr][mpfr-1-5]::[custom_get_kind][mpfr-cgk-1-5], [mpfr][mpfr-1-5]::[custom_get_significand][mpfr-cgsi-1-5], [mpfr][mpfr-1-5]::[custom_get_exp][mpfr-cge-1-5]
    • [mpc][mpc-1-5]::[INEX_RE][mpc-ir-1-5], [mpc][mpc-1-5]::[INEX_IM][mpc-ii-1-5], [mpc][mpc-1-5]::[INEX1][mpc-i1-1-5], [mpc][mpc-1-5]::[INEX2][mpc-i2-1-5]
    • [mpc][mpc-1-5]::[realref][mpc-r-1-5],

... (truncated)

Commits
  • 9ef208b version 1.5.1
  • 0f5bbe0 Merge branch 'v1.4'
  • a0ebe79 version 1.4.13
  • 334e145 add some commits from mpfr 4.2 branch: unpack
  • 0768295 add some commits from mpfr 4.2 branch
  • a4f2843 add some commits from mpfr 4.1 branch: unpack
  • 74d3081 add some commits from mpfr 4.1 branch
  • 0df7b80 unpack.sh now supports multiple patches per library
  • ee7fa86 unpack.sh now supports multiple patches per library
  • ccbc642 make svg embedded in html_logo_url a little smaller
  • Additional commits viewable in compare view


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.