Skip to content

Releases: boostorg/math

Boost.Math 1.86 Standalone

14 Aug 17:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: boost-1.85.0...boost-1.86.0

Boost.Math 1.84 Standalone

19 Dec 09:10
44af29a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: boost-1.83.0...boost-1.84.0

Boost.Math 1.83.0 Standalone

11 Aug 17:43
1a7be5d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: boost-1.82.0...boost-1.83.0

Boost.Math 1.82.0 Standalone

17 Apr 11:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: boost-1.81.0...boost-1.82.0

Boost.Math 1.81.0 Standalone

15 Dec 02:55
f395de0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: boost-1.80.0...boost-1.81.0

Boost 1.80.0 Standalone

11 Aug 01:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: boost-1.79.0...boost-1.80.0

Boost 1.79.0 Standalone

16 Apr 21:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.77-standalone...boost-1.79.0

Boost 1.77 Standalone Release

24 Aug 14:45
88c4b8d
Compare
Choose a tag to compare

After some hammering on the beta release by many community contributors, we are proud to release the Boost Math 1.77-standalone. This is nearly identical to the 1.77 release, with a few bugs fixed in standalone mode.

A few highlights:

  • Improved mode of the non-central χ² algorithm from @vindex10
  • Numerous fixes for the ARM platform from @StephanTLavavej
  • constexpr versions of many cmath functions, like isnan, isfinite, from @mborland
  • Bezier polynomials
  • Bilinear uniform interpolation

Standalone Beta

03 May 17:27
0cd6039
Compare
Choose a tag to compare

This is the first standalone version of Boost.Math, corresponding roughly to Boost version 1.76. The main differences from the mainline version 1.76 are some diffs to make sure this works in isolation from the rest of Boost.