Releases: JuliaAstro/CFITSIO.jl
Releases · JuliaAstro/CFITSIO.jl
v1.4.1
CFITSIO v1.4.1
Diff since v1.4.0
Closed issues:
- What if we just permuted the data (#7)
Merged pull requests:
v1.3.0
CFITSIO v1.3.0
Diff since v1.2.0
Merged pull requests:
- Add diskfile functions that do not use extended filename parser (#9) (@jishnub)
- More methods accept tuples of pixels instead of vectors (#10) (@jishnub)
- Add fits_resize_img (#11) (@jishnub)
- Automatically remove temporary files in tests (#12) (@jishnub)
v1.2.0
CFITSIO v1.2.0
Diff since v1.1.1
Merged pull requests:
- Add read/write functions for null values + delete HDU (#6) (@jishnub)
- read/write images without temporary allocations (#8) (@jishnub)
v1.1.0
CFITSIO v1.1.0
Diff since v1.0.0
Closed issues:
- Is there a reason for not having CFITSIO for Julia 1.0, 1.1 and 1.2? (#2)
Merged pull requests:
- Avoid infinite loop with something like
type_from_bitpix(32)
(#1) (@emmt)
- print detailed CFITSIO error message (#3) (@jishnub)