a couple of verbosity switches added to help with the identification of a problem. This has now been resolved. This patch should be removed in one fo the next versions. ===================================================================
migrate to scipy.stats.binomtest. scipy.stats.binom_test[1] is deprecated and removed in scipy 1.12.0. It is replaced by scipy.stats.binomtest[2], which has slightly different signature. This change accomodates for the new function with minimal change. . [1]: https://docs.scipy.org/doc/scipy-1.11.0/reference/generated/scipy.stats.binom_test.html [2]: https://docs.scipy.org/doc/scipy-1.11.0/reference/generated/scipy.stats.binomtest.html