2011-01-12 Tim Jenness * Build.PL: Use Module::Build 2009-02-09 Tim Jenness ---- Release V0.99 CPAN ---- Lots and lots of fixes. 2007-07-24 Tim Jenness * AST.pm: Add TimeFrame and TimeMap * AST.xs: Add TimeFrame and TimeMap 2007-01-30 Tim Jenness * AST.xs: Fix region handling and add Polygon and Interval. 2006-04-10 Tim Jenness * AST.xs: Fix argument counting in PermMap, ShiftMap and LutMap 2005-09-22 Tim Jenness * README: Update for v0.04 * AST.xs: Fixed introduction of astLinearApprox. It actually turned up in v3.5 not v3.4 (well, the public interface did not get it until then). * AST.xs: For older AST (pre v4.0) a fortran compiler is required for linking against fortran SLA. Some compilers require a dummy MAIN_ definition (g95 on OS X). 2005-09-07 Tim Jenness * AST.xs: Add astTranP support. * arrays.c: Add nelem1D function to easily count size of input array regardless of ref to AV vs glob 2005-09-06 Tim Jenness * AST.pm (PickAxes): Now uses context to determine whether just the frame or both the frame and mapping should be returned (scalar or list context). * AST.xs: Add AST__CURRENT, AST__BASE and AST__NOFRAME constants. * AST.xs: PickAxes now always returns the new frame and the mapping. 2005-09-01 Brad Cavanagh * AST.pm: Add hooks for Storable to allow deep cloning of Starlink::AST objects via dclone(). 2005-03-04 Tim Jenness * Tk/Tk.pm: Extensive rewrite. Now mostly works and is consistent with the PGPLOT equivalent. Tk can not support rotated text. 2005-02-04 Tim Jenness * AST.xs: Fix return value when methods return null Ast objects. 2005-02-03 Tim Jenness * AST.xs: Fix Channel and XmlChan source functions. Sometimes the source function is triggered after object constructor. 2004-12-29 Tim Jenness ---- RELEASE v0.03 to CPAN ---- * AST.xs: Add Region support (including Box, Circle and Ellipse) * AST.xs: Support astPutCards if available * AST.xs: Add astEscapes * AST.xs: Add RateMap constructor * AST.xs: Add FluxFrame and SpecFluxFrame constructors 2004-12-28 Tim Jenness * Begin synchronizing with AST v3.5 * AST.xs: Add astKeyMap functions and constants * t/keymap.t: Add tests for astKeyMap * AST.xs: Allow module to compile with both variants of astRate. Now only returns the second derivative if the version of astRate supports that. * AST.xs: astSetFits methods for FitsChan * AST_ERR.xsh: Add new status codes: AST__REGIN, AST__BADOC, AST__MPGER, AST__MPIND