[math] Top level integrator interface.

2015-11-11 Thread luc
Repository: commons-math Updated Branches: refs/heads/field-ode 89e621968 -> 62ef50bc7 Top level integrator interface. We have merged together what was initially in an integrator interface and in an AbstractIntegrator class. The separation was only due to backward compatibility issues which pr

[math] Mapping between primary/secondary equations and flat arrays.

2015-11-11 Thread luc
Repository: commons-math Updated Branches: refs/heads/field-ode b5fd9b58d -> 89e621968 Mapping between primary/secondary equations and flat arrays. The API is much simpler than the one in the current double[] implementation. We do not mix anymore the equations and the state. JIRA: MATH-1288

[math] Interface and enum for event handling.

2015-11-11 Thread luc
Repository: commons-math Updated Branches: refs/heads/field-ode 5c647c12e -> b5fd9b58d Interface and enum for event handling. This corresponds to an improved g-stop feature. It basically allow to manage discrete events that occur during ode integration. when the event occurs, user can decide t

[math] Interfaces and normalizer for step handling.

2015-11-11 Thread luc
Repository: commons-math Updated Branches: refs/heads/field-ode 4685d0376 -> 5c647c12e Interfaces and normalizer for step handling. This corresponds to a continuous output feature. It basically allow to navigate throughout current step instead of having only discrete grid points. It is a major

[math] Starting work on Field-based ordinary differential equations.

2015-11-11 Thread luc
Repository: commons-math Updated Branches: refs/heads/field-ode [created] 4685d0376 Starting work on Field-based ordinary differential equations. The base elements are the primary equation that users must implement, and optional secondary equations to support features like adjoint parameters o

svn commit: r1713914 - /commons/proper/collections/branches/COLLECTIONS_3_2_X/pom.xml

2015-11-11 Thread ggregory
Author: ggregory Date: Wed Nov 11 19:04:55 2015 New Revision: 1713914 URL: http://svn.apache.org/viewvc?rev=1713914&view=rev Log: Fix RAT check. Modified: commons/proper/collections/branches/COLLECTIONS_3_2_X/pom.xml Modified: commons/proper/collections/branches/COLLECTIONS_3_2_X/pom.xml URL

svn commit: r11147 - in /dev/commons/collections: ./ binaries/ source/

2015-11-11 Thread tn
Author: tn Date: Wed Nov 11 16:06:45 2015 New Revision: 11147 Log: Creating distribution files for Commons Collections 3.2.2 based on RC2. Modified: dev/commons/collections/RELEASE-NOTES.txt dev/commons/collections/binaries/commons-collections-3.2.2-bin.tar.gz dev/commons/collections/

Nexus: Staging Completed

2015-11-11 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Prepare for vote of Collections 3.2.2 based on RC2Deployer properties:"userAgent" = "Apache-Maven/3.1.1 (Java 1.7.0_79; Linux 3.13.0-63-generic)""userId" = "tn""ip" = "83.134.110.29"Details:The following artifacts have been staged/commons-colle

svn commit: r1713879 - in /commons/proper/collections/tags/COLLECTIONS_3_2_2_RC2: ./ build.xml pom.xml xdocs/download_collections.xml xdocs/index.xml

2015-11-11 Thread tn
Author: tn Date: Wed Nov 11 15:46:25 2015 New Revision: 1713879 URL: http://svn.apache.org/viewvc?rev=1713879&view=rev Log: Creating Apache Commons Collections v3.2.2 RC2 tag. Added: commons/proper/collections/tags/COLLECTIONS_3_2_2_RC2/ - copied from r1713878, commons/proper/collectio

svn commit: r1713878 - /commons/proper/collections/branches/COLLECTIONS_3_2_X/NOTICE.txt

2015-11-11 Thread tn
Author: tn Date: Wed Nov 11 15:45:09 2015 New Revision: 1713878 URL: http://svn.apache.org/viewvc?rev=1713878&view=rev Log: Update NOTICE.txt with currenty year. Modified: commons/proper/collections/branches/COLLECTIONS_3_2_X/NOTICE.txt Modified: commons/proper/collections/branches/COLLECTIO

svn commit: r1713854 - in /commons/proper/collections/branches/COLLECTIONS_3_2_X/src/test/org/apache/commons/collections: TestFactoryUtils.java functors/TestPrototypeFactory.java

2015-11-11 Thread tn
Author: tn Date: Wed Nov 11 14:40:21 2015 New Revision: 1713854 URL: http://svn.apache.org/viewvc?rev=1713854&view=rev Log: Move PrototypeFactory tests to new TestPrototypeFactory test. Modified: commons/proper/collections/branches/COLLECTIONS_3_2_X/src/test/org/apache/commons/collections/Te

Nexus: Staging Repository Dropped

2015-11-11 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Vote for Collections 3.2.2 based on RC1 has been cancelledDeployer properties:"userAgent" = "Apache-Maven/3.1.1 (Java 1.7.0_79; Linux 3.13.0-63-generic)""userId" = "tn""ip" = "81.11.244.94"Details:The orgapachecommons-1115 staging repository ha

svn commit: r1713850 - in /commons/proper/collections/branches/COLLECTIONS_3_2_X: RELEASE-NOTES.txt src/changes/changes.xml

2015-11-11 Thread tn
Author: tn Date: Wed Nov 11 14:29:18 2015 New Revision: 1713850 URL: http://svn.apache.org/viewvc?rev=1713850&view=rev Log: Update Release Notes with details about improved fix for COLLECTIONS-580. Modified: commons/proper/collections/branches/COLLECTIONS_3_2_X/RELEASE-NOTES.txt commons/

svn commit: r1713849 - in /commons/proper/collections/branches/COLLECTIONS_3_2_X/src: java/org/apache/commons/collections/functors/ test/org/apache/commons/collections/functors/

2015-11-11 Thread tn
Author: tn Date: Wed Nov 11 14:21:37 2015 New Revision: 1713849 URL: http://svn.apache.org/viewvc?rev=1713849&view=rev Log: [COLLECTIONS-580] Add fix for PrototypeFactory as well. Added: commons/proper/collections/branches/COLLECTIONS_3_2_X/src/test/org/apache/commons/collections/functors/Te

svn commit: r1713845 - in /commons/proper/collections/branches/COLLECTIONS_3_2_X/src: java/org/apache/commons/collections/functors/ test/org/apache/commons/collections/ test/org/apache/commons/collect

2015-11-11 Thread tn
Author: tn Date: Wed Nov 11 14:02:16 2015 New Revision: 1713845 URL: http://svn.apache.org/viewvc?rev=1713845&view=rev Log: [COLLECTIONS-580] Improve fix applied to InvokerTransformer and also apply it for other classes which are considered to be unsafe, improve tests. Added: commons/proper

svn commit: r1713798 - /commons/proper/collections/branches/COLLECTIONS_3_2_X/pom.xml

2015-11-11 Thread tn
Author: tn Date: Wed Nov 11 10:16:39 2015 New Revision: 1713798 URL: http://svn.apache.org/viewvc?rev=1713798&view=rev Log: Add rat plugin ignores for test data. Modified: commons/proper/collections/branches/COLLECTIONS_3_2_X/pom.xml Modified: commons/proper/collections/branches/COLLECTIONS_

svn commit: r1713796 - /commons/proper/collections/branches/COLLECTIONS_3_2_X/xdocs/style/

2015-11-11 Thread tn
Author: tn Date: Wed Nov 11 10:06:26 2015 New Revision: 1713796 URL: http://svn.apache.org/viewvc?rev=1713796&view=rev Log: Remove obsolete style. Removed: commons/proper/collections/branches/COLLECTIONS_3_2_X/xdocs/style/