Skip to content

v0.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 18:28
· 22 commits to master since this release

AstroImages v0.4.2

Diff since v0.4.1

Bug fixes

  • colormap argument cmap is once again handled correctly in the implot recipe
  • writefits (used by save(img.fits)) fix for an AstroImage wrapping another AstroImage
  • header values looked up via img["KEY1"] are asserted to a small union of types, which are the only types acceptable as FITS values anyways
  • Base.haskey forward to header as intended