Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 1.23 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.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)