ml-matrix-peaks-finder
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "ml-matrix-peaks-finder", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "The peak picking routines for 2D arrays. This library looks for the local maxima of the given input matrix. The input matrix has to be specified as a single vector.", | ||
@@ -40,4 +40,4 @@ "main": "./src/index.js", | ||
"ml-matrix-convolution": "0.2.0", | ||
"ml-stat": "^1.2.0" | ||
"ml-stat": "^1.3.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ 'use strict' | ||
*/ | ||
var StatArray = require('ml-stat/array'); | ||
var StatArray = require('ml-stat').array; | ||
var convolution = require('ml-matrix-convolution'); | ||
@@ -8,0 +8,0 @@ var labeling = require("./ccLabeling"); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
11689
6
1
27
Updatedml-stat@^1.3.0