Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 18:16
· 200 commits to main since this release

Comrade v0.10.0

Diff since v0.9.4

  • Breaking Instrument modeling has been rewritten to remove the need for a user to construct the cache
  • Breaking Jones models are now specified structurally and computed when the array is actually set
  • Breaking Now use VLBISkyModels 0.5 and ComradeBase 0.7
  • Breaking Posterior has been renamed VLBIPosterior
  • Breaking RadioLikelihood has been removed. Now the user must construct the SkyModel and InstrumentModel
  • Breaking caltable now only accepts the newly formed SiteArray
  • Breaking residual(s)/chi2 now work on the VLBIPosterior object directly.
  • Breaking all interface packages are now extensions. See docs for explicit new names
  • Breaking optimization is now done with the comrade_opt function.
  • The prior is now evaluated with Enzyme and a few new rules have been added
  • The priors are now specified with just NamedTuples and are converted to distributions internally

Merged pull requests:

  • Complete refactor and rewrite of instrument modeling (#346) (@ptiede)
  • Bump julia-actions/cache from 1 to 2 (#350) (@dependabot[bot])

Closed issues:

  • 2 station array with FixedSeg breaks the JonesModel (#303)
  • Allow for station->time ordering for gain design matrix (#305)
  • Roadmap to 0.11 (#341)