- Last updated: 2025-01-23T13:39:11Z
- Generator: thi.ng/monopub
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)
- migrate types from @thi.ng/geom-api (0776820)
- BREAKING CHANGE: migrate/internalize types from @thi.ng/geom-api
- add/migrate Convexity
- update imports
- update deps
- add convolveClosed/Open() functions, incl. kernels (4e1d53f)
- add convolveClosed() & convolveOpen()
- add convolution kernel factories:
- KERNEL_BOX()
- KERNEL_TRIANGLE()
- KERNEL_GAUSSIAN()
- 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)
- add complexCenterOfWeight2() (9b38f31)
2.3.112 (2024-04-20)
- update type usage (7f59e91)
2.3.70 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
2.3.6 (2022-08-06)
- update vector fns (1ac507f)
2.3.0 (2022-06-23)
- add boundingCircle/Sphere() (2f9ff9a)
- avoid destructuring in boundingCircle/Sphere() (c46836c)
2.2.0 (2022-03-11)
- add bounds2/3() fns (2385eb0)
- fix equilateralTriangle2() (c37c27e)