- When reading in a FITS file, the extension to be used can be specified. If it is not and there is no data in the primary extension, the first extension with data will be used.
- Set wcs attribute when reading from a FITS file that contains WCS keywords and write WCS keywords to header when converting to an HDU. [#195]
- Updated CCDData to use the new version of NDDATA in astropy v1.0. This breaks backward compatibility with earlier versions of astropy.
- Ensure
dtype
of combined images matches thedtype
of theCombiner
object. [#189]
- Added Changes to the docs [#183]
- Add a unit directly from BUNIT if it is available in the FITS header [#169]
- Relaxed the requirements on what the metadata must be. It can be anything dict-like, e.g. an astropy.io.fits.Header, a python dict, an OrderedDict or some custom object created by the user. [#167]
- Fixed a new-style formating issue in the logging [#170]
- Initial release.