Skip to content

Boost 1.77 Standalone Release

Compare
Choose a tag to compare
@NAThompson NAThompson released this 24 Aug 14:45
· 1313 commits to develop since this release
88c4b8d

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