==================
- On reading, rename columns from Fermi GBM HEALPix files to match the
LIGO/Virgo convention. In particular, rename any column named `PROBABILITY`
to `PROB`.
- Reduce the memory footprint of ``ligo-skymap-plot-airmass`` by transposing
two nested loops.
- Make some cosmetic improvements to ``ligo-skymap-plot-airmass``:
* Add altitude and local time axes.
* Center plot on local solar midnight.
* Adjust blending and z-order of twilight shading.
- ``ligo-skymap-plot-airmass`` will now write an airmass table to stdout.
- Rewrite the MCMC mode of BAYESTAR using ``ligo.skymap.ez_emcee``, a new
reusable, fire-and-forget, parallel-tempering, MCMC sampler that features
automated convergence testing and progress monitoring.
- Update common files from Astropy package template.