Matt Borland
Matt Borland
Closes: #392
When running cmake configuration from boost root the following warning is issued: ``` CMake Warning (dev) at libs/histogram/test/CMakeLists.txt:5 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are...
@jzmaddock This may not be _the_ fix but it certainly gets things working. I just tested different shapes of the issue distribution to find decent places to make the change...
Now that we require C++14 this is an easy fix @NAThompson. Closes #156
It looks like the following paper has been accepted: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p1383r2.pdf. Since others depend on our special functions in their standard libraries we should probably implement this.
Related paper: https://arxiv.org/pdf/2108.06828.pdf
Failure can be found here: https://github.com/scipy/scipy/pull/17432/checks?check_run_id=10961417302 Found on PR: https://github.com/scipy/scipy/pull/17432 Minimal reproducer: ``` import numpy as np import numpy.testing as npt from scipy import stats dist = stats.nbinom(5, 0.5) supp...