Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

56 lines (35 loc) · 2.22 KB

Change Log

All notable changes to this project will be documented in this file. 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.

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)