Boost 1.79.0 Standalone
mborland
released this
16 Apr 21:33
·
1214 commits
to develop
since this release
What's Changed
- Fix for beta link error by @mborland in #580
- Fix gini coefficient calculation. by @jzmaddock in #593
- Post-1.77 beta changes. by @jzmaddock in #661
- constexpr fpclassify by @mborland in #679
- I506 cstdfloat complex std by @ckormanyos in #507
- Provide graceful failure for Bernoulli code on platforms with no atomics. by @jzmaddock in #684
- constexpr frexp by @mborland in #686
- constexpr ldexp by @mborland in #688
- Add abs specializations to ccmath by @mborland in #690
- constexpr div by @mborland in #691
- Constexpr logb and ilogb by @mborland in #692
- constexpr scalbn and scalbln by @mborland in #693
- constexpr floor and ceil by @mborland in #694
- constexpr trunc by @mborland in #695
- Fix cstdfloat_math_incl_test on ppc64le with ieee128 by @mscastanho in #685
- constexpr modf by @mborland in #696
- constexpr round by @mborland in #697
- Expand the catmull-rom spline doc by @oleg-alexandrov in #698
- constexpr fmod by @mborland in #699
- constexpr remainder by @mborland in #700
- constexpr copysign by @mborland in #701
- Disallow integral return types. by @NAThompson in #704
- Correct test for cpp_dec_float division. by @jzmaddock in #712
- TanhSinh: Correct m_inital_row_length in double precision case. by @jzmaddock in #711
- Fix low hanging fruit test failures on s390x. by @jzmaddock in #687
- Cubic roots by @NAThompson in #703
- Update limits used in erf/erfc approximations. by @jzmaddock in #713
- Improve tanh_sinh. by @jzmaddock in #714
- Remove unicode from comments and loosen up error tolerance. by @NAThompson in #716
- Constexpr hypot by @mborland in #721
- Fix tests for Apple M1 by @mborland in #725
- Quartic roots. by @NAThompson in #718
- Fix and tests for issue #705 by @mborland in #731
- Constexpr fdim by @mborland in #730
- Constexpr fmin and fmax by @mborland in #732
- Fix for linker errors from multiprecision changes. by @jzmaddock in #735
- Constexpr comparison functions by @mborland in #736
- Fix for issue #737 by @mborland in #738
- Complete CI test with standalone mode by @mborland in #680
- Remove use of old-style casts from exp-sinh quadrature. by @NAThompson in #741
- Improving DE performance Part 2 by @jzmaddock in #722
- Remove old-style casts. by @NAThompson in #743
- Remove C-Style Casts by @mborland in #744
- Begin to systematically remove direct use of lexical_cast in favour o… by @jzmaddock in #742
- constexpr isunordered by @mborland in #745
- More C-Style Cast Removal by @mborland in #746
- Fix for #750 by @mborland in #751
- Rework thread-safety logic in bernoulli_details.hpp. by @jzmaddock in #753
- Add MSVC-2022 to CI Testing by @mborland in #720
- Color Maps by @mborland in #752
- Add GCC-5 to drone config by @mborland in #758
- Add class template argument deduction guides for distributions by @jamesfolberth in #756
- Do not use an unguarded Newton iterate to polish roots; it goes crazy… by @NAThompson in #759
- Fix for issue 757. by @NAThompson in #760
- Cygwin, FreeBSD and Long Doubles by @mborland in #729
- Fix for issue #764 by @mborland in #765
- Implement logaddexp by @mborland in #763
- small correction to F distribution docs by @grlee77 in #766
New Contributors
- @oleg-alexandrov made their first contribution in #698
- @jamesfolberth made their first contribution in #756
- @grlee77 made their first contribution in #766
Full Changelog: v1.77-standalone...boost-1.79.0