You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Phil Steitz <ph...@steitz.com> on 2003/05/15 07:06:38 UTC

[math][patch] Add accumulated action items to STATUS.html

Index: STATUS.html
===================================================================
RCS file: /home/cvspublic/jakarta-commons-sandbox/math/STATUS.html,v
retrieving revision 1.2
diff -u -r1.2 STATUS.html
--- STATUS.html	12 May 2003 20:32:26 -0000	1.2
+++ STATUS.html	15 May 2003 05:01:51 -0000
@@ -66,7 +66,7 @@
 <a name="Action Items"></a>
 <h3>5.  ACTION ITEMS</h3>
 
-<p>The following action items need to be completed prior to a Version 1.3
+<p>The following action items need to be completed prior to a Version 1.0
 release of this component:</p>
 
 <table border="1">
@@ -77,7 +77,27 @@
   </tr>
 
   <tr>
-    <td><strong>CODE!</strong>.  Add code to make this package useful.</td>
+    <td>Get basic web site operational</td>
+    <td align="center">Everyone</td>
+  </tr>
+  <tr>
+    <td>Document NaN and all error semantics for Univariate and Freq</td>
+    <td align="center">Everyone</td>
+  </tr>
+  <tr>
+    <td>Document and implement rolling mean extension of Univariate</td>
+    <td align="center">Everyone</td>
+  </tr>
+  <tr>
+    <td>Research numerical optimization of all Univariate, RealMatrix operations</td>
+    <td align="center">Everyone</td>
+  </tr>
+  <tr>
+    <td>Complete RealMatrixImpl implementation</td>
+    <td align="center">Everyone</td>
+  </tr>
+  <tr>
+    <td>Prioritize remaining items in proposal and finalize scope for 1.0</td>
     <td align="center">Everyone</td>
   </tr>