Changes Introduced in V8.0.3

The following describes the most significant changes which occurred in the AST library between versions V8.0.2 and V8.0.3:

  1. Methods astRebin, astRebinSeq, astResample and astTranGridastTranGrid now report an error if an array is specified that has more pixels than can be counted by a 32 bit integer.
  2. The hypertext documentation is now generated using Tex4HT rather than latex2html. The format of the hypertext docs has changed significantly.
  3. Another bug fix associated with reading CAR projections from FITS-WCS headers.
  4. Constructor options strings of the form “..., "%s", text );” can now be supplied. This avoids a security issue associated with the alternative form “..., text );”.