Skip to content

Improved whatsnew statement. #2867

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Note that there is no direct replacment for
```:meth:iris.experimental.fieldsfile.load```, which specifically performed
fast loading from _either_ PP or FF files.
Instead, please enable `:meth:iris.fileformats.um.structured_um_loading` and
within that context call `:meth:iris.load`, or the format-specific
`:meth:iris.fileformats.pp.load_cubes` or
Instead, please see `:meth:iris.fileformats.um.structured_um_loading`: This
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about

Instead, please use the `:meth:iris.fileformats.um.structured_um_loading` context manager: This...

enables structured loading within the generic `:meth:iris.load` call, or the
format-specific `:meth:iris.fileformats.pp.load_cubes` or
`:meth:iris.fileformats.um.load_cubes`.