Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 3.25 KB

File metadata and controls

78 lines (48 loc) · 3.25 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2023-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.1.8 (2025-12-03)

♻️ Refactoring

  • update for-loops (use const where possible) (5ceaf1a)

3.1.0 (2025-10-24)

🚀 Features

3.0.41 (2025-04-16)

♻️ Refactoring

  • minor internal optimizations (vector ops) (c5ff1ae)

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)

🧪 Tests

  • update/refactor tests to use bun test runner (8f6edb1)
  • update/rename test files/imports (still many broken) (1cb3c49)