Skip to content

Releases: EHTJulia/VLBISkyModels.jl

v0.6.3

25 Sep 14:22
0db82aa
Compare
Choose a tag to compare

VLBISkyModels v0.6.3

Diff since v0.6.2

  • Added support for DD 0.28
  • Switched to Enzyme 0.13
  • Reworked the multidomain nfft stuff to make it less allocating
  • Fixed the rule to work around memory view problems in the old rule

Merged pull requests:

v0.6.2

15 Sep 19:17
e6ca365
Compare
Choose a tag to compare

VLBISkyModels v0.6.2

Diff since v0.6.1

  • small fixes to reduce ambiguity errors

Merged pull requests:

v0.6.1

14 Sep 00:39
Compare
Choose a tag to compare

VLBISkyModels v0.6.1

Diff since v0.6.0

  • fix bug in plotting

v0.6.0

05 Sep 02:43
8cf6b75
Compare
Choose a tag to compare

VLBISkyModels v0.6.0

Diff since v0.5.8

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 and save_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:

Closed issues:

  • A bug of intensitymap! for dynamical or frequency-dependent models (#28)

v0.5.8

08 Aug 00:37
112bd7d
Compare
Choose a tag to compare

VLBISkyModels v0.5.8

Diff since v0.5.7

Merged pull requests:

  • Enable julia formatter (#52) (@ptiede)
  • Simplify NFFTAlg and default to tensor since it is allocation free (#55) (@ptiede)

v0.5.7

10 Jul 15:57
b24c33b
Compare
Choose a tag to compare

VLBISkyModels v0.5.7

Diff since v0.5.6

Switched to expand_dimensions for Makie0.21

Merged pull requests:

  • Add Johnson SU dist as a radial template (#51) (@ptiede)

v0.5.6

12 Jun 15:18
e7e0557
Compare
Choose a tag to compare

VLBISkyModels v0.5.6

Diff since v0.5.5

v0.5.5

12 Jun 14:16
26c8642
Compare
Choose a tag to compare

VLBISkyModels v0.5.5

Diff since v0.5.4

  • Small bug fixes in plotting (really DimensionalData's fault...)

v0.5.4

23 May 18:36
Compare
Choose a tag to compare

VLBISkyModels v0.5.4

Diff since v0.5.3

  • Upgrade to Makie0.21

v0.5.3

16 May 21:22
7baee58
Compare
Choose a tag to compare

VLBISkyModels v0.5.3

Diff since v0.5.2

  • Simplify StokesIntensityMap internals
  • Add some Enzyme.inactives