[math] Update release how-to after releasing 3.6.1

2016-03-23 Thread evanward
Repository: commons-math Updated Branches: refs/heads/MATH_3_X 08783690a -> 61c53a4f5 Update release how-to after releasing 3.6.1 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/61c53a4f Tree:

[1/2] [math] Prepare for 3.6.1 release

2016-03-21 Thread evanward
Repository: commons-math Updated Branches: refs/heads/MATH_3_X 5decfddb2 -> 08783690a Prepare for 3.6.1 release Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/16abfe5d Tree:

[2/2] [math] Preparing for next version 3.7

2016-03-21 Thread evanward
Preparing for next version 3.7 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/08783690 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/08783690 Diff:

[math] Preparing for next version 3.7

2016-03-21 Thread evanward
Repository: commons-math Updated Branches: refs/heads/3.6.1-release 16abfe5de -> 08783690a Preparing for next version 3.7 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/08783690 Tree:

[commons-math] Git Push Summary

2016-03-21 Thread evanward
Repository: commons-math Updated Tags: refs/tags/MATH_3_6_1 [created] 298c980f8

svn commit: r12800 - /dev/commons/math/ /dev/commons/math/binaries/ /dev/commons/math/source/ /release/commons/math/ /release/commons/math/binaries/ /release/commons/math/source/

2016-03-21 Thread evanward
Author: evanward Date: Mon Mar 21 12:48:37 2016 New Revision: 12800 Log: Publish commons-math 3.6.1 Release Added: release/commons/math/README.html - copied unchanged from r12799, dev/commons/math/README.html release/commons/math/RELEASE-NOTES.txt - copied unchanged from

svn commit: r12765 - /release/commons/KEYS

2016-03-19 Thread evanward
Author: evanward Date: Thu Mar 17 14:55:31 2016 New Revision: 12765 Log: Add my signing key to the KEYS file. Modified: release/commons/KEYS Modified: release/commons/KEYS == --- release/commons/KEYS (original

[commons-math] Git Push Summary

2016-03-19 Thread evanward
Repository: commons-math Updated Tags: refs/tags/MATH_3_6_1_RC1 [created] e40b14483

[math] Prepare for 3.6.1 release

2016-03-19 Thread evanward
Repository: commons-math Updated Branches: refs/heads/3.6.1-release 5decfddb2 -> 16abfe5de Prepare for 3.6.1 release Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/16abfe5d Tree:

[commons-math] Git Push Summary

2016-03-19 Thread evanward
Repository: commons-math Updated Branches: refs/heads/3.6.1-release [created] 5decfddb2

svn commit: r12771 - /dev/commons/math/README.html

2016-03-19 Thread evanward
Author: evanward Date: Thu Mar 17 17:48:28 2016 New Revision: 12771 Log: Math 3.6.1 RC1 step 12 Added: dev/commons/math/README.html - copied unchanged from r12770, release/commons/math/README.html

svn commit: r12772 - in /dev/commons/math: ./ binaries/ source/

2016-03-19 Thread evanward
Author: evanward Date: Thu Mar 17 17:52:10 2016 New Revision: 12772 Log: Creating distribution files for 3.6.1 RC1 Added: dev/commons/math/RELEASE-NOTES.txt dev/commons/math/binaries/commons-math3-3.6.1-bin.tar.gz (with props) dev/commons/math/binaries/commons-math3-3.6.1

[math] Fix ODE integration with close events

2016-03-19 Thread evanward
Repository: commons-math Updated Branches: refs/heads/fix-math-1342 [created] 7a8dc00b8 Fix ODE integration with close events Previously integration would crash when two event detectors triggered events within the root finder's tolerance of each other. Now all events are handled in order and

[math] Update changes.xml for 3.6.1 release

2016-03-19 Thread evanward
Repository: commons-math Updated Branches: refs/heads/MATH_3_X 5238b0087 -> 5decfddb2 Update changes.xml for 3.6.1 release Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/5decfddb Tree:

[math] Fix ODE integration with close events

2016-03-18 Thread evanward
Repository: commons-math Updated Branches: refs/heads/develop 12c9a0441 -> 7a8dc00b8 Fix ODE integration with close events Previously integration would crash when two event detectors triggered events within the root finder's tolerance of each other. Now all events are handled in order and

[math] Fix ODE integration with close events

2016-03-18 Thread evanward
Repository: commons-math Updated Branches: refs/heads/MATH_3_X d69fb7113 -> 5238b0087 Fix ODE integration with close events Previously integration would crash when two event detectors triggered events within the root finder's tolerance of each other. Now all events are handled in order and

[math] MATH-1204 bracket function gives up too early

2015-02-19 Thread evanward
Repository: commons-math Updated Branches: refs/heads/master d746a54c2 - a56d4998c MATH-1204 bracket function gives up too early In UnivariateSolverUtils.bracket(...) the search ends prematurely if a = lowerBound, which ignores some roots in the interval. Fixed by changing the loop condition

svn commit: r1599359 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/fitting/leastsquares/EvaluationRmsChecker.java test/java/org/apache/commons/math3/fitting/leastsquares/Eval

2014-06-02 Thread evanward
Author: evanward Date: Mon Jun 2 21:19:09 2014 New Revision: 1599359 URL: http://svn.apache.org/r1599359 Log: Add EvaluationRmsChecker Convergence checker for Evaluations that decides based on change in RMS. Added: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/fitting

svn commit: r1598662 - /commons/proper/math/trunk/pom.xml

2014-05-30 Thread evanward
Author: evanward Date: Fri May 30 16:33:16 2014 New Revision: 1598662 URL: http://svn.apache.org/r1598662 Log: Move Evan from Contributor to Member on the site Modified: commons/proper/math/trunk/pom.xml Modified: commons/proper/math/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons