Boost.Math 1.81.0 Standalone
mborland
released this
15 Dec 02:55
·
1056 commits
to develop
since this release
What's Changed
- Constexpr next by @mborland in #789
- constexpr signbit by @mborland in #793
- Cleanup Warnings by @mborland in #795
- Fix unsafe bool usage by @mborland in #794
- More warning fixes by @mborland in #796
- Fix right endpoint derivative estimate error in cardinal cubic b spline by @sjrowlinson in #797
- Fixes for -Wzero-as-null-pointer-constant by @mborland in #798
- Corrected paths for cubic and quartic roots headers in doc by @RL-S in #801
- Make sure ibeta_derivative triggers an underflow error when required. by @jzmaddock in #802
- Avoid overflow in intermediate bessel_ik computation by @mckib2 in #805
- Add BOOST_NOINLINE to standalone config and apply to erf_inv_initiali… by @jzmaddock in #809
- Fix for issue #810 by @mborland in #811
- Add #include tests for the hypergeometric functions. by @jzmaddock in #812
- Fix for issue #800 by @mborland in #813
- Update Readme by @mborland in #817
- Improve performance of the Complete Elliptic Integrals. by @jzmaddock in #815
- Improve ccmath signbit and copysign by @mborland in #819
- remove extra semicolon by @HDembinski in #824
- Modernize exception specification by @apolukhin in #822
- Correct 1F1[-n, -n, x] by @jzmaddock in #832
- Fix Issue 833 by @jzmaddock in #835
- Fix quartic roots when depressed cubic only has single real root by @NAThompson in #838
- BREAKING CHANGE: Correct definition of user_rounding_error, by @jzmaddock in #836
- Fix Clang-15 warnings by @AtariDreams in #831
- Specify seed in random tests. by @NAThompson in #839
- Fix bytes behavior by @AtariDreams in #828
- short-circuit overflow protection for M1 Mac clang by @mckib2 in #827
- Change looping over array to be unsigned by @AtariDreams in #830
- Update deprecated workflow by @mborland in #840
- Fix spelling of "Ubuntu" by @AtariDreams in #843
- Fix warnings in quadrature tests by @mborland in #844
- Fix for issue 845 by @mborland in #846
- Fix for scipy issue 17146 by @mborland in #847
- Drone minor config update by @sdarwin in #850
- DOC: Fix a typo in the 'Standalone Usage' section. by @WarrenWeckesser in #852
- Fix for issue #871 (#872) by @mborland in #897
New Contributors
- @sjrowlinson made their first contribution in #797
- @RL-S made their first contribution in #801
- @mckib2 made their first contribution in #805
- @HDembinski made their first contribution in #824
- @apolukhin made their first contribution in #822
- @sdarwin made their first contribution in #850
Full Changelog: boost-1.80.0...boost-1.81.0