Submitted by: Phil S.
Reviewed by: Tim O. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@140829 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
97568dc06f
commit
52590a7d00
26
STATUS.html
26
STATUS.html
|
@ -7,7 +7,7 @@
|
|||
|
||||
<div align="center">
|
||||
<h1>The Jakarta Commons <em>math</em> Component</h1>
|
||||
$Id: STATUS.html,v 1.2 2003/05/12 20:32:26 tobrien Exp $<br />
|
||||
$Id: STATUS.html,v 1.3 2003/05/15 05:47:51 tobrien Exp $<br />
|
||||
<a href="#Introduction">[Introduction]</a>
|
||||
<a href="#Dependencies">[Dependencies]</a>
|
||||
<a href="#Release Info">[Release Info]</a>
|
||||
|
@ -66,7 +66,7 @@ component to ensure that it continues to meet a variety of needs.</p>
|
|||
<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 @@ release of this component:</p>
|
|||
</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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue