Skip to content

Releases: JuliaAstro/WCS.jl

v0.6.2

26 Aug 19:06
642887f
Compare
Choose a tag to compare

WCS v0.6.2

Diff since v0.6.1

Merged pull requests:

v0.6.1

17 Feb 10:44
6ddf3d5
Compare
Choose a tag to compare

WCS v0.6.1

Diff since v0.6.0

Closed issues:

  • cutout2D feature request (#36)

Merged pull requests:

v0.6.0

07 Jan 18:48
ae3502a
Compare
Choose a tag to compare

WCS v0.6.0

Diff since v0.5.1

Merged pull requests:

v0.5.1

07 Jan 03:03
6939654
Compare
Choose a tag to compare

WCS v0.5.1

Diff since v0.5.0

Merged pull requests:

v0.5.0

06 Nov 19:33
Compare
Choose a tag to compare
Release v0.5.0

v0.4.0

16 Sep 14:54
Compare
Choose a tag to compare
  • 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

06 Sep 18:53
Compare
Choose a tag to compare
  • 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

08 Aug 16:30
Compare
Choose a tag to compare
  • Drop support for Julia 0.4
  • Clear deprecation warnings in Julia 0.6, master
  • Thread safety fix in WCSTransform()