================
New Features
------------
- Added a ``.guiding_center()`` method to ``PhaseSpacePosition`` and ``Orbit`` to
compute the guiding center radius.
- Added a way to convert Gala potential instances to Agama potential instances.
Bug fixes
---------
- Fixed a bug with the ``plot_contours()`` and ``plot_density_contours()`` methods so
that times specified are now passed through correctly to the potential methods.
- Fixed the YAML output to use ``default_flow_style=None`` for serializing potential
objects, which leads to a more efficient array output.
- ``scf.compute_coeffs_discrete`` now raises an error if GSL is not enabled rather than
silently returning zeros
- ``SCFPotential`` will now work with IO functions (``save`` & ``load``)
- Fixes compatibility with Astropy v6.0
API changes
-----------
- Changed the way potential interoperability is done with other Galactic dynamics
packages (Agama, galpy, etc.). It is now handled by the ``Potential.as_interop()``
method on all potential class instances.