-------------
* Added the astSED module.
* Fixed bug in astImages.clipImageSectionWCS, where if returnWCS = False, didn't return data.
* Added NUMPY_MODE to astWCS and enabled it by default (i.e., WCS pixel coordinates are now zero indexed).
* Tidied up astImages clipping routines - now return dictionaries with keys 'data', 'wcs' (instead of
'clippedData', 'clippedWCS' as previously). Also, clipping routines can now clip rectangles if given
a list in format [width, height].
* Removed astPlots finderChart, contourOverlayChart macros and replaced them with a new ImagePlot class.
This has a much better, simpler but more flexible interface with several new features (e.g. overplotting
objects with RA, dec. coords).
* Now raising exceptions rather than printing error messages and exiting when things go wrong.
* Added several new miscellaneous functions across the modules.
* Added new example scripts.
* Added a warning about potential locale problems for locales where decimal point separator is not '.'.