Skip to content

Releases: JuliaAstro/FITSIO.jl

v0.16.6

12 Jan 20:52
e69d9b8
Compare
Choose a tag to compare

FITSIO v0.16.6

Diff since v0.16.5

Closed issues:

  • Is FITSIO compatible with SharedArrays ? (#114)
  • Deal with square brackets in filename (#157)

Merged pull requests:

v0.16.5

26 Dec 23:08
f36b110
Compare
Choose a tag to compare

FITSIO v0.16.5

Diff since v0.16.4

Merged pull requests:

  • Fix the link to dev docs in Readme (#152) (@jishnub)
  • CompatHelper: bump compat for "Reexport" to "1.0" (#153) (@github-actions[bot])

v0.16.4

17 Dec 21:47
51e4c6a
Compare
Choose a tag to compare

FITSIO v0.16.4

Diff since v0.16.2

Closed issues:

  • Obtain eltype without reading the array (#147)
  • TagBot trigger issue (#149)

Merged pull requests:

v0.16.2

05 Aug 22:31
04235f7
Compare
Choose a tag to compare

FITSIO v0.16.2

Diff since v0.16.1

Closed issues:

  • Tag a new version (#137)
  • getindex(FITS, String) does not work (#141)

Merged pull requests:

v0.16.1

02 Aug 22:31
b700786
Compare
Choose a tag to compare

FITSIO v0.16.1

Diff since v0.16.0

v0.16.0

02 Aug 22:31
e1cc73a
Compare
Choose a tag to compare

FITSIO v0.16.0

Diff since v0.15.0

Merged pull requests:

v0.15.0

01 Jul 22:31
bbe6f77
Compare
Choose a tag to compare

FITSIO v0.15.0

Diff since v0.14.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:

v0.14.0

06 May 12:50
Compare
Choose a tag to compare
  • Julia v1.0 is required.

v0.13.0

11 Jan 20:47
Compare
Choose a tag to compare
Release v0.13.0

v0.12.0

17 Sep 22:56
Compare
Choose a tag to compare
  • Drop support for Julia 0.5.
  • Column names in FITS files are now case sensitive by default. Functions read(hdu, colname) and Libcfitsio.fits_get_colnum have a new optional keyword, case_sensitive, which is true by default.