Skip to content

Releases: jobo322/apodization

v2.0.0

19 Jul 15:38
3da452d
Compare
Choose a tag to compare

2.0.0 (2022-07-19)

⚠ BREAKING CHANGES

  • WindowFunctions: group shape options
  • applyWindow: change input parameter
  • getData: accepts (number) => number

Features

  • add compose function to mix window functions (ffb7c84)
  • add getFunction (967c526)
  • applyWindow: change input parameter (9385428)
  • getData: accepts (number) => number (973bfe0)
  • WindowFunctions: group shape options (76aab52)

Bug Fixes

  • compose: use array of 1 to init window data. (e72de7b)
  • scale shape to max 1 (fa403ad)

v1.0.1

16 Jul 17:30
65ae499
Compare
Choose a tag to compare

1.0.1 (2022-07-16)

Bug Fixes

v1.0.0

16 Jul 17:15
ca36152
Compare
Choose a tag to compare

1.0.0 (2022-07-16)

Features

Bug Fixes