Skip to content

Commit c188575

Browse files
Update release notes 0.15 (#732)
1 parent d00a1db commit c188575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/release_notes/version_0.15_updates.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Other Xarray engine changes
7676
- Improved the serialisation of GRIB fieldlists to reduce memory usage when Xarray is generated with chunks (:pr:`700`). See the :ref:`/examples/xarray_engine_chunks.ipynb` notebook example.
7777
- TensorBackendArray, which implements the lazy loading of DataArrays in the Xarray engine, now uses a ``dask.utils.SerializableLock`` when accessing the data (:pr:`700`).
7878
- Enabled converting :ref:`data-sources-lod` fieldlists into Xarray (:pr:`701`). See the :ref:`/examples/list_of_dicts_to_xarray.ipynb` notebook example.
79-
- Enabled converting Xarray generated with the earthkit fieldlist into GRIB using :func:`to_target` (:pr:`730`). See :ref:`xr_to_grib` and the related :ref:`/examples/xarray_engine_to_grib.ipynb` notebook example.
79+
- Enabled converting Xarray generated with the earthkit engine into GRIB using :func:`to_target` (:pr:`730`). See :ref:`xr_to_grib` and the related :ref:`/examples/xarray_engine_to_grib.ipynb` notebook example.
8080

8181
New Xarray engine notebooks
8282
------------------------------
@@ -92,7 +92,7 @@ New Xarray engine notebooks
9292
New features
9393
+++++++++++++++++
9494

95-
- Added :ref:`zarr <data-sources-zarr>` source to read Zarr data (:pr:`675`).
95+
- Added the :ref:`zarr <data-sources-zarr>` source to read Zarr data (:pr:`675`).
9696
- Added the :ref:`targets-zarr` target (:pr:`716`). See the :ref:`/examples/grib_to_zarr_target.ipynb` notebook example.
9797
- Added new config option ``grib-file-serialisation-policy`` to control how GRIB data on disk is pickled. The options are "path" and "memory". The default is "path". Previously, only "memory" was implemented (:pr:`700`).
9898
- Added serialisation to GRIB fields (both on disk and in-memory) (:pr:`700`)

0 commit comments

Comments
 (0)