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
There are many instances where modules are imported to the top-level init to be re-exported with a shorter import path. An example:
fromxtgeo.surfaceimportregular_surface# Now can access xtgeo.regular_surface
I suspect these can all be removed without breaking anything, but it's possible that this is a breaking change out in the wild. This change should be grouped into xtgeo 4.0.
The text was updated successfully, but these errors were encountered:
mferrera
changed the title
Remove model import/exports from top-level __init__ where appropriate
Remove module import/exports from top-level __init__ where appropriate
Feb 6, 2024
There are many instances where modules are imported to the top-level init to be re-exported with a shorter import path. An example:
I suspect these can all be removed without breaking anything, but it's possible that this is a breaking change out in the wild. This change should be grouped into xtgeo 4.0.
The text was updated successfully, but these errors were encountered: