Releases: EHTJulia/VLBISkyModels.jl
Releases · EHTJulia/VLBISkyModels.jl
v0.6.3
v0.6.2
VLBISkyModels v0.6.2
- small fixes to reduce ambiguity errors
Merged pull requests:
v0.6.1
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)
v0.5.8
v0.5.7
VLBISkyModels v0.5.7
Switched to expand_dimensions for Makie0.21
Merged pull requests:
v0.5.6
VLBISkyModels v0.5.6
v0.5.5
VLBISkyModels v0.5.5
- Small bug fixes in plotting (really DimensionalData's fault...)
v0.5.4
v0.5.3
VLBISkyModels v0.5.3
- Simplify StokesIntensityMap internals
- Add some
Enzyme.inactive
s