svn commit: r786943 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: Structure32.java Structure64.java

2009-06-20 Thread mturk
Author: mturk Date: Sun Jun 21 05:51:17 2009 New Revision: 786943 URL: http://svn.apache.org/viewvc?rev=786943&view=rev Log: Tab police. Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Structure32.java commons/sandbox/runtime/trunk/src/main/java/org/apac

svn commit: r786942 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/StringEscapeUtils.java test/org/apache/commons/lang/StringEscapeUtilsTest.java

2009-06-20 Thread bayard
Author: bayard Date: Sun Jun 21 05:35:04 2009 New Revision: 786942 URL: http://svn.apache.org/viewvc?rev=786942&view=rev Log: Removing escapeSql per LANG-493 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java commons/proper/lang/trunk/src/test/or

svn commit: r786940 - /commons/proper/math/trunk/src/site/xdoc/userguide/stat.xml

2009-06-20 Thread psteitz
Author: psteitz Date: Sun Jun 21 02:22:09 2009 New Revision: 786940 URL: http://svn.apache.org/viewvc?rev=786940&view=rev Log: Added Spearman's correlation. Modified: commons/proper/math/trunk/src/site/xdoc/userguide/stat.xml Modified: commons/proper/math/trunk/src/site/xdoc/userguide/stat.x

svn commit: r786936 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/analysis/polynomials/ test/org/apache/commons/math/analysis/ test/org/apache/commons/math/analysis/polynomials/

2009-06-20 Thread billbarker
Author: billbarker Date: Sun Jun 21 01:12:22 2009 New Revision: 786936 URL: http://svn.apache.org/viewvc?rev=786936&view=rev Log: Restore Serializable to PolynomialFunction Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/polynomials/PolynomialFunction.java

svn commit: r786935 - in /commons/proper/math/trunk/src/site/xdoc/userguide: index.xml stat.xml

2009-06-20 Thread psteitz
Author: psteitz Date: Sun Jun 21 00:58:14 2009 New Revision: 786935 URL: http://svn.apache.org/viewvc?rev=786935&view=rev Log: Added ranking subsection. Modified: commons/proper/math/trunk/src/site/xdoc/userguide/index.xml commons/proper/math/trunk/src/site/xdoc/userguide/stat.xml Modifi

svn commit: r786927 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/ java/org/apache/commons/math/analysis/integration/ java/org/apache/commons/math/analysis/polynomials/ java/org/ap

2009-06-20 Thread billbarker
Author: billbarker Date: Sat Jun 20 23:37:47 2009 New Revision: 786927 URL: http://svn.apache.org/viewvc?rev=786927&view=rev Log: Remove Serializable from some tranient analitics classes. Let me know if I've nuked ur favorite one, and I can put it back Modified: commons/proper/math/trunk/sr

svn commit: r786918 - /commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/GeneticAlgorithm.java

2009-06-20 Thread sebb
Author: sebb Date: Sat Jun 20 22:17:36 2009 New Revision: 786918 URL: http://svn.apache.org/viewvc?rev=786918&view=rev Log: Fix thread-safety issues - code failed to use synch. read - code could potentially use two different random Generators if another thread changed it Modified: commons/p

svn commit: r786911 - /commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.java

2009-06-20 Thread psteitz
Author: psteitz Date: Sat Jun 20 21:35:32 2009 New Revision: 786911 URL: http://svn.apache.org/viewvc?rev=786911&view=rev Log: Made aggregation threadsafe. Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.java Modified: common

svn commit: r786900 - /commons/proper/math/trunk/src/conf/

2009-06-20 Thread luc
Author: luc Date: Sat Jun 20 20:02:27 2009 New Revision: 786900 URL: http://svn.apache.org/viewvc?rev=786900&view=rev Log: removed old maven 1 stuff Removed: commons/proper/math/trunk/src/conf/

svn commit: r786890 - /commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/fitting/package.html

2009-06-20 Thread luc
Author: luc Date: Sat Jun 20 19:23:44 2009 New Revision: 786890 URL: http://svn.apache.org/viewvc?rev=786890&view=rev Log: adding missing Apache header Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/fitting/package.html Modified: commons/proper/math/trunk

svn commit: r786885 - in /commons/proper/math/trunk/src/site/xdoc: changes.xml userguide/ode.xml

2009-06-20 Thread luc
Author: luc Date: Sat Jun 20 19:06:55 2009 New Revision: 786885 URL: http://svn.apache.org/viewvc?rev=786885&view=rev Log: documented Adams-Bashforth and Adams-Moulton ODE integrators Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml commons/proper/math/trunk/src/site/xdoc/use

svn commit: r786883 - /commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.java

2009-06-20 Thread luc
Author: luc Date: Sat Jun 20 18:57:30 2009 New Revision: 786883 URL: http://svn.apache.org/viewvc?rev=786883&view=rev Log: fixed a warning about a mission serializeVersionUID. However, should this really be serializable at all ? Modified: commons/proper/math/trunk/src/java/org/apache/commons

svn commit: r786881 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/ode/ java/org/apache/commons/math/ode/events/ java/org/apache/commons/math/ode/nonstiff/ java/org/apache/commons/m

2009-06-20 Thread luc
Author: luc Date: Sat Jun 20 18:53:08 2009 New Revision: 786881 URL: http://svn.apache.org/viewvc?rev=786881&view=rev Log: removed lots of serialization in ODE the only classes/interfaces for which serialization is really important in this package are the step interpolators. The reason for that i

svn commit: r786878 - in /commons/proper/math/trunk/src/java/org/apache/commons/math/optimization: MultiStartDifferentiableMultivariateRealOptimizer.java MultiStartMultivariateRealOptimizer.java

2009-06-20 Thread luc
Author: luc Date: Sat Jun 20 18:17:32 2009 New Revision: 786878 URL: http://svn.apache.org/viewvc?rev=786878&view=rev Log: removed serialization for multistart optimizers Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRea

svn commit: r786877 [2/2] - in /commons/proper/math/trunk/src: java/org/apache/commons/math/ode/ java/org/apache/commons/math/ode/nonstiff/ java/org/apache/commons/math/ode/sampling/ test/org/apache/c

2009-06-20 Thread luc
Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegratorTest.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegratorTest.java?rev=786877&r1=786876&r2=786877&view=diff

svn commit: r786875 - /commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java

2009-06-20 Thread luc
Author: luc Date: Sat Jun 20 18:13:24 2009 New Revision: 786875 URL: http://svn.apache.org/viewvc?rev=786875&view=rev Log: completely changed integration start phase: now the starter integrator for multistep methods do not advance time anymore, it is interrupted at first step end and the interpola

svn commit: r786874 - /commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.java

2009-06-20 Thread luc
Author: luc Date: Sat Jun 20 18:09:16 2009 New Revision: 786874 URL: http://svn.apache.org/viewvc?rev=786874&view=rev Log: simplified arrays allocation and copying Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.java Modified:

svn commit: r786869 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/AbstractStructure.java

2009-06-20 Thread mturk
Author: mturk Date: Sat Jun 20 17:47:02 2009 New Revision: 786869 URL: http://svn.apache.org/viewvc?rev=786869&view=rev Log: Make sure we init on success Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/AbstractStructure.java Modified: commons/sandbox/runtim

svn commit: r786868 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/ main/java/org/apache/commons/runtime/exception/ main/native/shared/ test/org/apache/commons/runtime/

2009-06-20 Thread mturk
Author: mturk Date: Sat Jun 20 17:44:02 2009 New Revision: 786868 URL: http://svn.apache.org/viewvc?rev=786868&view=rev Log: Add structure wrap/unwrap mathods Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/exception/InvalidStructureElementException.java (wit

svn commit: r786821 - /commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java

2009-06-20 Thread luc
Author: luc Date: Sat Jun 20 13:43:29 2009 New Revision: 786821 URL: http://svn.apache.org/viewvc?rev=786821&view=rev Log: error messages for Loess interpolation Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java Modified: commons/proper/math/tru

svn commit: r786819 - in /commons/proper/math/trunk: ./ src/java/org/apache/commons/math/analysis/interpolation/ src/site/xdoc/ src/site/xdoc/userguide/ src/test/org/apache/commons/math/analysis/inter

2009-06-20 Thread luc
Author: luc Date: Sat Jun 20 13:42:56 2009 New Revision: 786819 URL: http://svn.apache.org/viewvc?rev=786819&view=rev Log: added Loess interpolator, applying Eugene Kirpichov's patch JIRA: MATH-278 Added: commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/interpolation/Loess

svn commit: r786817 - in /commons/proper/math/trunk/src/java/org/apache/commons/math: ode/AbstractIntegrator.java optimization/univariate/AbstractUnivariateRealOptimizer.java

2009-06-20 Thread luc
Author: luc Date: Sat Jun 20 13:31:48 2009 New Revision: 786817 URL: http://svn.apache.org/viewvc?rev=786817&view=rev Log: fixed checkstyle errors Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/AbstractIntegrator.java commons/proper/math/trunk/src/java/org/apac

svn commit: r786785 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/AbstractStructure.java test/org/apache/commons/runtime/TestStructure.java

2009-06-20 Thread mturk
Author: mturk Date: Sat Jun 20 10:02:46 2009 New Revision: 786785 URL: http://svn.apache.org/viewvc?rev=786785&view=rev Log: Fix alignment calculation Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/AbstractStructure.java commons/sandbox/runtime/trunk/sr

svn commit: r786765 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/ main/java/org/apache/commons/runtime/exception/ test/org/apache/commons/runtime/

2009-06-20 Thread mturk
Author: mturk Date: Sat Jun 20 07:40:33 2009 New Revision: 786765 URL: http://svn.apache.org/viewvc?rev=786765&view=rev Log: Add initial Structure classess Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/AbstractStructure.java (with props) commons/sandbo