v0.4.0
- Drop support for Julia 0.6
- The syntax to access properties of a
WCSTransform
object has been changed fromwcs[:ctype]
to the more familiarwcs.ctype
. Likewise, the new syntax to set these properties iswcs.ctype = foo
. The old syntaxes are still available but deprecated, they will be completely removed in a future version of the package.