An open index of dependabot pull requests across open source projects.

Bump malachite-q from 0.8.0 to 0.9.0

Open
Number: #6653
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 3
Created: January 05, 2026 at 01:04 PM UTC
(2 months ago)
Updated: January 05, 2026 at 01:57 PM UTC
(2 months ago)
Labels:
dependencies rust
Description:

Bumps malachite-q from 0.8.0 to 0.9.0.

Release notes

Sourced from malachite-q's releases.

v0.9.0

This release adds functionality for taking the square root of Floats, and for taking the reciprocal square root of Floats (that is, raising them to the power of -1/2). It also adds several new constants that may be computed to arbitrary precision. Also, thanks to Dasaav-dsv for adding the as_limbs_asc function to Naturals, allowing users to take a reference to a Natural's limbs.

Breaking changes:

  • The Thue-Morse constant is now called the Prouhet-Thue-Morse constant
  • Natural logarithms are now called ln, not log

2026 will be a big year for Floats!

Commits
  • 286617e Prepare for release
  • 614142b fix as_limbs_asc, add demo/bench and more tests
  • 300dc17 added more constants
  • 58aaa40 added reciprocal_sqrt_rational functions
  • f3feb8b added Float::sqrt_rational
  • 1ff564f fixed char stuff
  • dfab125 small improvements
  • 5b31c61 Added reciprocal sqrt for Floats and primitive floats
  • 2dc9f9b Merge pull request #88 from Dasaav-dsv/as_limbs_asc
  • a7907ec implemented square root for Floats
  • 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 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 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)
Package Dependencies
Package:
malachite-q
Ecosystem:
cargo
Version Change:
0.8.0 → 0.9.0
Update Type:
Minor
Technical Details
ID: 12538241
UUID: 3781426462
Node ID: PR_kwDOCA8Bec67h6Z3
Host: GitHub
Repository: RustPython/RustPython