Comparing version 1.0.0 to 1.0.1
@@ -1,4 +0,5 @@ | ||
1.0.0 / HEAD | ||
1.0.0 / 2015-09-10 | ||
================== | ||
* rename xxxFactor to xxxMatrix in decompositions | ||
* add static min and max methods | ||
@@ -5,0 +6,0 @@ * add fullname synonyms for some methods |
{ | ||
"name": "ml-matrix", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Matrix manipulation and computation library", | ||
@@ -40,2 +40,5 @@ "main": "src/index.js", | ||
}, | ||
"engines": { | ||
"node": ">=2.0.0" | ||
}, | ||
"homepage": "https://github.com/mljs/matrix", | ||
@@ -42,0 +45,0 @@ "devDependencies": { |
@@ -13,2 +13,4 @@ # ml-matrix | ||
:warning: This library uses ES2015 classes and extends Array. It is not compatible with versions of Node.js/io.js <2.0.0 | ||
## [Documentation](./Documentation.md) | ||
@@ -15,0 +17,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
3034518
27