Boost.Math 1.83.0 Standalone
mborland
released this
11 Aug 17:43
·
785 commits
to develop
since this release
What's Changed
- Fix -Wmaybe-uninitialized in bessel jy series by @mborland in #967
- Fix rounding for non-representable numbers by @mborland in #968
- Add logcdf to distributions by @mborland in #946
- Fix fisher_f mode by @maitbayev in #976
- Fix for scipy issue 18302 by @mborland in #977
- Fix case where b is a negative integer and z is also negative. by @jzmaddock in #983
- Minor PCHIP cleanup by @NAThompson in #984
- Fix for scipy issues 18506 and 18511 by @mborland in #987
- Disable numeric_limits specialization for GCC-14 by @mborland in #993
- Numerical evaluation of Fourier transform of Daubechies scaling funct… by @NAThompson in #921
- Small github actions updates by @sdarwin in #995
- median_absolute_deviation bug fix for non-zero center by @rasmushenningsson in #997
- C++23 Floats by @mborland in #978
New Contributors
- @maitbayev made their first contribution in #976
- @rasmushenningsson made their first contribution in #997
Full Changelog: boost-1.82.0...boost-1.83.0