You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2015/04/12 13:31:10 UTC

[2/2] [text] Add changes to SANDBOX-490

Add changes to SANDBOX-490


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/376c7c4d
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/376c7c4d
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/376c7c4d

Branch: refs/heads/master
Commit: 376c7c4d86d5c0e899da67d4ed81b7dc456fdd58
Parents: 548a791
Author: Bruno P. Kinoshita <br...@yahoo.com.br>
Authored: Sun Apr 12 23:30:58 2015 +1200
Committer: Bruno P. Kinoshita <br...@yahoo.com.br>
Committed: Sun Apr 12 23:30:58 2015 +1200

----------------------------------------------------------------------
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/376c7c4d/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 553d55b..4ac588a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,6 +22,7 @@
   <body>
 
   <release version="1.0" date="tba" description="tba">
+    <action issue="SANDBOX-490" type="add" dev="kinow">Add Cosine Similarity and Cosine Distance</action>
     <action issue="SANDBOX-493" type="fix" dev="kinow" due-to="Jonathan Baker">Change (R) StringMetric.compare(CS left, CS right) to "apply" so that it is consistent with BiFunction.</action>
     <action issue="SANDBOX-491" type="fix" dev="kinow" due-to="Jonathan Baker">Allow extra information (e.g. Levenshtein threshold) to be stored as (final) fields in the StringMetric instance.</action>
     <action issue="SANDBOX-486" type="add" dev="kinow">Port Myers algorithm from [collections]</action>