-
Notifications
You must be signed in to change notification settings - Fork 300
Closed
Milestone
Description
This involves completing the following work (list may not be complete):
- set the default value of the FUTURE flag
netcdf_promotetoTrueiniris.Future. - raise an error iff a user sets a value for this FUTURE flag (that is, raise an error if the flag is set by the user, but don't raise the error when the default behaviour is set up by Iris).
- delete the deprecated behaviour in
iris.fileformats.cf.CFReader._translateand the deprecation warningiris.fileformats.cf._netcdf_promote_warning, and raise an exception if a user tries to set the FUTURE flag toFalse. - update tests (including removing tests for the deprecated behaviour that was removed)
- add new tests for the updated behaviour of
iris.fileformats.cf.CFReader(if necessary – this may have been done already in the previous point) and new tests for the exception raised if the FUTURE flag is set toFalse. - Add a deprecation directive to the description of
netcdf_promotein the docstring foriris.Future. - Update all doc examples to use the new behaviour
- Add whatsnew entry.