Skip to content

Commit 2cb02b4

Browse files
authored
chore: release 0.4.2 (#4)
1 parent d445e31 commit 2cb02b4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
### 0.4.2 (2020-10-27)
4+
5+
6+
### Features
7+
8+
* KernelFactory.LoG A laplacian of gaussian kernel factory for convolution ([c11d393](https://www.github.com/mljs/matrix-convolution/commit/c11d393e77d2472de58671cc281f67d6c1190bdf))
9+
* matrix2Array function ([c17a647](https://www.github.com/mljs/matrix-convolution/commit/c17a647d5e7946e52e14e7c4fd3ed7a76742c52e))
10+
11+
12+
### Bug Fixes
13+
14+
* in convolutionFFT ([663525b](https://www.github.com/mljs/matrix-convolution/commit/663525b96d77b36cf301fceec52261d9899aeb68))
15+
* in convolutionFFT ([ab478f2](https://www.github.com/mljs/matrix-convolution/commit/ab478f2a5a038f5953e434646f6a7c3a698dce59))
16+
* rollup config ([539dbe7](https://www.github.com/mljs/matrix-convolution/commit/539dbe700ad4505c6be2b531e7805d5e43b446f3))
17+
* update doc and fix rollup config ([11949a9](https://www.github.com/mljs/matrix-convolution/commit/11949a97d59c07f05145f48c0bb9f19f25d8f12a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-matrix-convolution",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Matrix convolution: It offers the direct and the fourier transform convolution",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)