diff --git a/CHANGELOG.md b/CHANGELOG.md index 56335f1..d4c4f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## [v0.2.0](https://github.com/lily-mosquitoes/image-recovery/compare/v0.1.0...v0.2.0) (2023-08-07) +## [v0.3.0](///compare/v0.2.0...v0.3.0) (2023-08-07) + +## [v0.2.0](///compare/v0.1.0...v0.2.0) (2023-08-07) ### ⚠ BREAKING CHANGE @@ -10,15 +12,11 @@ ### Features * implemented new imagearray struct with associated traits as main library -object, changes denoise solver to use the new struct and operations -([4c11776](https://github.com/lily-mosquitoes/image-recovery/commit/4c117762cdd187f581f1f9da2d0100cefb083327)) +object, changes denoise solver to use the new struct and operations (4c11776) * **image_array:** implement ImageArray as concrete type over trait -DifferentiableArray -([db8462e](https://github.com/lily-mosquitoes/image-recovery/commit/db8462e3b25a0ee30be152658fd84b714ae29caa)) +DifferentiableArray (db8462e) * **differentiable_array:** create new trait DifferentiableArray and implement -for Array generically -([46775c8](https://github.com/lily-mosquitoes/image-recovery/commit/46775c8a836273110e0807826b7a2f78744dfe7f)) -* add log crate; make print statement a debug log -([2071911](https://github.com/lily-mosquitoes/image-recovery/commit/2071911328cfc10c01b88cab7330a5935cefcb4c)) +for Array generically (46775c8) +* add log crate; make print statement a debug log (2071911) ## v0.1.0 (2022-04-18)