Releases: JuliaAstro/FITSFiles.jl
Releases · JuliaAstro/FITSFiles.jl
Release list
v0.3.2
FITSFiles v0.3.2
Breaking changes
Modified HIERARCH keyword regex to adhere to The ESO HIERARCH Keyword Conventions by allowing keywords to contain underscore and hyphen characters.
Merged pull requests:
- Replace FITSFiles.parse with Base.parse (#22) (@fjebaker)
- Update regex for key to allow underscores and dashes for HIERARCH keys (#23) (@Astro-mh)
- Update Project.toml (#24) (@barrettp)
Closed issues:
- Type conversions in
ImageField(#19)