Skip to content

Releases: ptiede/Comrade.jl

v0.11.13

10 Jun 21:29
7b4ee54

Choose a tag to compare

Comrade v0.11.13

Diff since v0.11.12

Merged pull requests:

  • CompatHelper: bump compat for AdvancedHMC in [weakdeps] to 0.8, (keep existing compat) (#408) (@github-actions[bot])
  • Update documentation for BaselinePlot (#409) (@dominic-chang)
  • Add more flexible fluctuation code (#410) (@ptiede)

v0.11.12

15 May 14:15
89be649

Choose a tag to compare

Comrade v0.11.12

Diff since v0.11.11

  • Updated to DocumenterVitePress 0.2
  • Update to Pigeons 0.5
  • Remove ForwardDiff as a dep
  • Change the default admode to use Enzyme'
  • Make an intelligent heuristic for selecting the type of transformation to do in Optimization extension

Merged pull requests:

Closed issues:

  • Standardize the multifrequency and multisource data format and model interface (#343)
  • Make plotting model closures less cumbersome (#403)
  • Calling dimension on post always returns one (#404)

v0.11.11

18 Mar 22:05
55c5258

Choose a tag to compare

Comrade v0.11.11

Diff since v0.11.10

  • Fixed small plotting bugs
  • Tweaked how Disk sampling works to try to help the GC out.

v0.11.10

13 Mar 01:28
0e6a375

Choose a tag to compare

Comrade v0.11.10

Diff since v0.11.9

  • Fixed labels bug in plotcaltable
  • Fixed add_fractional_noise for Coherencies when feeds are missing.

v0.11.9

07 Mar 03:34
65aeca9

Choose a tag to compare

Comrade v0.11.9

Diff since v0.11.8

  • Update to AdvancedHMC 0.7
  • Switch instrument transform to a loop to prevent Enzyme allocation on reverse pass
  • add_fractional_noise now works with Closures.

Merged pull requests:

  • Add fractional noise to closures (#397) (@ptiede)
  • Switch instrument transform to an explicit lop (#398) (@ptiede)
  • CompatHelper: bump compat for AdvancedHMC in [weakdeps] to 0.7, (keep existing compat) (#399) (@github-actions[bot])

v0.11.8

27 Feb 15:26

Choose a tag to compare

Comrade v0.11.8

Diff since v0.11.7

  • Update to ComradeBase 0.9 (rotated grids now possible)
  • Don't reorder coherencies because of eht-imaging issues

Merged pull requests:

Closed issues:

  • ascube function causing an error (#392)

v0.11.7

04 Feb 01:50
3d5fdfc

Choose a tag to compare

Comrade v0.11.7

Diff since v0.11.6

  • @erandichavez rewrote the plotting interface, and now Makie can automatically plot everything!
  • All tutorials now use the new plotting interface and Makie0.22

Merged pull requests:

  • adding dataplots.jl (#385) (@erandichavez)
  • CompatHelper: bump compat for Makie in [weakdeps] to 0.22, (keep existing compat) (#387) (@github-actions[bot])
  • Switch the plotting for all examples to Makie (#388) (@ptiede)
  • CompatHelper: add new compat entry for RecipesBase at version 1, (keep existing compat) (#389) (@github-actions[bot])
  • CompatHelper: add new compat entry for Measurements at version 2, (keep existing compat) (#390) (@github-actions[bot])

Closed issues:

  • Multi-frequency support (#280)

v0.11.6

30 Jan 03:56
d177e31

Choose a tag to compare

Comrade v0.11.6

Diff since v0.11.5

  • Fixed dumb bug in mf instrument modeling

Merged pull requests:

v0.11.5

27 Dec 19:36
fa08071

Choose a tag to compare

Comrade v0.11.5

Diff since v0.11.4

  • Added experimental multdomain modeling support
  • Improved speed for threaded extensions
  • Added Adapt for LazySlice so that it executes on the GPU automatically

v0.11.4

23 Dec 04:08
9df1825

Choose a tag to compare

Comrade v0.11.4

Diff since v0.11.3

  • Added proper frequency tracking for the instrumental modeling
  • Added frequency tracking in CalTable
  • Fixed a large number of quirks and inconsistencies in SiteArray
  • Updated to Enzyme 0.13 generic
  • Updated to Pyehtim 0.2

Merged pull requests:

  • Multifrequency support for instrument modeling (#383) (@ptiede)