Removed obsolete files.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@930147 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2010-04-02 01:54:38 +00:00
parent de4baf794e
commit d7d70cfcc0
2 changed files with 0 additions and 226 deletions

View File

@ -1,141 +0,0 @@
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Revision$ $Date$ -->
<document>
<properties>
<title>Release Managers Guide</title>
<author email="mdiggory@apache.org">Mark Diggory</author>
</properties>
<body>
<section name="Aims">
<p>
As different individuals may be filling the role of Release Manager
for the Math project at different times. This documentation is provided
as a means of organizing release procedures such that releases
can maintain consistency.
</p>
</section>
<section name='Guidelines'>
<p>
Math Project Releases are primarily facilitated using Maven's 'dist' and 'jar'
goals to build releases in tar.gz, zip and jar archive formats. Additional
goals and processes have been added using the included <code>maven.xml</code>
file in the root directory.
</p>
</section>
<section name='Distribution Contents'>
<subsection name="Binary Releases (tar.gz and zip)">
<source>
Length Date Time Name
-------- ---- ---- ----
0 01-29-04 09:31 commons-math-0.1-dev/
11358 01-29-04 09:31 commons-math-0.1-dev/LICENSE.txt
0 01-29-04 09:31 commons-math-0.1-dev/docs/
0 01-29-04 09:31 commons-math-0.1-dev/docs/clover/
...
6103 01-29-04 09:31 commons-math-0.1-dev/docs/apidocs/
...
124140 01-29-04 09:31 commons-math-0.1-dev/commons-math-0.1-dev.jar
110531 01-29-04 09:31 commons-math-0.1-dev/commons-beanutils-1.5.jar
165119 01-29-04 09:31 commons-math-0.1-dev/commons-collections-2.1.jar
72176 01-29-04 09:31 commons-math-0.1-dev/commons-discovery-20030211.213356.jar
31605 01-29-04 09:31 commons-math-0.1-dev/commons-logging-1.0.3.jar
169763 01-29-04 09:31 commons-math-0.1-dev/commons-lang-2.0.jar
</source>
</subsection>
<subsection name="Source Releases">
<p>
*src release* (tar.gz and zip)
</p>
<source>
Archive: commons-math-0.1-dev-src.zip
Length Date Time Name
-------- ---- ---- ----
0 01-29-04 09:31 commons-math-0.1-dev/
0 01-29-04 09:31 commons-math-0.1-dev/src/
282 01-29-04 09:31 commons-math-0.1-dev/src/conf/MANIFEST.MF
0 01-29-04 09:31 commons-math-0.1-dev/src/test/
...
0 01-29-04 09:31 commons-math-0.1-dev/src/java/
...
0 01-29-04 09:31 commons-math-0.1-dev/src/conf/
370 01-29-04 09:31 commons-math-0.1-dev/maven.xml
4692 01-29-04 09:31 commons-math-0.1-dev/project.xml
801 01-29-04 09:31 commons-math-0.1-dev/project.properties
11358 01-29-04 09:31 commons-math-0.1-dev/LICENSE.txt
6635 01-29-04 09:31 commons-math-0.1-dev/build.xml
</source>
<p>This project.xml is the one with the dependencies resolved to a version.
This build.xml is generated off the above project.xml, so its dependencies
are resolved as well.
</p>
</subsection>
<subsection name="Jar Releases">
<p>
*jar release* (jar)
</p>
<source>
Archive: commons-math-0.1-dev.jar
Length Date Time Name
-------- ---- ---- ----
0 01-29-04 09:30 META-INF/
423 01-29-04 09:30 META-INF/MANIFEST.MF
11358 01-29-04 09:23 META-INF/LICENSE.txt
0 01-17-04 15:05 org/
0 01-17-04 15:05 org/apache/
0 01-17-04 15:05 org/apache/commons/
0 01-17-04 15:05 org/apache/commons/math/
0 01-17-04 15:05 org/apache/commons/math/analysis/
0 01-29-04 09:24 org/apache/commons/math/complex/
0 01-28-04 16:32 org/apache/commons/math/distribution/
0 01-28-04 16:32 org/apache/commons/math/linear/
0 01-17-04 15:05 org/apache/commons/math/random/
0 01-28-04 16:32 org/apache/commons/math/stat/
0 01-17-04 15:05 org/apache/commons/math/stat/univariate/
0 01-17-04 15:05 org/apache/commons/math/stat/univariate/rank/
0 01-17-04 15:05 org/apache/commons/math/stat/univariate/moment/
0 01-17-04 15:05 org/apache/commons/math/stat/univariate/summary/
0 01-17-04 15:05 org/apache/commons/math/special/
0 01-17-04 15:05 org/apache/commons/math/util/
1609 01-29-04 09:24 org/apache/commons/math/analysis/BisectionSolver.class
3033 01-29-04 09:24 org/apache/commons/math/analysis/UnivariateRealSolverImpl.class
799 01-29-04 09:24 org/apache/commons/math/analysis/UnivariateRealSolver.class
247 01-29-04 09:24 org/apache/commons/math/analysis/UnivariateRealFunction.class
...
</source>
</subsection>
</section>
<section name="Deploying">
<p>
Info on deploying releases using Maven.
</p>
</section>
</body>
</document>

View File

@ -1,85 +0,0 @@
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Revision$ $Date$ -->
<document>
<properties>
<title>Tasks: To Do</title>
</properties>
<body>
<section name="Aim">
<p>This page aims to be a handy reference of work pending for the next
planned release. Users who want new features should submit patches to this
page in the unclassified section. Developers who want to lend a hand can
grab tasks from this page. Everyone can see the progress which is being
made.</p>
</section>
<section name="TODO list">
<p>The following is a list of items still <code>TODO</code> for Math.
Contributions are welcome!</p>
<subsection name="Documentation and Code Conformance Tasks">
<p>Many of these will always be a required. Please focus on applying
format standards and provide as many test cases as possible for your
code.</p>
<dl>
<dt>Performance and accuracy testing.</dt>
<dd>If anyone is interested in helping out here, we could really use
a wider selection of test cases for the core numerical functions and
validation against either other packages (e.g. R for the statistical
stuff), verified datasets, or experiments comparing implementions
using floats to doubles.</dd>
<dt>Test Coverage.</dt>
<dd>Clover tests show some remaining gaps in test path coverage. Goal
is to get all tests to 100% coverage. Also improve test data and
boundary conditions coverage.</dd>
<dt>Code review.</dt>
<dd>
<p>Code review is a continuous process that all Contributors and
Developers should practice while working on the code base.</p>
<ul>
<li>Verify that the code matches the documentation and identify
inefficiencies or numerical problems. All feedback/suggestions
for improvement/patches are welcome.</li>
</ul>
</dd>
</dl>
</subsection>
</section>
<section name="Future Goals">
<subsection name="Delayed Tasks slated for the next release of the Math library">
<dl>
<dt>Statistics</dt>
<dd>
<ul>
<li>More inference methods</li>
</ul>
</dd>
<dt>Linear Algebra</dt>
<dd>
<ul>
<li>More matrix decompositions (Cholesky, QR, SVD) and framework
to support.</li>
<li>Sparse matrices</li>
</ul>
</dd>
</dl>
</subsection>
</section>
</body>
</document>