astropy/asdf-astropy

Support serialization of new astropy 5.0 models

Closed this issue · 1 comments

Support for the following models needs to be implemented here:

astropy.modeling.functional_models.ArcCosine1D
astropy.modeling.functional_models.ArcSine1D
astropy.modeling.functional_models.ArcTangent1D
astropy.modeling.functional_models.Cosine1D
astropy.modeling.functional_models.Tangent1D
astropy.modeling.spline.Spline1D

These were added by PRs: #42 and #43.