Skip to content

Releases: mljs/signal-processing

v2.1.0

17 Sep 11:43
c3d843c

Choose a tag to compare

2.1.0 (2025-09-17)

Features

v2.0.0

16 Jun 10:30
5e78012

Choose a tag to compare

2.0.0 (2025-06-16)

⚠ BREAKING CHANGES

  • 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)

Bug Fixes

  • expose FilterXYSchema.json in exports (#27) (8cf34d0)

Code Refactoring

  • switch to esm-only and update ml-gsd (#25) (eca5d21)

v1.2.0

14 Nov 14:33
ef3797e

Choose a tag to compare

1.2.0 (2024-11-14)

Features

  • add setMinX setMaxX setMinY setMaxY (abbf225)

v1.1.1

10 Oct 14:55
42da80f

Choose a tag to compare

1.1.1 (2024-10-10)

Bug Fixes

  • allow to import JSON schema as JS module (a9e3c8f)

v1.1.0

09 Oct 10:46
9bfc38d

Choose a tag to compare

1.1.0 (2024-10-09)

Features

v1.0.4

07 Mar 15:05
08b3c40

Choose a tag to compare

1.0.4 (2024-03-07)

Bug Fixes

v1.0.3

24 Mar 14:42
50049e3

Choose a tag to compare

1.0.3 (2023-03-24)

Bug Fixes

  • update ml-spectra-processing (ace1fb5)

v1.0.2

29 Nov 06:17
0ff7805

Choose a tag to compare

1.0.2 (2022-11-29)

Bug Fixes

v1.0.1

25 Nov 09:32
b615e9b

Choose a tag to compare

1.0.1 (2022-11-25)

Bug Fixes

Documentation

v1.0.0

25 Nov 08:52
5fb976c

Choose a tag to compare

1.0.0 (2022-11-25)

Bug Fixes

  • calibrateX if not enough peaks found (403bbba)

Miscellaneous Chores