You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2022/12/12 13:56:12 UTC

[commons-math] branch master updated (873d64550 -> d44f88653)

This is an automated email from the ASF dual-hosted git repository.

erans pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


    from 873d64550 Depend on released version (1.0) of "Commons Statistics".
     new 5d9ea27e9 Upgrade to CP 55.
     new d44f88653 Rephrase release notes.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                 |  8 +-------
 src/changes/changes.xml | 23 +++++++++++------------
 2 files changed, 12 insertions(+), 19 deletions(-)


[commons-math] 02/02: Rephrase release notes.

Posted by er...@apache.org.
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 d44f88653ab8167d0b737ed0df3409082a24dde3
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Mon Dec 12 14:55:51 2022 +0100

    Rephrase release notes.
---
 src/changes/changes.xml | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 70d70f83d..7376ed016 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,25 +77,24 @@ The minimum version of the Java platform required to compile and use
 Users are encouraged to upgrade to this version, and to the new
  components listed above (they are now Commons Math's dependencies).
 
-For codes that are now located in the 'commons-math-legacy' module,
- upgrading will be a matter of changing the top-level package name:
+For code now located in the 'commons-math-legacy' module, upgrading
+ will be a matter of changing the top-level package name:
  From 'org.apache.commons.math3' to 'org.apache.commons.math4.legacy'.
- Codes that are now located in the 'commons-math-legacy-core' module
- comprise classes that moved from packages 'org.apache.commons.math3'
- and 'org.apache.commons.math3.util' (e.g. 'MathArrays') over to
- package 'org.apache.commons.math4.legacy.core'.
+ Code in the 'commons-math-legacy-core' module comprise classes that
+ moved from package 'org.apache.commons.math3' and package
+ 'org.apache.commons.math3.util' (e.g. 'MathArrays') to package
+ 'org.apache.commons.math4.legacy.core'.
 
 Notes:
- Class 'FastMath' has been renamed 'AccurateMath' (now located in
- package 'org.apache.commons.math4.legacy.core.jdkmath').
+ Class 'FastMath' was renamed 'AccurateMath' (now located in package
+ 'org.apache.commons.math4.legacy.core.jdkmath').
 
 Caveat:
  Although hundreds of issues have been fixed (see 'git log' and the
  reports in the bug-tracking system of all the listed components),
- many remain, due to the lack of human resources necessary in order
- to support the whole codebase.  [The Commons Math maintenance
- nightmare was one of the main reasons for creating more focused
- components.]
+ many remain due to the lack of human resources necessary in order
+ to support the whole codebase (it was one of the main reasons for
+ creating more focused components).
 ">
       <action dev="aherbert" type="update" issue="MATH-1653">
         Remove class "CombinatoricsUtils" (in package "o.a.c.m.util").


[commons-math] 01/02: Upgrade to CP 55.

Posted by er...@apache.org.
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 5d9ea27e97c99bf4ab0394c262b4f5cfc77240c6
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Mon Dec 12 14:53:03 2022 +0100

    Upgrade to CP 55.
---
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18891e3ba..8212c3636 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>54</version>
+    <version>55</version>
   </parent>
 
   <artifactId>commons-math-parent</artifactId>
@@ -69,8 +69,6 @@
     <math.commons.math3.version>3.6.1</math.commons.math3.version>
     <!-- Workaround to avoid duplicating config files. -->
     <math.parent.dir>${basedir}</math.parent.dir>
-    <!-- Multi-module support fixed in commons-parent 55 -->
-    <cyclonedx.skip>true</cyclonedx.skip>
 
     <!-- Fix to avoid JXR 3.0.0 forking the lifecycle phase 'compile' during site report
        jxr:aggregate. If compile is forked, the dist-archive build fails when attempting
@@ -344,8 +342,6 @@
             <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
             <exclude>dist-archive/**</exclude>
             <exclude>**/site-content/**</exclude>
-            <!-- Moved to commons-parent 55 -->
-            <exclude>.gitattributes</exclude>
 
             <!-- MANIFEST files cannot have any comments, so we can't put license header -->
             <exclude>src/test/maxima/special/RealFunctionValidation/MANIFEST.txt</exclude>
@@ -427,8 +423,6 @@
             <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
             <exclude>dist-archive/**</exclude>
             <exclude>**/site-content/**</exclude>
-            <!-- Moved to commons-parent 55 -->
-            <exclude>.gitattributes</exclude>
           </excludes>
         </configuration>
       </plugin>