==================
- When running ``ligo-skymap-stats`` without injections, instead of writing
``nan`` values for irrelevant columns, don't write the columns in the first
place.
- Start process of switching to tqdm for progress bars so that long-running
operations show time estimates.
- In ``ligo-skymap-stats``, disable OpenMP parallelism if running with ``-j``
to avoid creating a huge number of threads on machines with very many
cores.