Skip to content

v0.2.0

Compare
Choose a tag to compare
@lily-mosquitoes lily-mosquitoes released this 07 Aug 18:15
· 9 commits to main since this release
5bc8f94

Changelog

v0.2.0 (2023-08-07)

⚠ BREAKING CHANGE

  • new api for library use

Features

  • implemented new imagearray struct with associated traits as main library
    object, changes denoise solver to use the new struct and operations
    (4c11776)
  • image_array: implement ImageArray as concrete type over trait
    DifferentiableArray
    (db8462e)
  • differentiable_array: create new trait DifferentiableArray and implement
    for Array generically
    (46775c8)
  • add log crate; make print statement a debug log
    (2071911)