You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in #1503 (comment), our from_file method migrates to the latest version by default, but from_dict does not. This can lead to confusing discrepancies in behavior depending on how STAC data gets into pystac. I think we should align on migrate-by-default, as we will continue to see more and more STAC (and extension) versions as time goes on.
This could be as simple as change the from_dict default. This could lead to unexpected behavior for some users but IMO that'd be worth it, and not a breaking change. Thoughts?
The text was updated successfully, but these errors were encountered:
As described in #1503 (comment), our
from_file
method migrates to the latest version by default, butfrom_dict
does not. This can lead to confusing discrepancies in behavior depending on how STAC data gets into pystac. I think we should align on migrate-by-default, as we will continue to see more and more STAC (and extension) versions as time goes on.This could be as simple as change the
from_dict
default. This could lead to unexpected behavior for some users but IMO that'd be worth it, and not a breaking change. Thoughts?The text was updated successfully, but these errors were encountered: