Author: erans
Date: Sun Dec 16 14:20:20 2012
New Revision: 1422581
URL: http://svn.apache.org/viewvc?rev=1422581&view=rev
Log:
Added estimate for the release date in "changes.xml".
Copied "findbugs" exclude filters for package "optim".
Updated link to "apidocs" (for release 3.1) in "site.xml".
Modified:
commons/proper/math/trunk/findbugs-exclude-filter.xml
commons/proper/math/trunk/src/changes/changes.xml
commons/proper/math/trunk/src/site/site.xml
Modified: commons/proper/math/trunk/findbugs-exclude-filter.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/findbugs-exclude-filter.xml?rev=1422581&r1=1422580&r2=1422581&view=diff
==============================================================================
--- commons/proper/math/trunk/findbugs-exclude-filter.xml (original)
+++ commons/proper/math/trunk/findbugs-exclude-filter.xml Sun Dec 16 14:20:20
2012
@@ -44,6 +44,11 @@
<Bug pattern="FE_FLOATING_POINT_EQUALITY" />
</Match>
<Match>
+ <Class name="org.apache.commons.math3.optim.univariate.BrentOptimizer" />
+ <Method name="localMin"
params="boolean,double,double,double,double,double" returns="double" />
+ <Bug pattern="FE_FLOATING_POINT_EQUALITY" />
+ </Match>
+ <Match>
<Class name="org.apache.commons.math3.analysis.solvers.BrentSolver" />
<Method name="brent" params="double,double,double,double" returns="double"
/>
<Bug pattern="FE_FLOATING_POINT_EQUALITY" />
@@ -134,11 +139,21 @@
<Bug pattern="EI_EXPOSE_REP" />
</Match>
<Match>
+ <Class name="org.apache.commons.math3.optim.PointValuePair"/>
+ <Method name="getPointRef" params="" returns="double[]" />
+ <Bug pattern="EI_EXPOSE_REP" />
+ </Match>
+ <Match>
<Class name="org.apache.commons.math3.optimization.PointValuePair"/>
<Method name="<init>" params="double[],double,boolean" returns="void" />
<Bug pattern="EI_EXPOSE_REP2" />
</Match>
<Match>
+ <Class name="org.apache.commons.math3.optim.PointValuePair"/>
+ <Method name="<init>" params="double[],double,boolean" returns="void" />
+ <Bug pattern="EI_EXPOSE_REP2" />
+ </Match>
+ <Match>
<Class name="org.apache.commons.math3.optimization.PointVectorValuePair"/>
<Or>
<Method name="getPointRef" params="" returns="double[]" />
@@ -147,11 +162,24 @@
<Bug pattern="EI_EXPOSE_REP" />
</Match>
<Match>
+ <Class name="org.apache.commons.math3.optim.PointVectorValuePair"/>
+ <Or>
+ <Method name="getPointRef" params="" returns="double[]" />
+ <Method name="getValueRef" params="" returns="double[]" />
+ </Or>
+ <Bug pattern="EI_EXPOSE_REP" />
+ </Match>
+ <Match>
<Class name="org.apache.commons.math3.optimization.PointVectorValuePair"/>
<Method name="<init>" params="double[],double[][],boolean"
returns="void" />
<Bug pattern="EI_EXPOSE_REP2" />
</Match>
<Match>
+ <Class name="org.apache.commons.math3.optim.PointVectorValuePair"/>
+ <Method name="<init>" params="double[],double[][],boolean"
returns="void" />
+ <Bug pattern="EI_EXPOSE_REP2" />
+ </Match>
+ <Match>
<Class name="org.apache.commons.math3.ode.sampling.DummyStepInterpolator"/>
<Method name="<init>" params="double[],double[],boolean" returns="void"
/>
<Bug pattern="EI_EXPOSE_REP2" />
Modified: commons/proper/math/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1422581&r1=1422580&r2=1422581&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Sun Dec 16 14:20:20 2012
@@ -50,7 +50,7 @@ If the output is not quite correct, chec
<title>Commons Math Release Notes</title>
</properties>
<body>
- <release version="3.1" date="TBD" description="
+ <release version="3.1" date="2012-12-21" description="
This is a minor release: It combines bug fixes and new features.
Changes to existing features were made in a backwards-compatible
way such as to allow drop-in replacement of the v3.0 JAR file.
Modified: commons/proper/math/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/site.xml?rev=1422581&r1=1422580&r2=1422581&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/site.xml (original)
+++ commons/proper/math/trunk/src/site/site.xml Sun Dec 16 14:20:20 2012
@@ -26,7 +26,9 @@
<menu name="Math">
<item name="Overview" href="/index.html"/>
<item name="Downloads"
href="http://commons.apache.org/math/download_math.cgi"/>
- <item name="Javadoc (3.0 release)" href="apidocs/index.html"/>
+ <item name="Javadoc (3.1 release)" href="apidocs/index.html"/>
+ <item name="Javadoc (3.0 release)"
+ href="http://commons.apache.org/math/api-3.0/index.html"/>
<item name="Javadoc (2.2 release)"
href="http://commons.apache.org/math/api-2.2/index.html"/>
<item name="Issue Tracking" href="/issue-tracking.html"/>