Skip to content

Commit

Permalink
0.007
Browse files Browse the repository at this point in the history
  • Loading branch information
wollmers committed Aug 16, 2014
1 parent 310f44e commit 534070d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Set::Similarity::CosinePDL

{{$NEXT}}

0.007 2014-08-16 07:49:34 CEST
-add travis

0.006 2014-08-10 08:54:27 CEST
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"abstract" : "Cosine similarity for sets",
"abstract" : "Cosine similarity for sets PDL implementation",
"author" : [
"Helmut Wollmersdorfer, <helmut.wollmersdorfer@gmail.com>"
],
Expand Down Expand Up @@ -60,7 +60,7 @@
"web" : "https://github.com/wollmers/Set-Similarity-CosinePDL"
}
},
"version" : "0.006",
"version" : "0.007",
"x_contributors" : [
"Helmut Wollmersdorfer <helmut@wollmersdorfer.at>"
]
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# NAME

Set::Similarity::Cosine - Cosine similarity for sets
Set::Similarity::CosinePDL - Cosine similarity for sets PDL implementation

<div>

</div>

<a href="https://travis-ci.org/wollmers/Set-Similarity-CosinePDL"><img src="https://travis-ci.org/wollmers/Set-Similarity-CosinePDL.png" alt="Set-Similarity-CosinePDL"></a>
<a href='https://coveralls.io/r/wollmers/Set-Similarity-CosinePDL?branch=master'><img src='https://coveralls.io/repos/wollmers/Set-Similarity-CosinePDL/badge.png?branch=master' alt='Coverage Status' /></a>

# SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion lib/Set/Similarity/CosinePDL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use PDL;

use parent 'Set::Similarity';

our $VERSION = '0.006';
our $VERSION = '0.007';

sub from_sets {
my ($self, $set1, $set2) = @_;
Expand Down

0 comments on commit 534070d

Please sign in to comment.