Skip to content

Releases: mljs/signal-processing

v2.0.0

16 Jun 10:30
5e78012
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.1.0 (2024-10-09)

Features

v1.0.4

07 Mar 15:05
08b3c40
Compare
Choose a tag to compare

1.0.4 (2024-03-07)

Bug Fixes

v1.0.3

24 Mar 14:42
50049e3
Compare
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
Compare
Choose a tag to compare

1.0.2 (2022-11-29)

Bug Fixes

v1.0.1

25 Nov 09:32
b615e9b
Compare
Choose a tag to compare

1.0.1 (2022-11-25)

Bug Fixes

Documentation

v1.0.0

25 Nov 08:52
5fb976c
Compare
Choose a tag to compare

1.0.0 (2022-11-25)

Bug Fixes

  • calibrateX if not enough peaks found (403bbba)

Miscellaneous Chores

v0.5.2

06 May 09:45
f6c8dc8
Compare
Choose a tag to compare

0.5.2 (2022-05-06)

Bug Fixes

  • calibrateX didn't move the x axis in the right direction (7504497)