Following #18800, the @deprecated_keywords decorator is currently unused. Since it was always explicitly private, and is implemented in C, I think we should remove it completely before astropy 8.0.0 final, unless, of course, it finds a new use in the mean time.
If it's used again, outside of the cosmology submodule, it should be moved to astropy.utils (but still only be added to a private namespace)
Following #18800, the
@deprecated_keywordsdecorator is currently unused. Since it was always explicitly private, and is implemented in C, I think we should remove it completely before astropy 8.0.0 final, unless, of course, it finds a new use in the mean time.If it's used again, outside of the
cosmologysubmodule, it should be moved toastropy.utils(but still only be added to a private namespace)