ml-levenberg-marquardt
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,11 @@ | ||
<a name="1.0.3"></a> | ||
## [1.0.3](https://github.com/mljs/levenberg-marquardt/compare/v1.0.2...v1.0.3) (2018-02-07) | ||
### Bug Fixes | ||
* change entry point ([ced1012](https://github.com/mljs/levenberg-marquardt/commit/ced1012)) | ||
<a name="1.0.2"></a> | ||
@@ -2,0 +12,0 @@ ## [1.0.2](https://github.com/mljs/levenberg-marquardt/compare/v1.0.1...v1.0.2) (2018-02-07) |
{ | ||
"name": "ml-levenberg-marquardt", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Curve fitting method in javascript", | ||
"main": "./src/index.js", | ||
"files": [ | ||
"runkit.js", | ||
"src", | ||
"lib" | ||
], | ||
"main": "./lib/index.js", | ||
"files": ["runkit.js", "src", "lib"], | ||
"scripts": { | ||
@@ -23,9 +19,3 @@ "eslint": "eslint src", | ||
}, | ||
"keywords": [ | ||
"machine", | ||
"learning", | ||
"data", | ||
"mining", | ||
"datamining" | ||
], | ||
"keywords": ["machine", "learning", "data", "mining", "datamining"], | ||
"author": "Miguel Asencio <maasencioh@gmail.com>", | ||
@@ -32,0 +22,0 @@ "license": "MIT", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22738
0