==========================
New Features
------------
astropy.nddata
^^^^^^^^^^^^^^
- ``NDArithmeticMixin`` check for matching WCS now works with
``astropy.wcs.WCS`` objects [4499, 4503]
Bug Fixes
---------
astropy.convolution
^^^^^^^^^^^^^^^^^^^
- Correct a bug in which ``psf_pad`` and ``fft_pad`` would be ignored [4366]
astropy.io.ascii
^^^^^^^^^^^^^^^^
- Fixed addition of new line characters after last row of data in
ascii.latex.AASTex. [4561]
- Fixed reading of Latex tables where the ``\tabular`` tag is in the first
line. [4595]
- Fix use of plain format strings with the fast writer. [4517]
- Fix bug writing space-delimited file when table has empty fields. [4417]
astropy.io.fits
^^^^^^^^^^^^^^^
- Fixed possible segfault during error handling in FITS tile
compression. [4489]
- Fixed crash on pickling of binary table columns with the 'X', 'P', or
'Q' format. [4514]
- Fixed memory / reference leak that could occur when copying a ``FITS_rec``
object (the ``.data`` for table HDUs). [520]
- Fixed a memory / reference leak in ``FITS_rec`` that occurred in a wide
range of cases, especially after writing FITS tables to a file, but in
other cases as well. [4539]
astropy.modeling
^^^^^^^^^^^^^^^^
- Fixed display of compound model expressions and components when printing
compound model instances. [4414, 4482]
astropy.stats
^^^^^^^^^^^^^
- the input for median_absolute_deviation will not be cast to plain numpy
arrays when given subclasses of numpy arrays
(like Quantity, numpy.ma.MaskedArray, etc.) [4658]
- Fixed incorrect results when using median_absolute_deviation with masked
arrays. [4658]
astropy.utils
^^^^^^^^^^^^^
- The ``zest.releaser`` hooks included in Astropy are now injected locally to
Astropy, rather than being global. [4650]
astropy.visualization
^^^^^^^^^^^^^^^^^^^^^
- Fixed ``fits2bitmap`` script to allow ext flag to contain extension
names or numbers. [4468]
- Fixed ``fits2bitmap`` default output filename generation for
compressed FITS files. [4468]