Bump malachite-q from 0.8.0 to 0.9.0
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(2 months ago)
(2 months ago)
dependencies rust
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_ascfunction 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
286617ePrepare for release614142bfix as_limbs_asc, add demo/bench and more tests300dc17added more constants58aaa40added reciprocal_sqrt_rational functionsf3feb8badded Float::sqrt_rational1ff564ffixed char stuffdfab125small improvements5b31c61Added reciprocal sqrt for Floats and primitive floats2dc9f9bMerge pull request #88 from Dasaav-dsv/as_limbs_asca7907ecimplemented square root for Floats- 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: | 12538241 |
| UUID: | 3781426462 |
| Node ID: | PR_kwDOCA8Bec67h6Z3 |
| Host: | GitHub |
| Repository: | RustPython/RustPython |