Releases: EHTJulia/VLBISkyModels.jl
Releases · EHTJulia/VLBISkyModels.jl
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_fitsandsave_fitsas the main IO functions
Minor fixes
StokesIntensityMapis 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.inactives
v0.5.2
VLBISkyModels v0.5.2
- Added clean component reader
- Increased Makie verion
Merged pull requests:
v0.5.1
v0.5.0
VLBISkyModels v0.5.0
- Upgraded to ComradeBase@0.7
- Removed
modelimagefor a grid based non-analytic FFT formalism - Removed
StokesIntensityMapsince Enzyme is now used in the majority of the code - Added
FourierDualDomain - Renamed frequency from F->Fr and time from T->Ti
Merged pull requests:
- Breaking update to 0.5 and begin of journey to 1.0 (#43) (@ptiede)
- Bump julia-actions/setup-julia from 1 to 2 (#45) (@dependabot[bot])
- Bump actions/checkout from 2 to 4 (#46) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#48) (@dependabot[bot])