v0.6.0
VLBISkyModels v0.6.0
Breaking
- Made a lot more operations in place so Zygote no longer is a valid AD backend
- VLBISkyModels is now only compatible with Enzyme as an AD engine
- ComradeBase.load is now removed so we added
load_fits
andsave_fits
as the main IO functions
Minor fixes
StokesIntensityMap
is gone since it is no longer needed for Zygote- Added time and frequency support for NFFT's
- Fixed convolution bug
Merged pull requests:
- Make system solely compatible with Enzyme (#54) (@ptiede)
- NFFT for space, time and frequency domain (#56) (@rohandahale)
- SingleStokes model (#57) (@ptiede)
- Correct convolved bug and add test (#59) (@ptiede)
Closed issues:
- A bug of
intensitymap!
for dynamical or frequency-dependent models (#28)