Tagged 2.0-RC1

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_0_RC1@797835 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 408c612..da4fa36 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -3,9 +3,9 @@
                                    RELEASE NOTES
 
 
-This release is a major one. It combines bug fixes, new features and
+This is a major release. It combines bug fixes, new features and
 changes to existing features. Most notable among the new features are:
-  - decomposition algorithms in the linear algebra (LU, QR, Cholesky,
+  - decomposition algorithms in the linear algebra package (LU, QR, Cholesky,
     SVD, eigen decomposition) which are based on the popular JAMA API (but
     much faster),
   - support for sparse matrices and vectors,
@@ -25,15 +25,15 @@
 This release is NOT source and binary compatible with earlier versions
 of Commons Math. Starting with version 2.0 of the library, the minimal
 version of the Java platform required to compile and use commons-math
-is Java 5. Switching to this new version is thought to be an easy task
-and it is recommended to do it. Most of the compilation errors users
-will encounter after the switch will be due to classes moved due to
-packages reorganization. These errors are simply solved by adjusting
-the import statements in users code. In any case, you can ask for help
-by sending a message to the users mailing list: user@commons.apache.org.
-
-For more information on Apache Commons Math, see
-http://commons.apache.org/math/
+is Java 5.  Users are encouraged to upgrade to this version, as in addition
+to new features, this release includes numerous bug fixes.  Users of 
+Commons Math 1.0-1.2 should recompile their code against the 2.0 jar. 
+Most of the compilation errors users will encounter after the switch
+will be due to classes moved due to package reorganization.  These errors
+are simply solved by adjusting the import statements in users code.
+Users can can ask for help with migration or any other problem related
+to commons math by sending a message to the apache commons users
+mailing list: user@commons.apache.org.
 
 
                              SUMMARY OF CHANGES
diff --git a/src/java/org/apache/commons/math/genetics/Chromosome.java b/src/java/org/apache/commons/math/genetics/Chromosome.java
index d66333b..21680b8 100644
--- a/src/java/org/apache/commons/math/genetics/Chromosome.java
+++ b/src/java/org/apache/commons/math/genetics/Chromosome.java
@@ -23,7 +23,7 @@
  * therefore it can be cached.
  * 
  * @since 2.0
- * @version $Revision:$ $Date:$
+ * @version $Revision$ $Date$
  */
 public abstract class Chromosome implements Comparable<Chromosome>,Fitness {
     
diff --git a/src/java/org/apache/commons/math/genetics/Fitness.java b/src/java/org/apache/commons/math/genetics/Fitness.java
index 286e793..618eabc 100644
--- a/src/java/org/apache/commons/math/genetics/Fitness.java
+++ b/src/java/org/apache/commons/math/genetics/Fitness.java
@@ -19,7 +19,7 @@
 /**
  * Fitness of a chromosome.
  *
- * @version $Revision:$ $Date:$
+ * @version $Revision$ $Date$
  * @since 2.0
  */
 public interface Fitness {
diff --git a/src/java/org/apache/commons/math/genetics/Population.java b/src/java/org/apache/commons/math/genetics/Population.java
index 1804242..06c1c87 100644
--- a/src/java/org/apache/commons/math/genetics/Population.java
+++ b/src/java/org/apache/commons/math/genetics/Population.java
@@ -20,7 +20,7 @@
  * A collection of chromosomes that facilitates generational evolution.
  * 
  * @since 2.0
- * @version $Revision:$ $Date:$
+ * @version $Revision$ $Date$
  */
 public interface Population extends Iterable<Chromosome> {
     /**
diff --git a/src/java/org/apache/commons/math/genetics/SelectionPolicy.java b/src/java/org/apache/commons/math/genetics/SelectionPolicy.java
index a6a2b90..25e7a28 100644
--- a/src/java/org/apache/commons/math/genetics/SelectionPolicy.java
+++ b/src/java/org/apache/commons/math/genetics/SelectionPolicy.java
@@ -20,7 +20,7 @@
  * Algorithm used to select a chromosome pair from a population.
  * 
  * @since 2.0
- * @version $Revision:$ $Date:$
+ * @version $Revision$ $Date$
  */
 public interface SelectionPolicy {
     /**
diff --git a/src/java/org/apache/commons/math/genetics/StoppingCondition.java b/src/java/org/apache/commons/math/genetics/StoppingCondition.java
index d40a52a..4853ed3 100644
--- a/src/java/org/apache/commons/math/genetics/StoppingCondition.java
+++ b/src/java/org/apache/commons/math/genetics/StoppingCondition.java
@@ -20,7 +20,7 @@
  * Algorithm used to determine when to stop evolution.
  * 
  * @since 2.0
- * @version $Revision:$ $Date:$
+ * @version $Revision$ $Date$
  */
 public interface StoppingCondition {
     /**
diff --git a/src/site/xdoc/download_math.xml b/src/site/xdoc/download_math.xml
index bffb215..2277fbf 100644
--- a/src/site/xdoc/download_math.xml
+++ b/src/site/xdoc/download_math.xml
@@ -102,17 +102,17 @@
         <ul class="downloads">
           <li class="group"><div class="links"><span class="label">Binary</span></div>
             <ul>
-              <li class="download"><a href="[preferred]/commons/math/binaries/commons-math-1.2.tar.gz">1.2.tar.gz</a>
+              <li class="download"><a href="[preferred]/commons/math/binaries/commons-math-2.0.tar.gz">2.0.tar.gz</a>
                 <ul class="attributes">
-                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/math/binaries/commons-math-1.2.tar.gz.md5">md5</a>]</span>
-                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/math/binaries/commons-math-1.2.tar.gz.asc">pgp</a>]</span>
+                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/math/binaries/commons-math-2.0.tar.gz.md5">md5</a>]</span>
+                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/math/binaries/commons-math-2.0.tar.gz.asc">pgp</a>]</span>
                   </li>
                 </ul>
               </li>
-              <li class="download"><a href="[preferred]/commons/math/binaries/commons-math-1.2.zip">1.2.zip</a>
+              <li class="download"><a href="[preferred]/commons/math/binaries/commons-math-2.0.zip">2.0.zip</a>
                 <ul class="attributes">
-                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/math/binaries/commons-math-1.2.zip.md5">md5</a>]</span>
-                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/math/binaries/commons-math-1.2.zip.asc">pgp</a>]</span>
+                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/math/binaries/commons-math-2.0.zip.md5">md5</a>]</span>
+                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/math/binaries/commons-math-2.0.zip.asc">pgp</a>]</span>
                   </li>
                 </ul>
               </li>
@@ -120,17 +120,17 @@
           </li>
           <li class="group"><div class="links"><span class="label">Source</span></div>
             <ul>
-              <li class="download"><a href="[preferred]/commons/math/source/commons-math-1.2-src.tar.gz">1.2.tar.gz</a>
+              <li class="download"><a href="[preferred]/commons/math/source/commons-math-2.0-src.tar.gz">2.0.tar.gz</a>
                 <ul class="attributes">
-                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/math/source/commons-math-1.2-src.tar.gz.md5">md5</a>]</span>
-                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/math/source/commons-math-1.2-src.tar.gz.asc">pgp</a>]</span>
+                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/math/source/commons-math-2.0-src.tar.gz.md5">md5</a>]</span>
+                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/math/source/commons-math-2.0-src.tar.gz.asc">pgp</a>]</span>
                   </li>
                 </ul>
               </li>
-              <li class="download"><a href="[preferred]/commons/math/source/commons-math-1.2-src.zip">1.2.zip</a>
+              <li class="download"><a href="[preferred]/commons/math/source/commons-math-2.0-src.zip">2.0.zip</a>
                 <ul class="attributes">
-                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/math/source/commons-math-1.2-src.zip.md5">md5</a>]</span>
-                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/math/source/commons-math-1.2-src.zip.asc">pgp</a>]</span>
+                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/math/source/commons-math-2.0-src.zip.md5">md5</a>]</span>
+                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/math/source/commons-math-2.0-src.zip.asc">pgp</a>]</span>
                   </li>
                 </ul>
               </li>