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: