From dcecf43167e1a7af03d89f1e930799957dcf0c98 Mon Sep 17 00:00:00 2001 From: Davis Vann Bennett Date: Tue, 17 Dec 2024 13:16:28 +0100 Subject: [PATCH] update whats new --- doc/whats-new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 669a3116598..9eda7df7cc7 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -24,6 +24,7 @@ New Features - Better support wrapping additional array types (e.g. ``cupy`` or ``jax``) by calling generalized duck array operations throughout more xarray methods. (:issue:`7848`, :pull:`9798`). By `Sam Levang `_. + - Better performance for reading Zarr arrays in the ``ZarrStore`` class by caching the state of Zarr storage and avoiding redundant IO operations. Usage of the cache can be controlled via the ``cache_members`` parameter to ``ZarrStore``. When ``cache_members`` is ``True`` (the default), the @@ -31,7 +32,6 @@ storage and avoiding redundant IO operations. Usage of the cache can be controll is then used when iterating over those Zarr arrays, which avoids IO operations and thereby reduces latency. (:issue:`9853`, :pull:`9861`). By `Davis Bennett `_. -new parameter, ``cache_members``. - Add ``unit`` - keyword argument to :py:func:`date_range` and ``microsecond`` parsing to iso8601-parser (:pull:`9885`). By `Kai Mühlbauer `_.