2.2.0 (2026-01-10)
- update dependencies and improve return type of filterXY (e361f19)
2.1.0 (2025-09-17)
- ignore empty filters (08da5f9)
2.0.0 (2025-06-16)
- The JSON schema must now be imported like this:
import filterXY from 'ml-signal-processing/FilterXYSchema.json' with { type: 'json' }; - switch to esm-only and update
ml-gsd(#25)
1.2.0 (2024-11-14)
- add setMinX setMaxX setMinY setMaxY (abbf225)
1.1.1 (2024-10-10)
- allow to import JSON schema as JS module (a9e3c8f)
1.1.0 (2024-10-09)
- add reverseIfNeeded (d728498)
1.0.4 (2024-03-07)
- update dependencies (beebf51)
1.0.3 (2023-03-24)
- update ml-spectra-processing (ace1fb5)
1.0.2 (2022-11-29)
- add schema in release (9e6a482)
1.0.1 (2022-11-25)
- update dependencies (4482264)
1.0.0 (2022-11-25)
- calibrateX if not enough peaks found (403bbba)
- release v1 (9fb2498)
0.5.2 (2022-05-06)
- calibrateX didn't move the x axis in the right direction (7504497)
0.5.1 (2022-05-06)
- calibrateX should return an object containing data (cc9b8df)
0.5.0 (2022-05-06)
- add calibrateX (dcddad5)
- add paretoNormalization (a0f7c15)
- add xFunction (ebd44ed)
- add yFunction (60dad5e)
- build and publish schema (c418388)
- expose types (3e54883)
0.4.0 (2022-04-12)
- change code to allow filterXY to return logs (cf158c7)
- display eslint rule (c6557cd)
0.3.0 (2022-04-11)
- rename FilterType to FilterXYType (7144e89)
- export FilterXFilter (8a3978e)
0.2.0 (2022-04-11)
- add filterX and update dependency (5cc1af7)