This release introduces significant changes to the ``Zodipy`` API by splitting the old ``get_emisison`` function into smaller components. The previous function was trying to *do to much*, which made the code harder to maintain and less *pythonic*. I believe it is better to split it into smaller components who each handle the specific use cases (get emission for pixels, angles, binned pixels, and binned angles).
The four new methods are: ``get_emission_ang``, ``get_emission_pix``, ``get_binned_emission_ang``, and ``get_binned_emission_pix``. For more information on how to use the new functions, please see [the reference](https://zodipy.readthedocs.io/en/dev/reference/zodipy.html).