-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move built-in tags to converters (except ndarray and integer) #1474
Move built-in tags to converters (except ndarray and integer) #1474
Conversation
f62ea56
to
c019ef0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking this on!
I added a bunch of questions. My main concerns are over compatibility and API consistency. Functionally things look good (except for maybe complex which looks... complex) but I'd like more information on some of the test removals and compatibility issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating this and apologies again for not seeing the update.
I added a few more requests:
- adding a comment to describe the
MIN_VERSION_1_0_0_STANDARD
addition - possibly switching complex types back to using
iter_subclasses
Otherwise the comments are mostly questions to make sure I'm understanding the changes.
Feel free to mark me again for a review request when this is ready for another look.
for more information, see https://pre-commit.ci
…rite the 1.0.0 standard
Co-authored-by: Brett Graham <brettgraham@gmail.com>
b722405
to
ede2d03
Compare
8201ed1
to
e02d517
Compare
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Out of an abundance of caution I added the downstream label. I don't expect it to fail but we might as well see how it fairs.
that test was removed from main asdf-format#1474 However, that PR contains additional changes that we probably don't want to backport at this time.
that test was removed from main asdf-format#1474 However, that PR contains additional changes that we probably don't want to backport at this time.
This moves the following built-in tags to converters: