Comparing version 1.1.3 to 1.1.4
@@ -1,2 +0,2 @@ | ||
1.1.3 / 2016-05-27 | ||
1.1.4 / 2016-05-27 | ||
================== | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "ml-matrix", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Matrix manipulation and computation library", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -46,2 +46,7 @@ 'use strict'; | ||
// Native array methods should return instances of Array, not Matrix | ||
static get [Symbol.species]() { | ||
return Array; | ||
} | ||
/** | ||
@@ -1181,3 +1186,2 @@ * Constructs a Matrix with the chosen dimensions from a 1D array | ||
Matrix[Symbol.species] = Array; | ||
Matrix.prototype.klass = 'Matrix'; | ||
@@ -1184,0 +1188,0 @@ |
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
93549
2868