Thomas Robitaille
Thomas Robitaille
At this point the package is large enough and there have been enough versions that we will probably need to find a way to automate this rather than doing by...
A good place to start would be to go through the docs/changes (I.e in that folder) api entries and adding the versionadded: 7.0.0 directive to the docstring of any new...
@neutrinoceros - FYI I've just triggered a 1.2.0 release of extension-helpers: https://github.com/astropy/extension-helpers/releases/tag/v1.2.0 - build ongoing
Good catch, I agree that ``wcs.spectral``, ``wcs.celestial``, and more generally ``wcs.sub`` should pass the ``preserve_units`` option to any new instance.
@rosteen - would you be able to try out https://github.com/astropy/astropy/pull/18655 to see if this fixes the issues you were seeing?
_assigns issue to @pllim_
I think we still want to keep parch reporting right?
Well it seemed the consensus today was to actually backport most fixes to 7.2.x rather than on demand
Yes I think the idea was it could be interesting to include different constellation lists in future. I don't think there's any harm in leaving the parameter?
Just curious, can we not set: ``` requires = tox-uv ``` in the ``[tox]`` section of ``tox.ini`` to automatically pull in the tox-uv dependency?