-
Notifications
You must be signed in to change notification settings - Fork 285
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
PI-3473: Whatsnews relating to ancillary load + save. #3557
PI-3473: Whatsnews relating to ancillary load + save. #3557
Conversation
@@ -0,0 +1,2 @@ | |||
* Fixed a bug where the attributes of cell methods in netcdf-CF files were discarded on | |||
loading. They now appear on the CellMethod in the loaded cube. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this should refer to cell measures/CellMeasure rather than cell methods/CellMethod.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops!
I can't believe I'm still getting these names mixed up.
Will fix...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
* Whatsnews relating to ancillary load + save.
… launch_ancils * 'launch_ancils' of https://github.com/SciTools/iris: Resolve conflicts with requirements/test.txt to update the imagehash pin to imagehash>=4.0 (SciTools#3735) PI:3358 (WIP) Ensure flags load/save without units (SciTools#3613) PI-3473 Rename "engine.provides" (SciTools#3590) PI-3473: Whatsnews relating to ancillary load + save. (SciTools#3557) PI-3473: Netcdf loading ancillary variables (SciTools#3556) � Conflicts: � lib/iris/fileformats/netcdf.py � lib/iris/tests/unit/fileformats/netcdf/test__load_aux_factory.py � requirements/core.txt
Covers changes from #3550 and #3556
NOTE: why this targets the 'launch_ancils' feature branch
We are still reserving the right to not announce ancillary variables in Iris 3.0, in which case this will be deferred from merging to master : see comment here.