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/22 10:10:23 UTC

[commons-math] 06/10: Merge branch '4.0-beta1-release'

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 506d4bea15a1d8845b4ba254899d9b1bf9a5c953
Merge: 357525020 39008d47b
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Thu Dec 22 08:28:53 2022 +0100

    Merge branch '4.0-beta1-release'

 RELEASE-NOTES.txt                                  | 224 ++++++++++++++++++
 commons-math-core/pom.xml                          |   2 +-
 .../examples-kmeans/image/pom.xml                  |   4 +-
 commons-math-examples/examples-kmeans/pom.xml      |   4 +-
 .../examples-sofm/chinese-rings/pom.xml            |   4 +-
 commons-math-examples/examples-sofm/pom.xml        |   4 +-
 commons-math-examples/examples-sofm/tsp/pom.xml    |   4 +-
 commons-math-examples/pom.xml                      |   4 +-
 commons-math-legacy-core/pom.xml                   |   2 +-
 commons-math-legacy-exception/pom.xml              |   2 +-
 commons-math-legacy/pom.xml                        |   2 +-
 commons-math-neuralnet/pom.xml                     |   2 +-
 commons-math-transform/pom.xml                     |   2 +-
 dist-archive/pom.xml                               |   2 +-
 docs-archive/pom.xml                               |   2 +-
 pom.xml                                            |   4 +-
 src/changes/changes.xml                            |   2 +-
 src/site/site.xml                                  |   2 +
 src/site/xdoc/download_math.xml                    | 256 ++++++++++-----------
 src/userguide/pom.xml                              |  16 +-
 20 files changed, 385 insertions(+), 159 deletions(-)

diff --cc dist-archive/pom.xml
index bea6857bc,65863d2de..c43d3b75d
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@@ -25,10 -25,10 +25,10 @@@ under the License
    <parent>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-math-parent</artifactId>
-     <version>4.0-SNAPSHOT</version>
+     <version>4.0-beta1</version>
    </parent>
  
 -  <artifactId>commons-math</artifactId>
 +  <artifactId>commons-math4</artifactId>
    <packaging>pom</packaging>
    <name>Apache Commons Math (full distribution)</name>
    <description>This module creates the Apache Commons Math distribution.</description>
diff --cc src/site/site.xml
index fe3167754,949876ee1..be924206a
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@@ -31,7 -31,9 +31,9 @@@
      <menu name="Math">
        <item name="Overview" href="/index.html"/>
        <item name="Downloads" href="http://commons.apache.org/math/download_math.cgi"/>
 -      <item name="Latest API docs (development)" href="apidocs/index.html"/>
 +      <item name="Latest API docs (development)" href="commons-math-docs/apidocs/index.html"/>
+       <item name="Javadoc (4.0-beta1 release)"
+          href="http://commons.apache.org/math/javadocs/api-4.0-beta1/index.html"/>
        <item name="Javadoc (3.6.1 release)"
           href="http://commons.apache.org/math/javadocs/api-3.6.1/index.html"/>
        <item name="Javadoc (3.6 release)"