Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 16:08
760ea34

AbstractImageReconstruction v0.4.0

Diff since v0.3.6

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:

  • Investigate isready and lock for algorithms (#10)
  • Use Radon example to implement tests for RecoPlans (#11)
  • Consider AbstractTrees.jl interface for RecoPlan (#15)