Repository: commons-math Updated Branches: refs/heads/master 53ec46ba2 -> f5b5a8b0b
MATH-1381: changes.xml entry Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f5b5a8b0 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/f5b5a8b0 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/f5b5a8b0 Branch: refs/heads/master Commit: f5b5a8b0bcb9c2e5ac12d757892854a890c3ab85 Parents: 9df5e94 Author: Bruno P. Kinoshita <[email protected]> Authored: Tue May 9 15:05:25 2017 +1200 Committer: Bruno P. Kinoshita <[email protected]> Committed: Tue May 9 15:06:52 2017 +1200 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/f5b5a8b0/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d8dbd44..1b75585 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,9 @@ If the output is not quite correct, check for invisible trailing spaces! </release> <release version="4.0" date="XXXX-XX-XX" description=""> + <action dev="kinow" type="fix" issue="MATH-1381" due-to="Kexin Xie"> + BinomialTest P-value > 1 + </action> <action dev="erans" type="fix" issue="MATH-1382" due-to="Stefan Bunk"> "MultivariateNormalDistribution": performance improvement (by removing unnecessary copying).
