Repository: commons-math Updated Branches: refs/heads/develop 7c1a59fa7 -> cbae75b90
Report existence of release 3.6.1 in "changes.xml". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/bfc0257a Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/bfc0257a Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/bfc0257a Branch: refs/heads/develop Commit: bfc0257adb13fea003580185423652c3a49bb5ae Parents: 7c1a59f Author: Gilles <er...@apache.org> Authored: Sat Apr 30 16:07:15 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Sat Apr 30 16:07:15 2016 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/bfc0257a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1120ac5..f8b5658 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -223,6 +223,23 @@ If the output is not quite correct, check for invisible trailing spaces! </action> </release> + <release version="3.6.1" date="2016-03-21" description=" +This is a minor bug fix release. It incorporates three bug fixes since version 3.6. + +The minimum version of the Java platform required to compile and use + Commons Math 3.6.1 is Java 5. +"> + <action dev="psteitz" type="update" issue="MATH-1317"> + Add uniformity unit tests to "RandomGeneratorAbstractTest". + </action> + <action dev="psteitz" type="fix" issue="MATH-1316"> + Fix code example in User Guide > Statistics > Multiple linear regression. + </action> + <action dev="evan" type="fix" issue="MATH-1342"> + Fix ODE integrators when multiple events are nearly simultaneous. + </action> + </release> + <release version="3.6" date="2016-01-05" description=" This is a minor release: It combines bug fixes and new features. Changes to existing features were made in a backwards-compatible