Skip to content

Releases: boostorg/multiprecision

Boost.Multiprecision 1.86 Standalone

16 Aug 12:28
bb0fd03
Compare
Choose a tag to compare

What's Changed

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

24 Apr 08:59
b88f5ab
Compare
Choose a tag to compare

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

19 Dec 09:15
cc9e01d
Compare
Choose a tag to compare
  • Change boost::array to std::array in the tests, fixes 567.
  • Correct cpp_int::eval_convert_to to be noexcept, fixes 553.
  • Make sure that changing the global precision, also changes the current thread precision.
  • Fix rational_adaptor construction bug, fixes 540.

Boost.Multiprecision 1.83 Standalone

11 Aug 18:10
364bce1
Compare
Choose a tag to compare

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

17 Apr 11:18
9f44670
Compare
Choose a tag to compare

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

16 Dec 16:33
1c70a22
Compare
Choose a tag to compare

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

13 Aug 18:15
Compare
Choose a tag to compare

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

19 Apr 08:10
Compare
Choose a tag to compare

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.