Releases: JuliaAstro/WCS.jl
Releases · JuliaAstro/WCS.jl
v0.6.3
What's Changed
- conversions: fix array sizes and return all outputs by @aplavin in #45
- Miscellaneous documentation/CI updates by @abhro in #49
- Bump codecov/codecov-action from 2 to 5 by @dependabot[bot] in #50
- Fix compathelper.yml by @abhro in #51
- Canonize by @icweaver in #52
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #53
- Updates for V0.6.3 by @icweaver in #55
New Contributors
- @dependabot[bot] made their first contribution in #50
- @icweaver made their first contribution in #52
Full Changelog: v0.6.2...v0.6.3
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
WCSTransformobject 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
relaxkeyword 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