Skip to content

Latest commit

 

History

History
106 lines (59 loc) · 3.77 KB

File metadata and controls

106 lines (59 loc) · 3.77 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.

5.15.0 (2025-12-25)

🚀 Features

  • add fraction conversions, GCD, LCM (ee0e29a)

5.14.0 (2025-12-03)

🚀 Features

  • add polynomial() polynomialRegression(), gaussianElimination() (1cdae91)

5.13.0 (2025-10-24)

🚀 Features

  • add expRate() interpolation helper (bfe091c)

5.12.0 (2025-09-01)

🚀 Features

  • add mixTrilinear() (5914ced)
  • add/update interpolation fns (91e8fbd)
    • add defLanczos(), defMitchell()
    • add mixKernel4()
    • add interactive Desmos graphs
    • update docs

5.11.0 (2024-06-21)

🚀 Features

♻️ Refactoring

  • enforce uniform naming convention of internal functions (56992b2)

5.10.0 (2024-02-16)

🚀 Features

  • add fromDMS()/toDMS() conversions (1714067)

5.9.0 (2024-02-06)

🚀 Features

5.8.0 (2024-01-26)

🚀 Features

  • add signedPow(), add docs (5207ba3)

5.7.2 (2023-11-09)

♻️ Refactoring

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

5.7.0 (2023-10-27)

🚀 Features

5.6.0 (2023-08-24)

🚀 Features

5.5.0 (2023-07-14)

🚀 Features

  • add smoothStep01/smootherStep01() (152f93c)

5.4.4 (2023-03-02)

♻️ Refactoring

  • update sincos/cossin return types (ae5cd82)

5.4.0 (2023-01-10)

🚀 Features

  • add factorial. permutation/combination fns (965af0d)