Skip to content

Commit

Permalink
What's New Entry (#5601)
Browse files Browse the repository at this point in the history
* written whatsnew entry

* added ref

* moved label to before title
  • Loading branch information
ESadek-MO authored Nov 23, 2023
1 parent 96451ea commit 1aa35b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/techpapers/netcdf_io.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _netcdf_io:

.. testsetup:: chunk_control

import iris
Expand All @@ -24,6 +22,7 @@
dask.config.set({'array.chunk-size': old_dask})
shutil.rmtree(tmp_dir)

.. _netcdf_io:

=============================
NetCDF I/O Handling in Iris
Expand Down
8 changes: 8 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ This document explains the changes made to Iris for this release
intervention preventing :func:`~iris.util.guess_coord_axis` from acting on a
coordinate. (:pull:`5551`)

#. `@pp-mo`_, `@trexfeathers`_ and `@ESadek-MO`_ added more control over
NetCDF chunking with the use of the :data:`iris.fileformats.netcdf.loader.CHUNK_CONTROL`
context manager. (:pull:`5588`)


🐛 Bugs Fixed
=============
Expand Down Expand Up @@ -118,6 +122,10 @@ This document explains the changes made to Iris for this release
#. `@ESadek-MO`_ added a phrasebook for synonymous terms used in similar
packages. (:pull:`5564`)

#. `@ESadek-MO`_ and `@trexfeathers`_ created a technical paper for NetCDF
saving and loading, :ref:`netcdf_io` with a section on chunking, and placeholders
for further topics. (:pull:`5588`)


💼 Internal
===========
Expand Down

0 comments on commit 1aa35b4

Please sign in to comment.