Boost.Math 1.84 Standalone
mborland
released this
19 Dec 09:10
·
745 commits
to develop
since this release
What's Changed
- Use Dijkstra identities for 0(0th) Fibonacci convention by @ryanelandt in #1001
- update beta error messages and checks by @ryanelandt in #1003
- Update kolmogorov quantile newton ub to 1 by @ryanelandt in #1002
- only solve problems if have enough precision by @ryanelandt in #1004
- Update sanitizer images by @mborland in #1011
- fix unused abterm1 compile warnings by @ryanelandt in #1014
- MSVC 14_0 stdndards and has-include corrections by @ckormanyos in #1017
- Eliminate unused parameter by @ckormanyos in #1019
- test fix for multiprecision 562 by @ryanelandt in #1015
- Fix inverse_discrete_quantile for large guess by @Yuhta in #1007
- Fix issue #1023 by @mborland in #1024
- Improve ibeta power term calculation in the Sterling case by @jzmaddock in #1025
- Avoid spurious overflow and divide by zero in ibeta. by @jzmaddock in #1026
- Add clang-win to CI runs by @mborland in #1030
- k should be size_t by @AtariDreams in #1031
- Adjust recursion when using the Bessel function approximation with la… by @jzmaddock in #1036
- Correct non-central-t series convergence bug. by @jzmaddock in #1038
- ten should be a constexpr as a float by @AtariDreams in #1033
- Incorporate cast simplifications from PR880 by @jzmaddock in #1039
- has_denorm_now by @ryanelandt in #1029
- Fix clang-14 run in CI by @mborland in #1041
- Qualify log1p calls. by @jzmaddock in #1043
- Fix detection of ccmath usage in trunc by @mborland in #1044
- Update/improve ccmath configuration. by @jzmaddock in #1045
- Merge for 1.84 by @mborland in #1042
- Improve ccmath support detection. by @jzmaddock in #1046
- Merge ccmath updates to master by @mborland in #1047
- Update version history on master by @mborland in #1054
New Contributors
- @ryanelandt made their first contribution in #1001
- @Yuhta made their first contribution in #1007
Full Changelog: boost-1.83.0...boost-1.84.0