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 0b08c68 commit c3d843cCopy full SHA for c3d843c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.1.0](https://github.com/mljs/signal-processing/compare/v2.0.0...v2.1.0) (2025-09-17)
4
+
5
6
+### Features
7
8
+* ignore empty filters ([08da5f9](https://github.com/mljs/signal-processing/commit/08da5f9ae6c7e5226f82a0334420ca6e25ee5e4c))
9
10
## [2.0.0](https://github.com/mljs/signal-processing/compare/v1.2.0...v2.0.0) (2025-06-16)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-signal-processing",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "Process data in the form of {x:[], y:[]}",
"type": "module",
"exports": {
0 commit comments