From f892ef7d1ed54b5973e9923e45a89fdb4699654d Mon Sep 17 00:00:00 2001 From: Thomas Nicholas Date: Thu, 28 Oct 2021 14:44:46 -0400 Subject: [PATCH] removed the word consistent --- doc/whats-new.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index df5be17d33e..e88744b7df1 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -37,8 +37,8 @@ New Features - Histogram plots are set with a title displaying the scalar coords if any, similarly to the other plots (:issue:`5791`, :pull:`5792`). By `Maxime Liquet `_. - Added a new :py:attr:`Dataset.chunksizes`, :py:attr:`DataArray.chunksizes`, and :py:attr:`Variable.chunksizes` - property, which will always return a mapping from dimension names to chunking pattern along that dimension, guaranteed - to be consistent between Dataset, DataArray, and Variable objects. (:issue:`5846`, :pull:`5900`) + property, which will always return a mapping from dimension names to chunking pattern along that dimension, + regardless of whether the object is a Dataset, DataArray, or Variable. (:issue:`5846`, :pull:`5900`) By `Tom Nicholas `_. Breaking changes