Skip to content

Releases: lily-mosquitoes/image-recovery

v0.3.1

07 Aug 20:19
33f9c43
Compare
Choose a tag to compare

Changelog

v0.3.1 (2023-08-07)

Features

v0.3.0

07 Aug 19:05
9b2019b
Compare
Choose a tag to compare

Changelog

v0.3.0 (2023-08-07)

Re-exports ndarray

v0.2.0

07 Aug 18:15
5bc8f94
Compare
Choose a tag to compare

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)

v0.1.0

18 Apr 02:56
Compare
Choose a tag to compare
  • Implementation of denoising algorithms, single and multichannel variants

See the docs