Releases: JuliaAstro/FITSIO.jl
Releases · JuliaAstro/FITSIO.jl
v0.16.6
FITSIO v0.16.6
Closed issues:
Merged pull requests:
v0.16.5
FITSIO v0.16.5
Merged pull requests:
v0.16.4
FITSIO v0.16.4
Closed issues:
Merged pull requests:
v0.16.2
FITSIO v0.16.2
Closed issues:
Merged pull requests:
- Added method to get default header for
AbstractArray
(#140) (@siddharthlal25) - import required functions from CFITSIO (#142) (@aplavin)
- Run tests on armv7l with Julia v1.3 and v1.4.1 (#143) (@giordano)
- minor readme fix and bumped version (#145) (@siddharthlal25)
v0.16.1
FITSIO v0.16.1
v0.16.0
v0.15.0
FITSIO v0.15.0
Closed issues:
- Modifying an image in a FITS file (#116)
- Make HDU types parametric (#119)
- URL input (#123)
- Add support for reading and writing complex arrays by reinterpreting the elements as pairs of floating point ones (#129)
- Dependency compatibility bounds are too loose (#130)
Merged pull requests:
- Write data to an existing image HDU (#117) (@evgenyneu)
- Add Drone CI scripts (#118) (@giordano)
- Upgrade to CFITSIO 3.47 (#121) (@giordano)
- Added a method to read an image into a pre-allocated array (#122) (@jishnub)
- Extend
getkey
forFITSHeader
(#124) (@emmt) - Install TagBot as a GitHub Action (#127) (@JuliaTagBot)
- Read and write complex arrays + limit compat version bounds (#131) (@jishnub)
- Some improvements to CI (#132) (@giordano)
- read and write StridedArrays as images (#134) (@jishnub)
- Doc fix for Public API of
header.jl
(#136) (@siddharthlal25)
v0.14.0
- Julia v1.0 is required.