This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit 6073518c988068d552f94832413e045428d13c23 Author: Matt Juntunen <mattjuntu...@apache.org> AuthorDate: Tue Jun 8 21:12:36 2021 -0400 tracking changes --- src/changes/changes.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 488ec31..f73a6e5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,8 +68,13 @@ Apache Commons Numbers 1.0-beta1 contains the following library modules: commons-numbers-quaternion (requires Java 8+) commons-numbers-rootfinder (requires Java 8+) "> + <action dev="mattjuntunen" type="update" issue="NUMBERS-159" due-to="Matt Juntunen"> + Moved "Norms", "LinearCombination", and "Summation" from commons-numbers-arrays module + to commons-numbers-core module. Moved "CosAngle" from commons-numbers-arrays module to + commons-numbers-angle module. + </action> <action dev="mattjuntunen" type="update" issue="NUMBERS-156" due-to="Matt Juntunen"> - Replacing "SafeNorm" with "Norms". Adding "Summation" class for extended + Replaced "SafeNorm" with "Norms". Added "Summation" class for extended precision summation. </action> <action dev="erans" type="update" issue="NUMBERS-161">