Skip to content

Releases: JuliaAstro/WCS.jl

v0.6.3

Choose a tag to compare

@icweaver icweaver released this 14 Nov 23:46

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 26 Aug 19:06
642887f

WCS v0.6.2

Diff since v0.6.1

Merged pull requests:

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 17 Feb 10:44
6ddf3d5

WCS v0.6.1

Diff since v0.6.0

Closed issues:

  • cutout2D feature request (#36)

Merged pull requests:

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 18:48
ae3502a

WCS v0.6.0

Diff since v0.5.1

Merged pull requests:

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 07 Jan 03:03
6939654

WCS v0.5.1

Diff since v0.5.0

Merged pull requests:

v0.5.0

Choose a tag to compare

@giordano giordano released this 06 Nov 19:33
Release v0.5.0

v0.4.0

Choose a tag to compare

@giordano giordano released this 16 Sep 14:54
  • Drop support for Julia 0.6
  • The syntax to access properties of a WCSTransform object has been changed from wcs[:ctype] to the more familiar wcs.ctype. Likewise, the new syntax to set these properties is wcs.ctype = foo. The old syntaxes are still available but deprecated, they will be completely removed in a future version of the package.

v0.3.0: Set upper bound to required Julia version

Choose a tag to compare

@giordano giordano released this 06 Sep 18:53
  • Drop support for Julia 0.5
  • The relax keyword now defaults to accept all known non-standard keywords.
    The old default behavior can be obtained with relax=WCS.HDR_NONE.
  • Use BinaryProvider to install the binary dependency

v0.2.0

Choose a tag to compare

@kbarbary kbarbary released this 08 Aug 16:30
  • Drop support for Julia 0.4
  • Clear deprecation warnings in Julia 0.6, master
  • Thread safety fix in WCSTransform()