Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

64 lines (40 loc) · 2.56 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.

1.0.2 (2025-01-14)

♻️ Refactoring

  • use optional chaining & nullish coalescing (c5a0a13)

0.2.92 (2024-02-22)

♻️ Refactoring

  • update object destructuring in all pkgs & examples (f36aeb0)

0.2.68 (2023-11-09)

♻️ Refactoring

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

0.2.65 (2023-10-27)

♻️ Refactoring

0.2.47 (2023-08-12)

♻️ Refactoring

  • update .probability() call sites in various pkgs (c8c8141)

0.2.0 (2022-06-11)

🚀 Features

  • add probabilities, update options (97e6b4d)
    • add cell update probabilities
    • add updateProbabilistic()
    • extract computeCell()
    • add UpdateImageOpts1D, update updateImage()
    • replace clearCurrent() => clearTarget()

0.1.0 (2022-06-09)

🚀 Features

  • import as new pkg (aaec2ed)
  • update setPattern/setNoise() (2ef2013)
    • add support to operate on diff target buffers (cells/mask)
  • add kernel presets, simplify CASpec1D (3ee4a25)