Releases: MagneticParticleImaging/MPIReco.jl
Releases · MagneticParticleImaging/MPIReco.jl
v0.9.1
MPIReco v0.9.1
Merged pull requests:
- Fix linkedproperties in sparse reco plan (#92) (@nHackel)
- Update MPIReco documentation (#93) (@nHackel)
- CompatHelper: bump compat for Dagger in [weakdeps] to 0.19, (keep existing compat) (#94) (@github-actions[bot])
- Add low level reconstruction algorithm (#95) (@nHackel)
- Add callbacks to reconstruction methods (#97) (@nHackel)
- Fix errors in callbacks (#98) (@nHackel)
v0.9.0
MPIReco v0.9.0
Breaking changes
- Make module list for plan loading extendable, both by other packages and environment variables
- Mark old reconstruction interface as deprecated
Bug fixes
- Make RecoPlans relocatable, allowing for PackageCompiler compilation
- Fix reconstruction error for reconstructions with weighting and with caching enabled
Features
- Allow caching of composite weighting
- Extendable module list
MPIRecoPlan
function to load recoplans.- tfCorrection parameter was added in the appropriate processing steps
- Cache resizing and emptying both on a module and individual plan level are now possible
Merged pull requests:
- Add tfCorrection parameter (#72) (@nHackel)
- Add extendable module list for reco plan loading (#74) (@nHackel)
- Allow caching for composite weighting strategies (#75) (@nHackel)
- Add parameters to control randomized and greedy randomized Kacz. (#76) (@nHackel)
- Add deprecation warnings for
reconstruction
methods (#77) (@nHackel) - Add DSP 0.8 compat (#78) (@nHackel)
- Make RecoPlans relocatable (#84) (@nHackel)
- Nh/mpirecoplan (#85) (@nHackel)
- Fix inplace weighting of reconstructions (#86) (@nHackel)
- Environment variables for reco plan handling (#87) (@nHackel)
- Allow emptying of caches within a recoplan (#88) (@nHackel)
Closed issues:
- Track loadPlan modules as global vector to which other packages can
push!
(themselves) (#65) - Add tfCorrection as plan parameter (#68)
- Add caching to each weighting in compositeweighting (#69)
- Add randomized Kaczmarz options (#70)
- Mark old interface as deprecated (#71)
- Repeated recos with weights give wrong result when caching (#83)
v0.8.2
MPIReco v0.8.2
Merged pull requests:
v0.8.1
v0.8.0
MPIReco v0.8.0
Breaking changes
- Update to new AbstractImageReconstruction interface (locking behaviour for algorithms)
- Disable Caching by default
- Update plans to new observables interface
New features
- Added support distributed reconstructions (both whole algorithms as well as partial processing steps)
Merged pull requests:
v0.7.6
v0.7.5
MPIReco v0.7.5
Merged pull requests:
v0.7.4
MPIReco v0.7.4
Merged pull requests:
v0.7.3
MPIReco v0.7.3
Merged pull requests:
v0.7.2
MPIReco v0.7.2
Merged pull requests: