·
106 commits
to develop
since this release
What's Changed
- Fix parameter inconsistencies in distribution docs by @andrjohns in #1335
- Fix CUDA support with logistic distribution by @mborland in #1341
- Improve check for incomplete header by @mbs-c in #1342
- fix issue #1343 by @demroz in #1344
- Implement special function log incomplete gamma function by @JacobHass8 in #1346
- Remove dependencies on Boost.StaticAssert by @Lastique in #1351
- Update fptraits.hpp for gcc/windows/aarch64. by @jzmaddock in #1350
- Pick up arm-none-eabi float traits by @ckormanyos in #1352
- Implementation of the log of the lower incomplete gamma function by @JacobHass8 in #1349
- Remove unused header by @mborland in #1353
- Update fptraits.hpp with better error handling. by @jzmaddock in #1354
- Gradient optimizers by @demroz in #1328
- Fix duplicated GPU annotations by @mborland in #1358
- Initial implementation of
find_non_centralityfornon_central_f_distributionby @JacobHass8 in #1345 - Add parameter finders to the non-central-T. by @jzmaddock in #1355
- Fix constexpr round implementation for values in the range -1.0 to -0.5 and 0.5 to 1.0 by @PowellNGL in #1370
New Contributors
- @mbs-c made their first contribution in #1342
- @Lastique made their first contribution in #1351
- @PowellNGL made their first contribution in #1370
Full Changelog: boost-1.90.0...boost-1.91.0