Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ml-matrix-convolution

Package Overview
Dependencies
Maintainers
6
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-matrix-convolution - npm Package Compare versions

Comparing version 0.5.2 to 1.0.0

7

CHANGELOG.md
# 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 @@

30

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc