Boost.Math 1.82.0 Standalone
mborland
released this
17 Apr 11:13
·
914 commits
to develop
since this release
What's Changed
- Disable C6326: Potential comparison of a constant with another constant by @mborland in #857
- Improve the mention of Octonion in readme by @Bobini1 in #859
- Use package manager for cygwin runs by @mborland in #862
- Fix warning 4146 and 4244 in ccmath by @mborland in #858
- Use 64-bit RNG for types that are 64 bits by @AtariDreams in #865
- Assert when features which require C++17 are compiled for an earlier … by @jzmaddock in #856
- Junk removal by @AtariDreams in #863
- Remove thread limitation from GHA runner by @mborland in #874
- Fix typos by @bwignall in #876
- Fix for issue #871 by @mborland in #872
- Correct root finders in extreme cases. by @jzmaddock in #875
- Fix -Wimplicit-const-int-float-conversion by @mborland in #879
- Better error handling by @jzmaddock in #883
- More and better handling of ibeta small args. by @jzmaddock in #884
- Fix warnings in special functions by @mborland in #864
- Correct tests to make them Multiprecision safe. by @jzmaddock in #887
- Fix for binomial distribution quantile edge case by @mborland in #890
- Fix for Non-Central T Distribution FE_INVALID by @mborland in #892
- Remove using std::cbrt to fix build on platforms which don't support it. by @NAThompson in #888
- Consolidate windows testing by @mborland in #895
- Use cfloat instead of float.h by @AtariDreams in #899
- Fix tanh_sinh integration for edge case, by @jzmaddock in #901
- Make integrators const correct. by @jzmaddock in #903
- Use
size_t
insize_to_precision
by @Flamefire in #907 - Require C++14 support by @mborland in #905
- Improve NAN handling in ccmath by @mborland in #912
- S390x testing by @jzmaddock in #908
- libraries.json: fix typo by @drewrisinger in #918
- Add deprecation notice to complex functions by @mborland in #917
- Remove most CI and just test arm64/drone. by @jzmaddock in #916
- Update tanh_sinh handling of boundaries. by @jzmaddock in #894
- Add additional architecture testing to drone by @mborland in #868
- Fix for Scipy Issue 16079. by @jzmaddock in #930
- Ignore warnings in distribution tests suite by @mborland in #933
- Downgrade condition numbers language requirement to C++14 by @mborland in #934
- Fix for scipy issue 17916 by @mborland in #939
- Enable GHA to kill in progress builds on new push by @mborland in #940
- Add Estrin's method for polynomial evaluation by @NAThompson in #932
- Fix hypergeometric for use with -fno-exceptions. by @jzmaddock in #950
- Fix for scipy issue 15101 by @mborland in #949
- Turn debug symbols off for msvc-14.0. by @jzmaddock in #951
- Add cmake install by @mborland in #954
- Replace int with long long in nct pdf and cdf by @mborland in #955
- Update cxxstd field by @mborland in #958
- Fix for issue #959 by @mborland in #960
- Fix ibeta_inv for very small p. by @jzmaddock in #962
- Improve error handling in non-central distributions. by @jzmaddock in #963
New Contributors
- @Bobini1 made their first contribution in #859
- @Flamefire made their first contribution in #907
- @drewrisinger made their first contribution in #918
Full Changelog: boost-1.81.0...boost-1.82.0