We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d728498 commit 9bfc38dCopy full SHA for 9bfc38d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.1.0](https://github.com/mljs/signal-processing/compare/v1.0.4...v1.1.0) (2024-10-09)
4
+
5
6
+### Features
7
8
+* add reverseIfNeeded ([d728498](https://github.com/mljs/signal-processing/commit/d72849801e96423d12446399f674aa7271bf11ef))
9
10
## [1.0.4](https://github.com/mljs/signal-processing/compare/v1.0.3...v1.0.4) (2024-03-07)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-signal-processing",
- "version": "1.0.4",
+ "version": "1.1.0",
"description": "Process data in the form of {x:[], y:[]}",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments