Skip to content

Latest commit

 

History

History
81 lines (49 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

81 lines (49 loc) · 2.98 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

3.0.0 (2024-06-21)

🛑 Breaking changes

🚀 Features

  • add convolveClosed/Open() functions, incl. kernels (4e1d53f)
    • add convolveClosed() & convolveOpen()
    • add convolution kernel factories:
      • KERNEL_BOX()
      • KERNEL_TRIANGLE()
      • KERNEL_GAUSSIAN()

⏱ Performance improvements

  • rewrite bounds2() / bounds3() (00953e3)
    • use scalars vs. vector ops
    • add optional args to only process a subset of given points

2.4.0 (2024-05-08)

🚀 Features

  • add complexCenterOfWeight2() (9b38f31)

2.3.112 (2024-04-20)

♻️ Refactoring

2.3.70 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

2.3.6 (2022-08-06)

⏱ Performance improvements

2.3.0 (2022-06-23)

🚀 Features

  • add boundingCircle/Sphere() (2f9ff9a)

⏱ Performance improvements

  • avoid destructuring in boundingCircle/Sphere() (c46836c)

2.2.0 (2022-03-11)

🚀 Features

🩹 Bug fixes

  • fix equilateralTriangle2() (c37c27e)