What's Changed
- Avoid using long double in fourier integrals when not supported by @andrjohns in #1290
- Use
if constexprfor type based branching in fourier integrals by @mborland in #1291 - Investigate small-arg logic as in issue by @ckormanyos in #1293
- Fix the 'function' name for the logistic logcdf function. by @WarrenWeckesser in #1295
- Add new constant
log_piby @andrjohns in #1298 - Add
logit,logistic_sigmoid, and use inlogisticdist to support promotion policies by @mborland in #1297 - Repair issue1292 adhoc tests for MP types by @ckormanyos in #1300
- Repair yet again issue 1292 tests by @ckormanyos in #1301
- Remove documentation for z-test function which doesn't exist by @andrjohns in #1303
- Try repair or remove two JSO tests by @ckormanyos in #1304
- Handle more conversion warnings by @ckormanyos in #1306
- Repair again adhoc BesselJ tests by @ckormanyos in #1311
- Correct garbage result in non-central beta and T. by @jzmaddock in #1310
- New library: Reverse-mode automatic differentiation by @demroz in #1302
- Simply remove the special 1292 tests by @ckormanyos in #1312
- Fix return type in catmull_rom doc by @andrjohns in #1316
- Add macOS long double to fp_traits for double precision by @mborland in #1283
- Repair neg-zero and tiny-arg erf and erfc by @ckormanyos in #1315
- Add three arg
hypotto special functions by @mborland in #1318 - Feature: add enable/disable macro for expression templates in reverse mode autodiff by @demroz in #1313
- Fix long running tests by @demroz in #1319
- Remove Codecov Cache as we might be exceeding Github Limits by @mborland in #1320
- Fix the name in the inverse_chi_squared mean error message. by @WarrenWeckesser in #1321
- Make SYCL device support opt-in for us too by @mborland in #1323
- Delete boost::math::is_trivial & is_trivial_v. by @Romain-Geissler-1A in #1324
- Update project version and cmake minimum versions, require C++14 by @mborland in #1325
- Fix missing headers and types by @mborland in #1331
- Remove circular dependency on Multiprecision and add CI checks for such occurrences by @mborland in #1333
- Fix circular dependency on Master by @mborland in #1334
New Contributors
- @demroz made their first contribution in #1302
- @Romain-Geissler-1A made their first contribution in #1324
Full Changelog: boost-1.89.0...boost-1.90.0