ml-matrix-convolution
Advanced tools
Comparing version 0.5.2 to 1.0.0
# Changelog | ||
## [1.0.0](https://www.github.com/mljs/matrix-convolution/compare/v0.5.2...v1.0.0) (2021-03-24) | ||
### Bug Fixes | ||
* update dependencies ([4d25016](https://www.github.com/mljs/matrix-convolution/commit/4d2501602e8f5e0c0e8997ba2ddde08e88096c50)) | ||
### [0.5.2](https://www.github.com/mljs/matrix-convolution/compare/v0.5.1...v0.5.2) (2020-10-27) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "ml-matrix-convolution", | ||
"version": "0.5.2", | ||
"version": "1.0.0", | ||
"description": "Matrix convolution: It offers the direct and the fourier transform convolution", | ||
@@ -16,3 +16,3 @@ "main": "lib/index.js", | ||
"compile": "npm run prepublishOnly", | ||
"test": "npm run compile && npm run test-coverage && npm run eslint", | ||
"test": "npm run test-coverage && npm run eslint", | ||
"test-coverage": "jest --coverage", | ||
@@ -23,3 +23,3 @@ "test-only": "jest" | ||
"type": "git", | ||
"url": "https://github.com/mljs/convolution.git" | ||
"url": "https://github.com/mljs/matrix-convolution.git" | ||
}, | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/mljs/convolution/issues" | ||
"url": "https://github.com/mljs/matrix-convolution/issues" | ||
}, | ||
@@ -49,20 +49,16 @@ "jest": { | ||
}, | ||
"homepage": "https://github.com/mljs/convolution#readme", | ||
"homepage": "https://github.com/mljs/matrix-convolution#readme", | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.12.1", | ||
"@types/jest": "^26.0.15", | ||
"eslint": "^7.12.0", | ||
"eslint-config-cheminfo": "^5.2.2", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jest": "^24.1.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"jest": "^26.6.1", | ||
"@babel/plugin-transform-modules-commonjs": "^7.13.8", | ||
"@types/jest": "^26.0.21", | ||
"eslint": "^7.22.0", | ||
"eslint-config-cheminfo": "^5.2.3", | ||
"jest": "^26.6.3", | ||
"jest-matcher-deep-close-to": "^2.0.1", | ||
"prettier": "^2.1.2", | ||
"rollup": "^2.32.1" | ||
"prettier": "^2.2.1", | ||
"rollup": "^2.42.3" | ||
}, | ||
"dependencies": { | ||
"ml-fft": "1.3.5", | ||
"ml-stat": "^1.3.3" | ||
"ml-fft": "1.3.5" | ||
} | ||
} |
# ml-matrix-convolution | ||
[![NPM version][npm-image]][npm-url] | ||
[![build status][travis-image]][travis-url] | ||
[![David deps][david-image]][david-url] | ||
[![npm download][download-image]][download-url] | ||
matrix convolution | ||
[![NPM version][npm-image]][npm-url] | ||
[![build status][ci-image]][ci-url] | ||
[![Test coverage][codecov-image]][codecov-url] | ||
[![npm download][download-image]][download-url] | ||
Matrix convolution. | ||
## Installation | ||
```bash | ||
$ npm install ml-matrix-convolution | ||
```console | ||
npm i ml-matrix-convolution | ||
``` | ||
@@ -37,3 +37,3 @@ | ||
console.log({conv1, conv2}); // both should be equal | ||
console.log({ conv1, conv2 }); // both should be equal | ||
``` | ||
@@ -45,5 +45,9 @@ | ||
[npm-image]: https://img.shields.io/npm/v/ml-matrix-convolution.svg?style=flat-square | ||
[npm-image]: https://img.shields.io/npm/v/ml-matrix-convolution.svg | ||
[npm-url]: https://npmjs.org/package/ml-matrix-convolution | ||
[download-image]: https://img.shields.io/npm/dm/ml-matrix-convolution.svg?style=flat-square | ||
[download-url]: https://npmjs.org/package/ml-matrix-convolution | ||
[codecov-image]: https://img.shields.io/codecov/c/github/mljs/matrix-convolution.svg | ||
[codecov-url]: https://codecov.io/gh/mljs/matrix-convolution | ||
[ci-image]: https://github.com/mljs/matrix-convolution/workflows/Node.js%20CI/badge.svg?branch=master | ||
[ci-url]: https://github.com/mljs/matrix-convolution/actions?query=workflow%3A%22Node.js+CI%22 | ||
[download-image]: https://img.shields.io/npm/dm/ml-matrix-convolution.svg | ||
[download-url]: https://npmjs.org/package/ml-matrix-convolution |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16702
1
8
0
52
0
- Removedml-stat@^1.3.3
- Removedml-stat@1.3.3(transitive)