^^^^^^^^^^^^^^^^
- Medians and associated errors are now shown with a precision corresponding to
a single significant digit in the errors (except when the leading digit is 1,
when two significant digits are shown). Note that they are still saved with
full precision to the result tables.
- There is a new GUI tool for interactive model fitting:
``InteractiveModelFitter``, which can be accessed directly or through the
``interactive`` argument of ``get_sampler`` prior to a sampling run.
- Sampling run results can be saved and retrieved for later analysis or archival
with the new functions `naima.save_run` and `naima.read_run`.
- The individual contributions to the total Inverse Compton spectrum of the
different seed photon fields can now be accessed through the ``seed`` argument
of the ``InverseCompton.flux`` and ``InverseCompton.sed`` functions.
Bug Fixes
~~~~~~~~~
- ``save_diagnostic_plots`` now turns matplotlib interactivity off, so the plots
are only saved and not shown.
- The ``group`` column is now preserved if a data table is validated more than
once.