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

Bump malachite-base from 0.9.0 to 0.9.1

Open
Number: #6965
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 3
Created: February 02, 2026 at 02:59 PM UTC
(about 1 month ago)
Updated: February 02, 2026 at 11:15 PM UTC
(about 1 month ago)
Labels:
dependencies rust
Description:

Bumps malachite-base from 0.9.0 to 0.9.1.

Release notes

Sourced from malachite-base's releases.

v0.9.1

This release advances Float development.

  • AGM (the arithmetic-geometric mean) is now supported. It might seem odd to implement this obscure function before many elementary functions, but it turns out that the AGM is useful in computing logarithms, which will be the subject of the next release. Malachite also provides functionality for taking the AGM of two Rationals and returning a Float result.
  • Malachite is now able to compute pi to arbitrary precision. (If you want to benchmark this, beware that the current Float-to-decimal-string conversion is very slow; this will be fixed within the next few months.) Malachite also provides all the pi-related constants that std provides here.
  • Malachite can now also compute Gauss's constant and the lemniscate constant to arbitrary precision.
  • Rationals now have implementations for the Rem trait (and Mod and CeilingMod, just like Integers). We define x % y to be x - y * sign(x * y) * floor(|x/y|), though the implementaton is slightly faster than the naive one.
Commits
  • 8348ed8 prepare for release
  • f5f6947 added Gauss's constant and the lemniscate constant
  • 96c4613 weaken some inequalities in docs
  • 834d3e4 Added more π-related constants
  • bf16d79 play it safe with pi/3 error, set codegen-units to 1
  • 61379ef added various rational multiples of pi
  • 7ba8aab fixed some comments
  • 76b74ee updated dependencies
  • fc5e5d0 Add % and related functions for Rationals
  • 7916401 satisfy new clippy lint
  • 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
Ecosystem:
cargo
Version Change:
0.9.0 → 0.9.1
Update Type:
Patch
Technical Details
ID: 13418102
UUID: 3886405005
Node ID: PR_kwDOCA8Bec7A8Ffq
Host: GitHub
Repository: RustPython/RustPython