Releases: JuliaImageRecon/AbstractImageReconstruction.jl
Releases · JuliaImageRecon/AbstractImageReconstruction.jl
v0.5.4
AbstractImageReconstruction v0.5.4
v0.5.3
AbstractImageReconstruction v0.5.3
Merged pull requests:
Closed issues:
- Warn if
setAll!
can not set a parameter (#18)
v0.5.2
AbstractImageReconstruction v0.5.2
v0.5.1
AbstractImageReconstruction v0.5.1
Merged pull requests:
v0.5.0
AbstractImageReconstruction v0.5.0
Breaking changes
- Removed module based plan loading/storing, now only filenames or IOs are accepted as arguments
v0.4.0
AbstractImageReconstruction v0.4.0
Breaking Changes
Changed the interface and expected runtime behaviour of algorithms
- Added type hierarchy for RecoPlans and UtilityParameters such as Caching
- Added lock/unlock, wait and isready as expected functions of an algorithm
- Moved listener logic to use Observables
Other
Furthermore, we've added more documentation and tests
Merged pull requests:
- Add documentation (#8) (@nHackel)
- Move from custom listeners logic to observables (#12) (@nHackel)
- Add algorithm locking for thread-safety (#13) (@nHackel)
- Abstract type hierarchy for RecoPlans and Utility Parameters (#16) (@nHackel)
- Implement AbstractTree interface (#17) (@nHackel)
Closed issues: