Skip to content

Commit 888850c

Browse files
committed
doc: Add what's new entry for __repr__ changes
Sorted as a "breaking change", for 0.19.1 for now.
1 parent ac37672 commit 888850c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/whats-new.rst

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ New Features
2727
Breaking changes
2828
~~~~~~~~~~~~~~~~
2929

30+
- The ``__repr__`` of a :py:class:`xarray.Dataset`'s ``attrs``, ``coords``,
31+
and ``data_vars`` ignore ``xarray.set_option(display_max_rows=...)`` and
32+
show the full output when called directly as, e.g., ``ds.data_vars`` or
33+
``print(ds.data_vars)`` (:issue:`5545`, :pull:`5580`).
34+
By `Stefan Bender <https://github.com/st-bender>`_.
3035

3136
Deprecations
3237
~~~~~~~~~~~~

0 commit comments

Comments
 (0)