remove unused V23ToSkyConverter from jwst.transforms extension 1.0.0 #184
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
V23ToSkyConverter is supported in the jwst.transforms asdf extension version 0.7.0 (see 0.7.0 manifest) but is not currently supported in 1.0.0 (see 1.0.0 manifest)
This removes V23ToSkyConverter from the 1.0.0 extension (which already does not support the tag) and in all prior versions of asdf this converter was ignored.
Previously asdf ignored any Converter that lists tags that are not in the manifest. This behavior is undocumented and may conflict with future asdf changes. asdf is changing Converter.select_tag to allow Converter deferral (see asdf-format/asdf#1561) where a converter can support no tags but still support types (where the converter will convert the object being serialized to a new type which is handled by a different converter).
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)