Preparing release 3.1.1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1430849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7fd57f3158
commit
d2999aa660
|
@ -50,6 +50,17 @@ If the output is not quite correct, check for invisible trailing spaces!
|
|||
<title>Commons Math Release Notes</title>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="3.1.1" date="2013-01-14" description="
|
||||
This is a point release: It fixes a bug that renders version 3.1 unusable
|
||||
in some situations (see details below).
|
||||
">
|
||||
<action dev="erans" type="fix" issue="MATH-924">
|
||||
Added a (minimal) "DiagonalMatrix" implementation, such that the
|
||||
case of a large number of uncorrelated observations is handled
|
||||
efficiently.
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="3.1" date="2012-12-23" description="
|
||||
This is a minor release: It combines bug fixes and new features.
|
||||
Changes to existing features were made in a backwards-compatible
|
||||
|
|
Loading…
Reference in New Issue