Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Apr 25, 2016
1 parent be2b1a1 commit 110fd8e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peaks-similarity",
"version": "2.1.0",
"version": "2.2.0",
"description": "Peaks similarity - calculate the similarity between 2 ordered array of peaks",
"keywords": [
"similarity",
Expand All @@ -25,4 +25,4 @@
"/*",
"!dist/*"
]
}
}
1 change: 1 addition & 0 deletions dist/peaks-similarity.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ return /******/ (function(modules) { // webpackBootstrap
}

function calculateOverlapFromDiff(diffs) {
if (diffs[1].length===0) return 0;
var sumPos=0;
for (var i=0; i<diffs[1].length; i++) {
sumPos+=Math.abs(diffs[1][i]);
Expand Down
2 changes: 1 addition & 1 deletion dist/peaks-similarity.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/peaks-similarity.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peaks-similarity",
"version": "2.1.0",
"version": "2.2.0",
"description": "Peaks similarity - calculate the similarity between 2 ordered array of peaks",
"keywords": [
"similarity",
Expand Down Expand Up @@ -32,4 +32,4 @@
"dependencies": {
"ml-stat": "^1.1.0"
}
}
}

0 comments on commit 110fd8e

Please sign in to comment.