Fix header initialization when ``use_full_header=True``
Updated package infrastructure
Remove unecessary print statement and reduce warnings
0.9.5
Add `target_shape` argument to `AVM.to_wcs()`
Fix compatibility with Python 3.8
0.9.4
Properly extract scale and rotation for arbitrary WCS objects.
0.9.3
Fix compatibility with Python 3.
Add a keyword argument ``xmp_packet_index`` in AVM.from_image, which can be used to indicate which XMP packet to load if there are multiple ones.
0.9.2
Fix compatibility with latest Astropy version. AVM.from_wcs now requires an image shape to be passed to set Spatial.ReferenceDimension, for recent versions of Astropy. [28]
0.9.1
Allow AVM meta-data to be read from any file format by simply searching for the XMP packet by scanning the file contents.