You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2015/08/24 22:17:20 UTC

[math] Remove changelog entry which was superseded by another improvement.

Repository: commons-math
Updated Branches:
  refs/heads/master 9c51e5316 -> 096aa4e60


Remove changelog entry which was superseded by another improvement.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/096aa4e6
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/096aa4e6
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/096aa4e6

Branch: refs/heads/master
Commit: 096aa4e60bf23754e4b76a14a6cd27743237a56b
Parents: 9c51e53
Author: Thomas Neidhart <th...@gmail.com>
Authored: Mon Aug 24 22:17:07 2015 +0200
Committer: Thomas Neidhart <th...@gmail.com>
Committed: Mon Aug 24 22:17:07 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/096aa4e6/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 511faed..3d55594 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -167,9 +167,6 @@ If the output is not quite correct, check for invisible trailing spaces!
       <action dev="tn" type="fix" issue="MATH-1221">
         Improve performance of "ZipfDistribution" by caching the nth generalized harmonic.
       </action>
-      <action dev="tn" type="fix" issue="MATH-1220" due-to="Otmar Ertl"> <!-- backported to 3.6 -->
-        Improve performance of "ZipfDistribution#sample()" by using a rejection algorithm.
-      </action>
       <action dev="tn" type="fix" issue="MATH-1153" due-to="Sergei Lebedev"> <!-- backported to 3.6 -->
         Improve performance of "BetaDistribution#sample()" by using Cheng's algorithm.
       </action>