Author: luc
Date: Sat Oct 18 15:47:15 2014
New Revision: 926165

Log:
updated site to current status (first files only)

Modified:
    websites/production/commons/content/proper/commons-math/changes-report.html
    websites/production/commons/content/proper/commons-math/checkstyle.html
    websites/production/commons/content/proper/commons-math/checkstyle.rss
    websites/production/commons/content/proper/commons-math/clirr-report.html
    
websites/production/commons/content/proper/commons-math/css/bootstrap-1.3.0.min.css
    
websites/production/commons/content/proper/commons-math/css/bootstrap.min.css
    
websites/production/commons/content/proper/commons-math/css/commons-maven.css
    
websites/production/commons/content/proper/commons-math/css/commons-trade.css
    websites/production/commons/content/proper/commons-math/css/maven-base.css
    websites/production/commons/content/proper/commons-math/css/maven-theme.css
    websites/production/commons/content/proper/commons-math/css/print.css
    websites/production/commons/content/proper/commons-math/css/site.css
    websites/production/commons/content/proper/commons-math/dependencies.html
    websites/production/commons/content/proper/commons-math/developers.html
    
websites/production/commons/content/proper/commons-math/distribution-management.html
    websites/production/commons/content/proper/commons-math/download_math.html
    websites/production/commons/content/proper/commons-math/findbugs.html
    websites/production/commons/content/proper/commons-math/index.html
    websites/production/commons/content/proper/commons-math/integration.html
    websites/production/commons/content/proper/commons-math/issue-tracking.html
    websites/production/commons/content/proper/commons-math/jdepend-report.html
    websites/production/commons/content/proper/commons-math/jira-report.html
    websites/production/commons/content/proper/commons-math/js/prettify.js
    websites/production/commons/content/proper/commons-math/js/prettify.min.js
    websites/production/commons/content/proper/commons-math/js/site.js
    websites/production/commons/content/proper/commons-math/mail-lists.html
    websites/production/commons/content/proper/commons-math/pmd.html
    websites/production/commons/content/proper/commons-math/pmd.xml
    websites/production/commons/content/proper/commons-math/project-info.html
    websites/production/commons/content/proper/commons-math/project-reports.html
    websites/production/commons/content/proper/commons-math/project-summary.html
    websites/production/commons/content/proper/commons-math/proposal.html
    websites/production/commons/content/proper/commons-math/rat-report.html
    
websites/production/commons/content/proper/commons-math/source-repository.html
    websites/production/commons/content/proper/commons-math/style/project.css
    websites/production/commons/content/proper/commons-math/surefire-report.html
    websites/production/commons/content/proper/commons-math/team-list.html

Modified: 
websites/production/commons/content/proper/commons-math/changes-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/changes-report.html 
(original)
+++ websites/production/commons/content/proper/commons-math/changes-report.html 
Sat Oct 18 15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - Commons Math Release Notes</title>
 
@@ -40,7 +40,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -110,7 +110,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">
@@ -419,6 +419,16 @@
 <th>Changes</th>
 <th>By</th></tr>
 <tr class="a">
+<td><img src="images/fix.gif" alt="fix" title="fix" /></td>
+<td>Fixed bicubic spline interpolator, using Akima splines. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/MATH-1138";>MATH-1138</a>. Thanks to 
Hank Grabowski.</td>
+<td><a href="team-list.html#luc">luc</a></td></tr>
+<tr class="b">
+<td><img src="images/add.gif" alt="add" title="add" /></td>
+<td>Changed classes in the inference package that instantiate distributions to
+        pass null RandomGenerators to avoid initialization overhead for the 
default
+        generator. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/MATH-1154";>MATH-1154</a>.</td>
+<td><a href="team-list.html#psteitz">psteitz</a></td></tr>
+<tr class="a">
 <td><img src="images/add.gif" alt="add" title="add" /></td>
 <td>Added all Java 8 StrictMath methods to FastMath, so FastMath remains 
compatible
         with newer Java versions. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/MATH-1156";>MATH-1156</a>.</td>

Modified: 
websites/production/commons/content/proper/commons-math/checkstyle.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/checkstyle.html 
(original)
+++ websites/production/commons/content/proper/commons-math/checkstyle.html Sat 
Oct 18 15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - Checkstyle Results</title>
 
@@ -40,7 +40,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -110,7 +110,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">
@@ -366,7 +366,7 @@
 <th>Warnings&#160;<img alt="Warnings" src="images/icon_warning_sml.gif" /></th>
 <th>Errors&#160;<img alt="Errors" src="images/icon_error_sml.gif" /></th></tr>
 <tr class="b">
-<td>913</td>
+<td>914</td>
 <td>0</td>
 <td>0</td>
 <td>0</td></tr></table></div>

Modified: websites/production/commons/content/proper/commons-math/checkstyle.rss
==============================================================================
Binary files - no diff available.

Modified: 
websites/production/commons/content/proper/commons-math/clirr-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/clirr-report.html 
(original)
+++ websites/production/commons/content/proper/commons-math/clirr-report.html 
Sat Oct 18 15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - Clirr Results</title>
 
@@ -40,7 +40,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -110,7 +110,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">
@@ -368,13 +368,13 @@
 <th>Number</th></tr>
 <tr class="b">
 <td><img alt="Error" src="images/icon_error_sml.gif" />&#160;Error</td>
-<td>1</td></tr>
+<td>7</td></tr>
 <tr class="a">
 <td><img alt="Warning" src="images/icon_warning_sml.gif" />&#160;Warning</td>
 <td>0</td></tr>
 <tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" />&#160;Info</td>
-<td>59</td></tr></table></div>
+<td>58</td></tr></table></div>
 <div class="section">
 <h2>Details<a name="Details"></a></h2>
 <table border="0" class="bodyTable">
@@ -385,300 +385,325 @@
 <th>Method / Field</th></tr>
 <tr class="b">
 <td><img alt="Error" src="images/icon_error_sml.gif" /></td>
+<td>In method 'public BicubicSplineInterpolatingFunction(double[], double[], 
double[][], double[][], double[][], double[][])' the number of arguments has 
changed</td>
+<td><a 
href="./xref/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolatingFunction.html">org.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolatingFunction</a></td>
+<td>public BicubicSplineInterpolatingFunction(double[], double[], double[][], 
double[][], double[][], double[][])</td></tr>
+<tr class="a">
+<td><img alt="Error" src="images/icon_error_sml.gif" /></td>
+<td>Method 'public double partialDerivativeX(double, double)' has been 
removed</td>
+<td><a 
href="./xref/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolatingFunction.html">org.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolatingFunction</a></td>
+<td>public double partialDerivativeX(double, double)</td></tr>
+<tr class="b">
+<td><img alt="Error" src="images/icon_error_sml.gif" /></td>
+<td>Method 'public double partialDerivativeXX(double, double)' has been 
removed</td>
+<td><a 
href="./xref/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolatingFunction.html">org.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolatingFunction</a></td>
+<td>public double partialDerivativeXX(double, double)</td></tr>
+<tr class="a">
+<td><img alt="Error" src="images/icon_error_sml.gif" /></td>
+<td>Method 'public double partialDerivativeXY(double, double)' has been 
removed</td>
+<td><a 
href="./xref/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolatingFunction.html">org.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolatingFunction</a></td>
+<td>public double partialDerivativeXY(double, double)</td></tr>
+<tr class="b">
+<td><img alt="Error" src="images/icon_error_sml.gif" /></td>
+<td>Method 'public double partialDerivativeY(double, double)' has been 
removed</td>
+<td><a 
href="./xref/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolatingFunction.html">org.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolatingFunction</a></td>
+<td>public double partialDerivativeY(double, double)</td></tr>
+<tr class="a">
+<td><img alt="Error" src="images/icon_error_sml.gif" /></td>
+<td>Method 'public double partialDerivativeYY(double, double)' has been 
removed</td>
+<td><a 
href="./xref/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolatingFunction.html">org.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolatingFunction</a></td>
+<td>public double partialDerivativeYY(double, double)</td></tr>
+<tr class="b">
+<td><img alt="Error" src="images/icon_error_sml.gif" /></td>
 <td>Return type of method 'public 
org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction 
model(org.apache.commons.math3.analysis.MultivariateVectorFunction, 
org.apache.commons.math3.analysis.MultivariateMatrixFunction)' has been changed 
to org.apache.commons.math3.fitting.leastsquares.ValueAndJacobianFunction</td>
 <td><a 
href="./xref/org/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory.html">org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory</a></td>
 <td>public 
org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction 
model(org.apache.commons.math3.analysis.MultivariateVectorFunction, 
org.apache.commons.math3.analysis.MultivariateMatrixFunction)</td></tr>
 <tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
-<td>Method 'public BicubicSplineInterpolatingFunction(double[], double[], 
double[][], double[][], double[][], double[][], boolean)' has been added</td>
-<td><a 
href="./xref/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolatingFunction.html">org.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolatingFunction</a></td>
-<td>public BicubicSplineInterpolatingFunction(double[], double[], double[][], 
double[][], double[][], double[][], boolean)</td></tr>
+<td>Class 
org.apache.commons.math3.analysis.interpolation.AkimaSplineInterpolator 
added</td>
+<td><a 
href="./xref/org/apache/commons/math3/analysis/interpolation/AkimaSplineInterpolator.html">org.apache.commons.math3.analysis.interpolation.AkimaSplineInterpolator</a></td>
+<td></td></tr>
 <tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
-<td>Method 'public BicubicSplineInterpolator(boolean)' has been added</td>
-<td><a 
href="./xref/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolator.html">org.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolator</a></td>
-<td>public BicubicSplineInterpolator(boolean)</td></tr>
-<tr class="a">
-<td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class org.apache.commons.math3.distribution.ConstantRealDistribution 
added</td>
 <td><a 
href="./xref/org/apache/commons/math3/distribution/ConstantRealDistribution.html">org.apache.commons.math3.distribution.ConstantRealDistribution</a></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class org.apache.commons.math3.distribution.GumbelDistribution added</td>
 <td><a 
href="./xref/org/apache/commons/math3/distribution/GumbelDistribution.html">org.apache.commons.math3.distribution.GumbelDistribution</a></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class org.apache.commons.math3.distribution.LaplaceDistribution added</td>
 <td><a 
href="./xref/org/apache/commons/math3/distribution/LaplaceDistribution.html">org.apache.commons.math3.distribution.LaplaceDistribution</a></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class org.apache.commons.math3.distribution.LogisticDistribution added</td>
 <td><a 
href="./xref/org/apache/commons/math3/distribution/LogisticDistribution.html">org.apache.commons.math3.distribution.LogisticDistribution</a></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class org.apache.commons.math3.distribution.NakagamiDistribution added</td>
 <td><a 
href="./xref/org/apache/commons/math3/distribution/NakagamiDistribution.html">org.apache.commons.math3.distribution.NakagamiDistribution</a></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Added public field INVALID_IMPLEMENTATION</td>
 <td><a 
href="./xref/org/apache/commons/math3/exception/util/LocalizedFormats.html">org.apache.commons.math3.exception.util.LocalizedFormats</a></td>
 <td>INVALID_IMPLEMENTATION</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Added public field OVERFLOW_IN_MULTIPLICATION</td>
 <td><a 
href="./xref/org/apache/commons/math3/exception/util/LocalizedFormats.html">org.apache.commons.math3.exception.util.LocalizedFormats</a></td>
 <td>OVERFLOW_IN_MULTIPLICATION</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class org.apache.commons.math3.fitting.leastsquares.EvaluationRmsChecker 
added</td>
 <td><a 
href="./xref/org/apache/commons/math3/fitting/leastsquares/EvaluationRmsChecker.html">org.apache.commons.math3.fitting.leastsquares.EvaluationRmsChecker</a></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public 
org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem 
create(org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction,
 org.apache.commons.math3.linear.RealVector, 
org.apache.commons.math3.linear.RealVector, 
org.apache.commons.math3.optim.ConvergenceChecker, int, int, boolean)' has been 
added</td>
 <td><a 
href="./xref/org/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory.html">org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory</a></td>
 <td>public org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem 
create(org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction,
 org.apache.commons.math3.linear.RealVector, 
org.apache.commons.math3.linear.RealVector, 
org.apache.commons.math3.optim.ConvergenceChecker, int, int, boolean)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class 
org.apache.commons.math3.fitting.leastsquares.ValueAndJacobianFunction 
added</td>
 <td><a 
href="./xref/org/apache/commons/math3/fitting/leastsquares/ValueAndJacobianFunction.html">org.apache.commons.math3.fitting.leastsquares.ValueAndJacobianFunction</a></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public double sample()' has been removed, but an inherited 
definition exists.</td>
 <td><a 
href="./xref/org/apache/commons/math3/random/EmpiricalDistribution.html">org.apache.commons.math3.random.EmpiricalDistribution</a></td>
 <td>public double sample()</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public org.apache.commons.math3.stat.descriptive.rank.Median 
withEstimationType(org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType)'
 has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Median.html">org.apache.commons.math3.stat.descriptive.rank.Median</a></td>
 <td>public org.apache.commons.math3.stat.descriptive.rank.Median 
withEstimationType(org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public org.apache.commons.math3.stat.descriptive.rank.Percentile 
withEstimationType(org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType)'
 has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Median.html">org.apache.commons.math3.stat.descriptive.rank.Median</a></td>
 <td>public org.apache.commons.math3.stat.descriptive.rank.Percentile 
withEstimationType(org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public org.apache.commons.math3.stat.descriptive.rank.Median 
withKthSelector(org.apache.commons.math3.util.KthSelector)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Median.html">org.apache.commons.math3.stat.descriptive.rank.Median</a></td>
 <td>public org.apache.commons.math3.stat.descriptive.rank.Median 
withKthSelector(org.apache.commons.math3.util.KthSelector)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public org.apache.commons.math3.stat.descriptive.rank.Percentile 
withKthSelector(org.apache.commons.math3.util.KthSelector)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Median.html">org.apache.commons.math3.stat.descriptive.rank.Median</a></td>
 <td>public org.apache.commons.math3.stat.descriptive.rank.Percentile 
withKthSelector(org.apache.commons.math3.util.KthSelector)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public org.apache.commons.math3.stat.descriptive.rank.Median 
withNaNStrategy(org.apache.commons.math3.stat.ranking.NaNStrategy)' has been 
added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Median.html">org.apache.commons.math3.stat.descriptive.rank.Median</a></td>
 <td>public org.apache.commons.math3.stat.descriptive.rank.Median 
withNaNStrategy(org.apache.commons.math3.stat.ranking.NaNStrategy)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public org.apache.commons.math3.stat.descriptive.rank.Percentile 
withNaNStrategy(org.apache.commons.math3.stat.ranking.NaNStrategy)' has been 
added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Median.html">org.apache.commons.math3.stat.descriptive.rank.Median</a></td>
 <td>public org.apache.commons.math3.stat.descriptive.rank.Percentile 
withNaNStrategy(org.apache.commons.math3.stat.ranking.NaNStrategy)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class org.apache.commons.math3.stat.descriptive.rank.PSquarePercentile 
added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/PSquarePercentile.html">org.apache.commons.math3.stat.descriptive.rank.PSquarePercentile</a></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class 
org.apache.commons.math3.stat.descriptive.rank.PSquarePercentile$PSquareMarkers 
added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/PSquarePercentile.html">org.apache.commons.math3.stat.descriptive.rank.PSquarePercentile$PSquareMarkers</a></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'protected Percentile(double, 
org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType, 
org.apache.commons.math3.stat.ranking.NaNStrategy, 
org.apache.commons.math3.util.KthSelector)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Percentile.html">org.apache.commons.math3.stat.descriptive.rank.Percentile</a></td>
 <td>protected Percentile(double, 
org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType, 
org.apache.commons.math3.stat.ranking.NaNStrategy, 
org.apache.commons.math3.util.KthSelector)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public void 
copy(org.apache.commons.math3.stat.descriptive.rank.Percentile, 
org.apache.commons.math3.stat.descriptive.rank.Percentile)' has been 
deprecated</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Percentile.html">org.apache.commons.math3.stat.descriptive.rank.Percentile</a></td>
 <td>public void 
copy(org.apache.commons.math3.stat.descriptive.rank.Percentile, 
org.apache.commons.math3.stat.descriptive.rank.Percentile)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public 
org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType 
getEstimationType()' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Percentile.html">org.apache.commons.math3.stat.descriptive.rank.Percentile</a></td>
 <td>public 
org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType 
getEstimationType()</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public org.apache.commons.math3.util.KthSelector getKthSelector()' 
has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Percentile.html">org.apache.commons.math3.stat.descriptive.rank.Percentile</a></td>
 <td>public org.apache.commons.math3.util.KthSelector getKthSelector()</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public org.apache.commons.math3.stat.ranking.NaNStrategy 
getNaNStrategy()' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Percentile.html">org.apache.commons.math3.stat.descriptive.rank.Percentile</a></td>
 <td>public org.apache.commons.math3.stat.ranking.NaNStrategy 
getNaNStrategy()</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public org.apache.commons.math3.util.PivotingStrategyInterface 
getPivotingStrategy()' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Percentile.html">org.apache.commons.math3.stat.descriptive.rank.Percentile</a></td>
 <td>public org.apache.commons.math3.util.PivotingStrategyInterface 
getPivotingStrategy()</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'protected double[] getWorkArray(double[], int, int)' has been 
added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Percentile.html">org.apache.commons.math3.stat.descriptive.rank.Percentile</a></td>
 <td>protected double[] getWorkArray(double[], int, int)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public org.apache.commons.math3.stat.descriptive.rank.Percentile 
withEstimationType(org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType)'
 has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Percentile.html">org.apache.commons.math3.stat.descriptive.rank.Percentile</a></td>
 <td>public org.apache.commons.math3.stat.descriptive.rank.Percentile 
withEstimationType(org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public org.apache.commons.math3.stat.descriptive.rank.Percentile 
withKthSelector(org.apache.commons.math3.util.KthSelector)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Percentile.html">org.apache.commons.math3.stat.descriptive.rank.Percentile</a></td>
 <td>public org.apache.commons.math3.stat.descriptive.rank.Percentile 
withKthSelector(org.apache.commons.math3.util.KthSelector)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public org.apache.commons.math3.stat.descriptive.rank.Percentile 
withNaNStrategy(org.apache.commons.math3.stat.ranking.NaNStrategy)' has been 
added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Percentile.html">org.apache.commons.math3.stat.descriptive.rank.Percentile</a></td>
 <td>public org.apache.commons.math3.stat.descriptive.rank.Percentile 
withNaNStrategy(org.apache.commons.math3.stat.ranking.NaNStrategy)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class 
org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType 
added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/descriptive/rank/Percentile.html">org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType</a></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Added protected field PG_SUM_RELATIVE_ERROR</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/inference/KolmogorovSmirnovTest.html">org.apache.commons.math3.stat.inference.KolmogorovSmirnovTest</a></td>
 <td>PG_SUM_RELATIVE_ERROR</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public double pelzGood(double, int)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/stat/inference/KolmogorovSmirnovTest.html">org.apache.commons.math3.stat.inference.KolmogorovSmirnovTest</a></td>
 <td>public double pelzGood(double, int)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class org.apache.commons.math3.util.CentralPivotingStrategy added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/CentralPivotingStrategy.html">org.apache.commons.math3.util.CentralPivotingStrategy</a></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public int addExact(int, int)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public int addExact(int, int)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public long addExact(long, long)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public long addExact(long, long)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public int decrementExact(int)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public int decrementExact(int)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public long decrementExact(long)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public long decrementExact(long)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public int floorDiv(int, int)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public int floorDiv(int, int)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public long floorDiv(long, long)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public long floorDiv(long, long)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public int floorMod(int, int)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public int floorMod(int, int)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public long floorMod(long, long)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public long floorMod(long, long)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public int incrementExact(int)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public int incrementExact(int)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public long incrementExact(long)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public long incrementExact(long)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public int multiplyExact(int, int)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public int multiplyExact(int, int)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public long multiplyExact(long, long)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public long multiplyExact(long, long)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public double nextDown(double)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public double nextDown(double)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public float nextDown(float)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public float nextDown(float)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public int subtractExact(int, int)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public int subtractExact(int, int)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public long subtractExact(long, long)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public long subtractExact(long, long)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public int toIntExact(long)' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/FastMath.html">org.apache.commons.math3.util.FastMath</a></td>
 <td>public int toIntExact(long)</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class org.apache.commons.math3.util.KthSelector added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/KthSelector.html">org.apache.commons.math3.util.KthSelector</a></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public void checkNotNaN(double[])' has been added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/MathArrays.html">org.apache.commons.math3.util.MathArrays</a></td>
 <td>public void checkNotNaN(double[])</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Method 'public double[] copyOfRange(double[], int, int)' has been 
added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/MathArrays.html">org.apache.commons.math3.util.MathArrays</a></td>
 <td>public double[] copyOfRange(double[], int, int)</td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Added public field PI_SQUARED</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/MathUtils.html">org.apache.commons.math3.util.MathUtils</a></td>
 <td>PI_SQUARED</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class org.apache.commons.math3.util.MedianOf3PivotingStrategy added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/MedianOf3PivotingStrategy.html">org.apache.commons.math3.util.MedianOf3PivotingStrategy</a></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class org.apache.commons.math3.util.PivotingStrategyInterface added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/PivotingStrategyInterface.html">org.apache.commons.math3.util.PivotingStrategyInterface</a></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img alt="Info" src="images/icon_info_sml.gif" /></td>
 <td>Class org.apache.commons.math3.util.RandomPivotingStrategy added</td>
 <td><a 
href="./xref/org/apache/commons/math3/util/RandomPivotingStrategy.html">org.apache.commons.math3.util.RandomPivotingStrategy</a></td>

Modified: 
websites/production/commons/content/proper/commons-math/css/bootstrap-1.3.0.min.css
==============================================================================
--- 
websites/production/commons/content/proper/commons-math/css/bootstrap-1.3.0.min.css
 (original)
+++ 
websites/production/commons/content/proper/commons-math/css/bootstrap-1.3.0.min.css
 Sat Oct 18 15:47:15 2014
@@ -327,4 +327,4 @@ button.btn::-moz-focus-inner,input[type=
 .media-grid:after{clear:both;}
 .media-grid li{display:inline;}
 .media-grid a{float:left;padding:4px;margin:0 0 20px 20px;border:1px solid 
#ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0
 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 
0.075);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);}.media-grid a 
img{display:block;}
-.media-grid a:hover{border-color:#0069d6;-webkit-box-shadow:0 1px 4px rgba(0, 
105, 214, 0.25);-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);box-shadow:0 
1px 4px rgba(0, 105, 214, 0.25);}
\ No newline at end of file
+.media-grid a:hover{border-color:#0069d6;-webkit-box-shadow:0 1px 4px rgba(0, 
105, 214, 0.25);-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);box-shadow:0 
1px 4px rgba(0, 105, 214, 0.25);}

Modified: 
websites/production/commons/content/proper/commons-math/css/bootstrap.min.css
==============================================================================
--- 
websites/production/commons/content/proper/commons-math/css/bootstrap.min.css 
(original)
+++ 
websites/production/commons/content/proper/commons-math/css/bootstrap.min.css 
Sat Oct 18 15:47:15 2014
@@ -6,4 +6,4 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.

[... 4 lines stripped ...]
Modified: 
websites/production/commons/content/proper/commons-math/css/commons-maven.css
==============================================================================
--- 
websites/production/commons/content/proper/commons-math/css/commons-maven.css 
(original)
+++ 
websites/production/commons/content/proper/commons-math/css/commons-maven.css 
Sat Oct 18 15:47:15 2014
@@ -126,4 +126,4 @@ div#navcolumn {
 #menuCommons a.externalLink, #menuCommons a.externalLink:link, #menuCommons 
a.externalLink:visited, #menuCommons a.externalLink:active, #menuCommons 
a.externalLink:hover {
   background-image: none;
   padding-right: 0px;
-}
\ No newline at end of file
+}

Modified: 
websites/production/commons/content/proper/commons-math/css/commons-trade.css
==============================================================================
--- 
websites/production/commons/content/proper/commons-math/css/commons-trade.css 
(original)
+++ 
websites/production/commons/content/proper/commons-math/css/commons-trade.css 
Sat Oct 18 15:47:15 2014
@@ -38,4 +38,4 @@ div.overlay span{ /* settings for the &t
     font-size:14px;
     color:black;
     margin:0px;
-}
\ No newline at end of file
+}

Modified: 
websites/production/commons/content/proper/commons-math/css/maven-base.css
==============================================================================
--- websites/production/commons/content/proper/commons-math/css/maven-base.css 
(original)
+++ websites/production/commons/content/proper/commons-math/css/maven-base.css 
Sat Oct 18 15:47:15 2014
@@ -161,4 +161,4 @@ div.clear hr{
 .source pre {
   margin: 0px;
   padding: 0px;
-}
\ No newline at end of file
+}

Modified: 
websites/production/commons/content/proper/commons-math/css/maven-theme.css
==============================================================================
--- websites/production/commons/content/proper/commons-math/css/maven-theme.css 
(original)
+++ websites/production/commons/content/proper/commons-math/css/maven-theme.css 
Sat Oct 18 15:47:15 2014
@@ -923,4 +923,4 @@ td.filebrowse h2 {
 }
 #organizationLogo img, #projectLogo img, #projectLogo span{
   margin: 8px;
-}
\ No newline at end of file
+}

Modified: websites/production/commons/content/proper/commons-math/css/print.css
==============================================================================
--- websites/production/commons/content/proper/commons-math/css/print.css 
(original)
+++ websites/production/commons/content/proper/commons-math/css/print.css Sat 
Oct 18 15:47:15 2014
@@ -20,4 +20,4 @@
 /* $Id$ */
 
 #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, 
#leftColumn, #navColumn {display: none !important;}
-#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
\ No newline at end of file
+#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}

Modified: websites/production/commons/content/proper/commons-math/css/site.css
==============================================================================
--- websites/production/commons/content/proper/commons-math/css/site.css 
(original)
+++ websites/production/commons/content/proper/commons-math/css/site.css Sat 
Oct 18 15:47:15 2014
@@ -79,4 +79,4 @@ dt { margin: 15px 0 5px 0; font-size: 1.
           box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
 }
 ol.linenums { margin: 0 0 0 33px; } 
-ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 18px; 
text-shadow: 0 1px 0 #fff; }
\ No newline at end of file
+ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 18px; 
text-shadow: 0 1px 0 #fff; }

Modified: 
websites/production/commons/content/proper/commons-math/dependencies.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/dependencies.html 
(original)
+++ websites/production/commons/content/proper/commons-math/dependencies.html 
Sat Oct 18 15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - Project Dependencies</title>
 
@@ -40,7 +40,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -110,7 +110,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">

Modified: 
websites/production/commons/content/proper/commons-math/developers.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/developers.html 
(original)
+++ websites/production/commons/content/proper/commons-math/developers.html Sat 
Oct 18 15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - 
   Developers Guide</title>
@@ -41,7 +41,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -111,7 +111,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">
@@ -457,7 +457,7 @@
        
 <li>Submit code as attachments to the JIRA ticket.  Please use one
        ticket for each feature, adding multiple patches to the ticket
-       as necessary.  Use the svn diff command to generate your patches as
+       as necessary.  Use the git diff command to generate your patches as
        diffs.  Please do not submit modified copies of existing java files. Be
        patient (but not <b>too</b> patient) with  committers reviewing
        patches. Post a *nudge* message to commons-dev with a reference to the

Modified: 
websites/production/commons/content/proper/commons-math/distribution-management.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-math/distribution-management.html
 (original)
+++ 
websites/production/commons/content/proper/commons-math/distribution-management.html
 Sat Oct 18 15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - Project Distribution Management</title>
 
@@ -40,7 +40,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -110,7 +110,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">

Modified: 
websites/production/commons/content/proper/commons-math/download_math.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/download_math.html 
(original)
+++ websites/production/commons/content/proper/commons-math/download_math.html 
Sat Oct 18 15:47:15 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - 
     Download Apache Commons Math</title>
@@ -42,7 +42,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -112,7 +112,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">

Modified: websites/production/commons/content/proper/commons-math/findbugs.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/findbugs.html 
(original)
+++ websites/production/commons/content/proper/commons-math/findbugs.html Sat 
Oct 18 15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - FindBugs Bug Detector Report</title>
 
@@ -40,7 +40,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -110,7 +110,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">
@@ -369,7 +369,7 @@
 <th>Errors</th>
 <th>Missing Classes</th></tr>
 <tr class="b">
-<td>1193</td>
+<td>1188</td>
 <td>0</td>
 <td>0</td>
 <td>0</td></tr></table></div>

Modified: websites/production/commons/content/proper/commons-math/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/index.html 
(original)
+++ websites/production/commons/content/proper/commons-math/index.html Sat Oct 
18 15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - 
   Commons Math: The Apache Commons Mathematics Library</title>
@@ -41,7 +41,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -111,7 +111,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">
@@ -411,12 +411,9 @@
       Latest Release</a> of Commons Math.
     </p>
    </div>
-   <!-- <subsection name="Nightly Builds">
+   <!-- <subsection name="No Nightly Builds">
     <p>
-     <a href="http://people.apache.org/builds/commons/nightly/commons-math/";>
-     Nightly builds</a> are built once a day from the current SVN HEAD.
-     This is (nearly) the latest code and so should be treated with
-     caution!
+     There are no nightly builds for Apache Commons Math anymore.
     </p>
    </subsection> -->
   </div>

Modified: 
websites/production/commons/content/proper/commons-math/integration.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/integration.html 
(original)
+++ websites/production/commons/content/proper/commons-math/integration.html 
Sat Oct 18 15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - Continuous Integration</title>
 
@@ -40,7 +40,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -110,7 +110,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">

Modified: 
websites/production/commons/content/proper/commons-math/issue-tracking.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/issue-tracking.html 
(original)
+++ websites/production/commons/content/proper/commons-math/issue-tracking.html 
Sat Oct 18 15:47:15 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - 
     Commons Math Issue tracking</title>
@@ -42,7 +42,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -112,7 +112,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">

Modified: 
websites/production/commons/content/proper/commons-math/jdepend-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/jdepend-report.html 
(original)
+++ websites/production/commons/content/proper/commons-math/jdepend-report.html 
Sat Oct 18 15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - JDepend Report Metrics</title>
 
@@ -40,7 +40,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -110,7 +110,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">
@@ -437,14 +437,14 @@
 <td>1</td></tr>
 <tr class="b">
 <td><a 
href="#org.apache.commons.math3.analysis.interpolation">org.apache.commons.math3.analysis.interpolation</a></td>
-<td>28</td>
-<td>24</td>
+<td>23</td>
+<td>19</td>
 <td>4</td>
 <td>1</td>
 <td>15</td>
-<td>14.0%</td>
+<td>17.0%</td>
 <td>94.0%</td>
-<td>8.0%</td>
+<td>11.0%</td>
 <td>1</td></tr>
 <tr class="a">
 <td><a 
href="#org.apache.commons.math3.analysis.polynomials">org.apache.commons.math3.analysis.polynomials</a></td>
@@ -1345,9 +1345,9 @@
 <tr class="a">
 <td>1</td>
 <td>15</td>
-<td>14.0%</td>
+<td>17.0%</td>
 <td>94.0%</td>
-<td>8.0%</td></tr></table>
+<td>11.0%</td></tr></table>
 <table border="0" class="bodyTable">
 <tr class="b">
 <th>Abstract Classes</th>
@@ -1356,7 +1356,7 @@
 <th>Uses Packages</th></tr>
 <tr class="a">
 
<td>org.apache.commons.math3.analysis.interpolation.BivariateGridInterpolator<br
 />org.apache.commons.math3.analysis.interpolation.MultivariateInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.TrivariateGridInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.UnivariateInterpolator<br 
/></td>
-<td>org.apache.commons.math3.analysis.interpolation.BicubicSplineFunction<br 
/>org.apache.commons.math3.analysis.interpolation.BicubicSplineFunction$1<br 
/>org.apache.commons.math3.analysis.interpolation.BicubicSplineFunction$2<br 
/>org.apache.commons.math3.analysis.interpolation.BicubicSplineFunction$3<br 
/>org.apache.commons.math3.analysis.interpolation.BicubicSplineFunction$4<br 
/>org.apache.commons.math3.analysis.interpolation.BicubicSplineFunction$5<br 
/>org.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolatingFunction<br
 />org.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.DividedDifferenceInterpolator<br
 />org.apache.commons.math3.analysis.interpolation.FieldHermiteInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.HermiteInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.LinearInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.LoessInterpo
 lator<br 
/>org.apache.commons.math3.analysis.interpolation.MicrosphereInterpolatingFunction<br
 
/>org.apache.commons.math3.analysis.interpolation.MicrosphereInterpolatingFunction$MicrosphereSurfaceElement<br
 />org.apache.commons.math3.analysis.interpolation.MicrosphereInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.NevilleInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.SmoothingPolynomialBicubicSplineInterpolator<br
 />org.apache.commons.math3.analysis.interpolation.SplineInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.TricubicSplineFunction<br 
/>org.apache.commons.math3.analysis.interpolation.TricubicSplineInterpolatingFunction<br
 
/>org.apache.commons.math3.analysis.interpolation.TricubicSplineInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.UnivariatePeriodicInterpolator<br
 
/>org.apache.commons.math3.analysis.interpolation.UnivariatePeriodicInterpolator$1<br
 /></td>
+<td>org.apache.commons.math3.analysis.interpolation.AkimaSplineInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolatingFunction<br
 />org.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.DividedDifferenceInterpolator<br
 />org.apache.commons.math3.analysis.interpolation.FieldHermiteInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.HermiteInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.LinearInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.LoessInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.MicrosphereInterpolatingFunction<br
 
/>org.apache.commons.math3.analysis.interpolation.MicrosphereInterpolatingFunction$MicrosphereSurfaceElement<br
 />org.apache.commons.math3.analysis.interpolation.MicrosphereInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.NevilleInterpolator<br 
/>org.apache.commons.math3
 .analysis.interpolation.SmoothingPolynomialBicubicSplineInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.SplineInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.TricubicSplineFunction<br 
/>org.apache.commons.math3.analysis.interpolation.TricubicSplineInterpolatingFunction<br
 
/>org.apache.commons.math3.analysis.interpolation.TricubicSplineInterpolator<br 
/>org.apache.commons.math3.analysis.interpolation.UnivariatePeriodicInterpolator<br
 
/>org.apache.commons.math3.analysis.interpolation.UnivariatePeriodicInterpolator$1<br
 /></td>
 <td>org.apache.commons.math3.stat.descriptive.rank<br /></td>
 <td>java.io<br />java.lang<br />java.util<br />org.apache.commons.math3<br 
/>org.apache.commons.math3.analysis<br 
/>org.apache.commons.math3.analysis.differentiation<br 
/>org.apache.commons.math3.analysis.polynomials<br 
/>org.apache.commons.math3.exception<br 
/>org.apache.commons.math3.exception.util<br 
/>org.apache.commons.math3.fitting<br />org.apache.commons.math3.linear<br 
/>org.apache.commons.math3.optim<br 
/>org.apache.commons.math3.optim.nonlinear.vector.jacobian<br 
/>org.apache.commons.math3.random<br />org.apache.commons.math3.util<br 
/></td></tr></table><a name="org.apache.commons.math3.analysis.polynomials"></a>
 <h3>org.apache.commons.math3.analysis.polynomials<a 
name="org.apache.commons.math3.analysis.polynomials"></a></h3>

Modified: 
websites/production/commons/content/proper/commons-math/jira-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/jira-report.html 
(original)
+++ websites/production/commons/content/proper/commons-math/jira-report.html 
Sat Oct 18 15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - JIRA Report</title>
 
@@ -40,7 +40,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -110,7 +110,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">
@@ -422,53 +422,67 @@
 <td>Resolved</td></tr>
 <tr class="b">
 <td>3.4</td>
+<td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MATH-1138";>MATH-1138</a></td>
+<td>BicubicSplineInterpolator is returning incorrect interpolated values</td>
+<td>Bug</td>
+<td>Fixed</td>
+<td>Resolved</td></tr>
+<tr class="a">
+<td>3.4</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MATH-1136";>MATH-1136</a></td>
 <td>BinomialDistribution deals with degenerate cases incorrectly</td>
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
 <td>3.4</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MATH-1135";>MATH-1135</a></td>
 <td>Bug in MonotoneChain: a collinear point landing on the existing boundary 
should be dropped (patch)</td>
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
 <td>3.4</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MATH-1131";>MATH-1131</a></td>
 <td>Kolmogorov-Smirnov Tests takes 'forever' on 10,000 item dataset</td>
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
 <td>3.4</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MATH-1129";>MATH-1129</a></td>
 <td>Percentile Computation errs</td>
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
 <td>3.4</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MATH-1127";>MATH-1127</a></td>
 <td>2.0 equal to -2.0</td>
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
 <td>3.4</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MATH-1125";>MATH-1125</a></td>
 <td>TDistribution density function can be sped up.</td>
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
 <td>3.4</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MATH-1123";>MATH-1123</a></td>
 <td>NPE in BSPTree#fitToCell()</td>
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
+<tr class="b">
+<td>3.4</td>
+<td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MATH-1120";>MATH-1120</a></td>
+<td>Need Percentile computations that can be matched with standard spreadsheet 
formula</td>
+<td>Improvement</td>
+<td>Fixed</td>
+<td>Resolved</td></tr>
 <tr class="a">
 <td>3.4</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MATH-984";>MATH-984</a></td>

Modified: websites/production/commons/content/proper/commons-math/js/prettify.js
==============================================================================
--- websites/production/commons/content/proper/commons-math/js/prettify.js 
(original)
+++ websites/production/commons/content/proper/commons-math/js/prettify.js Sat 
Oct 18 15:47:15 2014
@@ -637,4 +637,4 @@ function H() {
         PR_TAG : "tag",
         PR_TYPE : "typ"
     }
-})();
\ No newline at end of file
+})();

Modified: 
websites/production/commons/content/proper/commons-math/js/prettify.min.js
==============================================================================
--- websites/production/commons/content/proper/commons-math/js/prettify.min.js 
(original)
+++ websites/production/commons/content/proper/commons-math/js/prettify.min.js 
Sat Oct 18 15:47:15 2014
@@ -38,4 +38,4 @@ I,J,v],hashComments:!0,cStyleComments:!0
 
hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);k(x([],[["str",/^[\S\s]+/]]),["regex"]);window.prettyPrintOne=function(a,m,e){var
 
h=document.createElement("PRE");h.innerHTML=a;e&&D(h,e);E({g:m,i:e,h:h});return 
h.innerHTML};window.prettyPrint=function(a){function m(){for(var 
e=window.PR_SHOULD_USE_CONTINUATION?l.now()+250:Infinity;p<h.length&&l.now()<e;p++){var
 n=h[p],k=n.className;if(k.indexOf("prettyprint")>=0){var k=k.match(g),f,b;if(b=
 !k){b=n;for(var o=void 0,c=b.firstChild;c;c=c.nextSibling)var 
i=c.nodeType,o=i===1?o?b:c:i===3?N.test(c.nodeValue)?b:o:o;b=(f=o===b?void 
0:o)&&"CODE"===f.tagName}b&&(k=f.className.match(g));k&&(k=k[1]);b=!1;for(o=n.parentNode;o;o=o.parentNode)if((o.tagName==="pre"||o.tagName==="code"||o.tagName==="xmp")&&o.className&&o.className.indexOf("prettyprint")>=0){b=!0;break}b||((b=(b=n.className.match(/\blinenums\b(?::(\d+))?/))?b[1]&&b[1].length?+b[1]:!0:!1)&&D(n,b),d={g:k,h:n,i:b},E(d))}}p<h.length?setTimeout(m,
 250):a&&a()}for(var 
e=[document.getElementsByTagName("pre"),document.getElementsByTagName("code"),document.getElementsByTagName("xmp")],h=[],k=0;k<e.length;++k)for(var
 t=0,s=e[k].length;t<s;++t)h.push(e[k][t]);var 
e=q,l=Date;l.now||(l={now:function(){return+new Date}});var 
p=0,d,g=/\blang(?:uage)?-([\w.]+)(?!\S)/;m()};window.PR={createSimpleLexer:x,registerLangHandler:k,sourceDecorator:u,PR_ATTRIB_NAME:"atn",PR_ATTRIB_VALUE:"atv",PR_COMMENT:"com",PR_DECLARATION:"dec",PR_KEYWORD:"kwd",PR_LITERAL:"lit",
-PR_NOCODE:"nocode",PR_PLAIN:"pln",PR_PUNCTUATION:"pun",PR_SOURCE:"src",PR_STRING:"str",PR_TAG:"tag",PR_TYPE:"typ"}})();
\ No newline at end of file
+PR_NOCODE:"nocode",PR_PLAIN:"pln",PR_PUNCTUATION:"pun",PR_SOURCE:"src",PR_STRING:"str",PR_TAG:"tag",PR_TYPE:"typ"}})();

Modified: websites/production/commons/content/proper/commons-math/js/site.js
==============================================================================
--- websites/production/commons/content/proper/commons-math/js/site.js 
(original)
+++ websites/production/commons/content/proper/commons-math/js/site.js Sat Oct 
18 15:47:15 2014
@@ -103,4 +103,4 @@ $(document).ready(function() {
        
        // Trigger prettyprint
        prettyPrint();
-});
\ No newline at end of file
+});

Modified: 
websites/production/commons/content/proper/commons-math/mail-lists.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/mail-lists.html 
(original)
+++ websites/production/commons/content/proper/commons-math/mail-lists.html Sat 
Oct 18 15:47:15 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - 
     Commons Math Mailing Lists</title>
@@ -42,7 +42,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -112,7 +112,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">

Modified: websites/production/commons/content/proper/commons-math/pmd.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/pmd.html (original)
+++ websites/production/commons/content/proper/commons-math/pmd.html Sat Oct 18 
15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - PMD Results</title>
 
@@ -40,7 +40,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -110,7 +110,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">

Modified: websites/production/commons/content/proper/commons-math/pmd.xml
==============================================================================
Binary files - no diff available.

Modified: 
websites/production/commons/content/proper/commons-math/project-info.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/project-info.html 
(original)
+++ websites/production/commons/content/proper/commons-math/project-info.html 
Sat Oct 18 15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - Project Information</title>
 
@@ -40,7 +40,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -110,7 +110,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">

Modified: 
websites/production/commons/content/proper/commons-math/project-reports.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-math/project-reports.html 
(original)
+++ 
websites/production/commons/content/proper/commons-math/project-reports.html 
Sat Oct 18 15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - Generated Reports</title>
 
@@ -40,7 +40,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -110,7 +110,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">

Modified: 
websites/production/commons/content/proper/commons-math/project-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-math/project-summary.html 
(original)
+++ 
websites/production/commons/content/proper/commons-math/project-summary.html 
Sat Oct 18 15:47:15 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - Project Summary</title>
 
@@ -40,7 +40,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -110,7 +110,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">

Modified: websites/production/commons/content/proper/commons-math/proposal.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/proposal.html 
(original)
+++ websites/production/commons/content/proper/commons-math/proposal.html Sat 
Oct 18 15:47:15 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 07 October 2014
+ | Generated by Apache Maven Doxia at 18 October 2014
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Robert Burrell Donkin" />
-    <meta name="Date-Revision-yyyymmdd" content="20141007" />
+    <meta name="Date-Revision-yyyymmdd" content="20141018" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Math - 
     Proposal for math Package</title>
@@ -42,7 +42,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-math/";>Apache Commons Math 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 07 October 2014</li>
+            <li id="publishDate">Last Published: 18 October 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
3.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -112,7 +112,7 @@
     Issue Tracking</a>
                                </li>
                                                                                
                                <li class="none">
-                             <a 
href="http://svn.apache.org/viewvc/commons/proper/math/trunk"; 
class="externalLink" title="Source Repository (current)">
+                             <a 
href="http://git-wip-us.apache.org/repos/asf/commons-math.git"; 
class="externalLink" title="Source Repository (current)">
     Source Repository (current)</a>
                                </li>
                                                                                
                                <li class="none">


Reply via email to