We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d115a12 commit a41da8bCopy full SHA for a41da8b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.5.0](https://www.github.com/mljs/matrix-convolution/compare/v0.4.2...v0.5.0) (2020-10-27)
4
+
5
6
+### Bug Fixes
7
8
+* improve readme ([d115a12](https://www.github.com/mljs/matrix-convolution/commit/d115a12f657fd11520531ad36747ab2bf90e268c))
9
10
### 0.4.2 (2020-10-27)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-matrix-convolution",
- "version": "0.4.2",
+ "version": "0.5.0",
"description": "Matrix convolution: It offers the direct and the fourier transform convolution",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments