Repository: commons-math
Updated Branches:
refs/heads/master 029b692aa -> d51092164
Renamed FieldUnivariateFunction to RealFieldUnivariateFunction.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d5109216
Tre
Repository: commons-math
Updated Branches:
refs/heads/MATH_3_X 3d055c620 -> d3911464f
Renamed FieldUnivariateFunction to RealFieldUnivariateFunction.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d3911464
T
Repository: commons-math
Updated Branches:
refs/heads/MATH_3_X a6b74ac50 -> 3d055c620
Completed cleanup of flawed fix for MATH-1246.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/3d055c62
Tree: http://git-w
Repository: commons-math
Updated Branches:
refs/heads/field-ode e3827069c -> 779e52410
Field-based version of Dormand-Prince 8(5, 3) method for solving ODE.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/779e
Repository: commons-math
Updated Branches:
refs/heads/master 2e87f2934 -> 029b692aa
Added missing @since tags.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/029b692a
Tree: http://git-wip-us.apache.org/repos
Repository: commons-math
Updated Branches:
refs/heads/field-ode f614f73de -> e3827069c
Added field-based continuous output throughout integration range.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e3827069
Repository: commons-math
Updated Branches:
refs/heads/MATH_3_X b38ce4704 -> a6b74ac50
Added missing @since tags.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a6b74ac5
Tree: http://git-wip-us.apache.org/rep
Repository: commons-math
Updated Branches:
refs/heads/field-ode d3fb47063 -> f614f73de
Added forgotten copy method in FieldStepInterpolator interface.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f614f73d
T
Author: krosenvold
Date: Sun Nov 15 19:26:42 2015
New Revision: 1714489
URL: http://svn.apache.org/viewvc?rev=1714489&view=rev
Log:
Updated release notes wrt case of contributor name
Modified:
commons/proper/io/trunk/RELEASE-NOTES.txt
commons/proper/io/trunk/src/changes/changes.xml
Modif
Author: tn
Date: Sun Nov 15 18:20:41 2015
New Revision: 1714484
URL: http://svn.apache.org/viewvc?rev=1714484&view=rev
Log:
Fix javadoc.
Modified:
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java
Modified:
commons/proper/co
Repository: commons-math
Updated Branches:
refs/heads/master 09e31a01b -> 2e87f2934
Added @since tags, cleaned up code. JIRA: MATH-1287
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/2e87f293
Tree: http://gi
Repository: commons-math
Updated Branches:
refs/heads/MATH_3_X 29dfd9bb6 -> b38ce4704
Added @since tags, cleaned up code. JIRA: MATH-1287
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/b38ce470
Tree: http://
Author: tn
Date: Sun Nov 15 15:13:13 2015
New Revision: 1714464
URL: http://svn.apache.org/viewvc?rev=1714464&view=rev
Log:
Add changelog entry for COLLECTIONS-551.
Modified:
commons/proper/collections/trunk/src/changes/changes.xml
Modified: commons/proper/collections/trunk/src/changes/chang
Author: tn
Date: Sun Nov 15 15:08:39 2015
New Revision: 1714463
URL: http://svn.apache.org/viewvc?rev=1714463&view=rev
Log:
Added changelog entry.
Modified:
commons/proper/collections/trunk/src/changes/changes.xml
Modified: commons/proper/collections/trunk/src/changes/changes.xml
URL:
http:
Author: tn
Date: Sun Nov 15 15:04:19 2015
New Revision: 1714462
URL: http://svn.apache.org/viewvc?rev=1714462&view=rev
Log:
[COLLECTIONS-567] Add missing unit tests, fix problems with remove method.
Added:
commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/multise
Repository: commons-math
Updated Branches:
refs/heads/field-ode 04feb9960 -> d3fb47063
Intermediate level implementations of variable-step Runge-Kutta methods.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d
Repository: commons-math
Updated Branches:
refs/heads/field-ode 96bdfe27f -> 04feb9960
Avoid spurious array copy.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/04feb996
Tree: http://git-wip-us.apache.org/rep
Repository: commons-math
Updated Branches:
refs/heads/field-ode 5f2459ded -> 96bdfe27f
The full set of derivatives are needed in Runge-Kutta.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/96bdfe27
Tree: http
Repository: commons-math
Updated Branches:
refs/heads/field-ode 23f3ca423 -> 5f2459ded
Added min/max utility methods for RealField elements.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/5f2459de
Tree: http:
Repository: commons-math
Updated Branches:
refs/heads/field-ode b41ef1abd -> 23f3ca423
Field-based version of Luther method for solving ODE.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/23f3ca42
Tree: http:
Repository: commons-math
Updated Branches:
refs/heads/field-ode e0c0398ca -> b41ef1abd
Field-based version of 3/8 method for solving ODE.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/b41ef1ab
Tree: http://g
Repository: commons-math
Updated Branches:
refs/heads/field-ode f4286ec26 -> e0c0398ca
Field-based version of Gill method for solving ODE.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e0c0398c
Tree: http://
Repository: commons-math
Updated Branches:
refs/heads/field-ode d509c4a2a -> f4286ec26
Field-based version of classical Runge-Kutta method for solving ODE.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f4286
Author: tn
Date: Sun Nov 15 10:06:16 2015
New Revision: 1714424
URL: http://svn.apache.org/viewvc?rev=1714424&view=rev
Log:
[COLLECTIONS-567] Add MultiSetUtils, fix typos, remove references to bag.
Added:
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/MultiSet
Repository: commons-math
Updated Branches:
refs/heads/field-ode c89d2453c -> d509c4a2a
Field-based version of midpoint method for solving ODE.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d509c4a2
Tree: htt
Repository: commons-math
Updated Branches:
refs/heads/field-ode 97a65021c -> c89d2453c
Fixed javadoc.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/c89d2453
Tree: http://git-wip-us.apache.org/repos/asf/commo
Repository: commons-math
Updated Branches:
refs/heads/field-ode ea0dabfd1 -> 97a65021c
Whitespace.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/97a65021
Tree: http://git-wip-us.apache.org/repos/asf/commons-
Repository: commons-math
Updated Branches:
refs/heads/field-ode 7ec2a6342 -> ea0dabfd1
Field-based version of Euler method for solving ODE.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/ea0dabfd
Tree: http:/
Repository: commons-math
Updated Branches:
refs/heads/field-ode 8949c0b99 -> 7ec2a6342
Intermediate level implementations of fixed-step Rung-Kutta methods.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/7ec2a
Repository: commons-math
Updated Branches:
refs/heads/field-ode 1e71453fa -> 8949c0b99
Integrator returns the full state, not only the time.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/8949c0b9
Tree: http:
Repository: commons-math
Updated Branches:
refs/heads/field-ode 0820cd68d -> 1e71453fa
Step interpolator only needs the mapper, not the full equations.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/1e71453f
Repository: commons-math
Updated Branches:
refs/heads/field-ode e55d38c43 -> 0820cd68d
Initialize primary and secondary equations at integration start.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/0820cd68
Repository: commons-math
Updated Branches:
refs/heads/field-ode 70e48a02d -> e55d38c43
Use MapArrays utility methods for building arrays.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e55d38c4
Tree: http://g
Repository: commons-math
Updated Branches:
refs/heads/field-ode 136f644e2 -> 70e48a02d
Added init methods for primary and secondary ODE.
This addition is for consistency with other user-implemented interfaces
as step handlers and event handlers. However, since the equations have
only the state
34 matches
Mail list logo