This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
commit 97191fc73cda17794ac44cf2fcae629695001999 Author: Gilles Sadowski <gillese...@gmail.com> AuthorDate: Sat Aug 20 02:44:37 2022 +0200 Track changes. Closes #211. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7e06e5e3a..fdff0ca37 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -97,6 +97,9 @@ Caveat: nightmare was one of the main reasons for creating more focused components.] "> + <action dev="erans" type="fix" issue="MATH-1647" due-to="Maksym Bohachov"> + "HaltonSequenceGenerator": Raise exception when precondition is not met. + </action> <action dev="erans" type="add" issue="MATH-1648" due-to="Alessandro Moscatelli"> "BicubicInterpolator": Provide partial derivatives of interpolating functions. </action>