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
Opt-out because we need to force users to experience the new alternative. We don't expect any changes, but we need to get this exposed so we can be sure.
Possible implementations
Environment variable - would allow switching without editing code
Global Python variable - flexible and simple (but not thread safe)
Thread-safe context manager (e.g. iris.FUTURE) - would allow both behaviours within a single script
Deprecation
If the user uses the switch(es), there needs to be an appropriate DeprecationWarning because the switch(es) will not be there forever. Will be removed in X number of releases.
The text was updated successfully, but these errors were encountered:
New-style introduced in #489.
Opt-out because we need to force users to experience the new alternative. We don't expect any changes, but we need to get this exposed so we can be sure.
Possible implementations
iris.FUTURE
) - would allow both behaviours within a single scriptDeprecation
If the user uses the switch(es), there needs to be an appropriate
DeprecationWarning
because the switch(es) will not be there forever.Will be removed in X number of releases
.The text was updated successfully, but these errors were encountered: