Releases: JuliaAstro/WCS.jl
Releases · JuliaAstro/WCS.jl
v0.6.2
v0.6.1
WCS v0.6.1
Closed issues:
- cutout2D feature request (#36)
Merged pull requests:
- add more info in Base.show (#42) (@guanyilun)
- give WCSTransform an abstract supertype (#44) (@xzackli)
v0.6.0
v0.5.1
WCS v0.5.1
Merged pull requests:
- Upgrade WCS to v6.2 (#24) (@giordano)
- Add script for Cirrus CI for testing on FreeBSD (#26) (@giordano)
- Upgrade to WCS 6.3 (#27) (@giordano)
- Use CirrusCI.jl script (#28) (@giordano)
- Test Travis and AppVeyor on Julia 1.1 - 1.3 (#29) (@giordano)
- Add Project.toml and remove REQUIRE (#30) (@giordano)
- Add scripts for testing with Drone CI (#31) (@giordano)
- Docs (#32) (@mileslucas)
- Install TagBot as a GitHub Action (#34) (@JuliaTagBot)
- Improve Thread/Interrupt Safety (#37) (@sefffal)
- add GHA CI and switch to artifacts (#38) (@mileslucas)
v0.5.0
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.
v0.3.0: Set upper bound to required Julia version
- 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 withrelax=WCS.HDR_NONE
. - Use BinaryProvider to install the binary dependency