The following describes the most significant changes which
occurred in the AST library between versions V8.0.2 and V8.0.3:
- 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.
- The hypertext documentation is now generated using Tex4HT rather
than latex2html. The format of the hypertext docs has changed significantly.
- Another bug fix associated with reading CAR projections from
FITS-WCS headers.
- Constructor options strings of the form “..., "%s", text );”
can now be supplied. This avoids a security issue associated with the
alternative form “..., text );”.