Releases: boostorg/multiprecision
Boost.Multiprecision 1.86 Standalone
What's Changed
- Type which are convertible to a number should not participate in arit… by @jzmaddock in #609
- Improve codecov reliability by @mborland in #616
- make sure eval_convert_to() do not terminate with super large number by @tchaikov in #618
- Remove overloads no longer required by Math. by @jzmaddock in #623
- Correct divide-by-zero in cpp_int modulus operations. by @jzmaddock in #625
- Ensure checked integers are in a sane state after a throw. by @jzmaddock in #627
- Update docs by @ckormanyos in #629
- Improve quadmath detection by @mborland in #633
- Bug fix for 1.86 by @mborland in #634
New Contributors
Full Changelog: Boost_1_85_0...Boost_1_86_0
Standalone release of Boost.Multiprecision which can be used on it's own without the rest of Boost, and/or in conjunction with the Boost.Math standalone release.
Boost.Multiprecision 1.85 Standalone
Changes from 1.84:
- Fix deprecation warnings from C++23 PR#575
- Fix cpp_bin_float for small bit counts PR#577
- Fix -Wpessimizing-move PR#580
- Add covecov runs
- Reduce truncation in cpp_dec_float multiplication PR#585
- Fix complex_adaptor to match precision requirements PR#597
- Fix for breaking changes in tommath PR#603
- Fix for types that can be converted to number participting in arithmetic operator overloads #608
Can be used independently, or in conjunction with the Boost.Math standalone package.
Boost.Multiprecision 1.84 Standalone
Boost.Multiprecision 1.83 Standalone
This is the standalone package of Boost.Multiprecision from Boost 1.83. Can be used independently, or in conjunction with the Boost.Math standalone package.
Boost.Multiprecision 1.82 Standalone
This is the standalone package of Boost.Multiprecision from Boost 1.82. Can be used independently, or in conjunction with the Boost.Math standalone package.
Boost.Multiprecision 1.81 Standalone
This is the standalone package of Boost.Multiprecision from Boost 1.81. Can be used independently, or in conjunction with the Boost.Math standalone package.
Standalone Multiprecision from Boost-1.80
Standalone release of Boost.Multiprecision which can be used on it's own without the rest of Boost, and/or in conjunction with the Boost.Math standalone release.
Standalone Multiprecision from Boost-1.79
Initial standalone release of Multiprecision.
This release can be used entirely independently from the rest of Boost, and/or in conjunction with a standalone Boost.Math release.