Skip to content

Bump malachite from 0.9.0 to 0.9.1 - #75

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/malachite-0.9.1
Open

Bump malachite from 0.9.0 to 0.9.1#75
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/malachite-0.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

Copy link
Copy Markdown
Contributor

Bumps malachite from 0.9.0 to 0.9.1.

Release notes

Sourced from malachite'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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [malachite](https://github.com/mhogrefe/malachite) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/mhogrefe/malachite/releases)
- [Commits](mhogrefe/malachite@v0.9.0...v0.9.1)

---
updated-dependencies:
- dependency-name: malachite
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 9, 2026
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants