Bump malachite-base from 0.9.0 to 0.9.1
Open
Number: #6965
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 3
Association: Unknown
Comments: 3
Created:
February 02, 2026 at 02:59 PM UTC
(about 1 month ago)
(about 1 month ago)
Updated:
February 02, 2026 at 11:15 PM UTC
(about 1 month ago)
(about 1 month ago)
Labels:
dependencies rust
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
Floatdevelopment.
- 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
Rationalsand returning aFloatresult.- 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
Remtrait (andModandCeilingMod, just likeIntegers). We definex % yto bex - y * sign(x * y) * floor(|x/y|), though the implementaton is slightly faster than the naive one.
Commits
8348ed8prepare for releasef5f6947added Gauss's constant and the lemniscate constant96c4613weaken some inequalities in docs834d3e4Added more π-related constantsbf16d79play it safe with pi/3 error, set codegen-units to 161379efadded various rational multiples of pi7ba8aabfixed some comments76b74eeupdated dependenciesfc5e5d0Add % and related functions for Rationals7916401satisfy new clippy lint- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 13418102 |
| UUID: | 3886405005 |
| Node ID: | PR_kwDOCA8Bec7A8Ffq |
| Host: | GitHub |
| Repository: | RustPython/RustPython |