Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 10682 invoked from network); 5 Nov 2003 15:38:42 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Nov 2003 15:38:42 -0000 Received: (qmail 24144 invoked by uid 500); 5 Nov 2003 15:38:33 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 24070 invoked by uid 500); 5 Nov 2003 15:38:32 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 24057 invoked from network); 5 Nov 2003 15:38:32 -0000 Received: from unknown (HELO deimos.frii.net) (216.17.128.193) by daedalus.apache.org with SMTP; 5 Nov 2003 15:38:32 -0000 Received: from win2000cliff (mcliff192.dsl.frii.net [216.17.172.192]) by deimos.frii.net (8.12.10/8.12.10) with SMTP id hA5FcYrv034321 for ; Wed, 5 Nov 2003 08:38:34 -0700 (MST) Message-ID: <00e301c3a3bc$3f46f5a0$9d00000a@win2000cliff> Reply-To: "Matt Cliff" From: "Matt Cliff" To: Subject: [Math] Commons Math Contributions Date: Wed, 5 Nov 2003 08:45:40 -0800 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_00E0_01C3A379.30EB4080" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_00E0_01C3A379.30EB4080 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit ----- Original Message ----- From: "Matt Cliff" To: Sent: Wednesday, November 05, 2003 7:08 AM Subject: Commons Math Contributions > I recently download the math commons subproject and would like to help > out. > > This is my first open source contribution effort and am looking forward > to extending to other projects. I have a background in Mathematics (MS > and thesis work in Stochastic Analysis) and for the past several years > worked as a project lead for a Java Company. > > > Basically, > (1) What is the best way to contribute? (submit patches to this > mailing list or through the bug tracking system?) Also, will the bug > tracking a new "Math" component to the Commons project? > > (2) What should I be working on? (what do we need to do to get it to a > 1.0 release?) I would be more comfortable doing some 'maintenance' type > work intially, downstream I can offer more substantitve math (I had done > a bunch of work with DASSL and DASPK and their applications to Stochastic > differential equations). > > (3) Will there be a link on the > http://jakarta.apache.org/commons/index.html page to the Math Compont page? > > (4) I added a quick type-o patch for the tasks.xml doc to see if it is > the proper format. (this is a cvs diff output) > > > looking forward to helping out. > > -- > Matt Cliff > Cliff Consulting > 303.757.4912 > 720.280.6324 (c) > > > The label said install Windows 98 or better so I installed Linux. > ------=_NextPart_000_00E0_01C3A379.30EB4080 Content-Type: text/plain; name="PATCH_xdocs_tasks_xml.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="PATCH_xdocs_tasks_xml.txt" Index: xdocs/tasks.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvspublic/jakarta-commons/math/xdocs/tasks.xml,v retrieving revision 1.2 diff -u -r1.2 tasks.xml --- xdocs/tasks.xml 1 Nov 2003 16:35:03 -0000 1.2 +++ xdocs/tasks.xml 5 Nov 2003 14:59:26 -0000 @@ -21,7 +21,7 @@
Clover tests show gaps in test path coverage. Get all = tests to 100% coverage. Also improve test data and boundary conditions = coverage.
Code review.
-

Code review is a continuous rpocess that all = Contributors and Developers should practice while working on the code = base.

+

Code review is a continuous process that all = Contributors and Developers should practice while working on the code = base.

  • Javadoc generation is still throwing warnings. Bring = the Javadoc into compliance (i.e. reach zero warnings).
  • Verify that the code matches the documentation and = identify obvious inefficiencies or numerical problems. All = feedback/suggestions for improvement/patches are welcome.
  • ------=_NextPart_000_00E0_01C3A379.30EB4080 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org ------=_NextPart_000_00E0_01C3A379.30EB4080--