We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__repr__
1 parent f171cd9 commit 3dd645bCopy full SHA for 3dd645b
doc/whats-new.rst
@@ -62,6 +62,11 @@ Breaking changes
62
pre-existing array values. This is a safer default than the prior ``mode="a"``,
63
and allows for higher performance writes (:pull:`5252`).
64
By `Stephan Hoyer <https://github.com/shoyer>`_.
65
+- The ``__repr__`` of a :py:class:`xarray.Dataset`'s ``attrs``, ``coords``,
66
+ and ``data_vars`` ignore ``xarray.set_option(display_max_rows=...)`` and
67
+ show the full output when called directly as, e.g., ``ds.data_vars`` or
68
+ ``print(ds.data_vars)`` (:issue:`5545`, :pull:`5580`).
69
+ By `Stefan Bender <https://github.com/st-bender>`_.
70
71
Deprecations
72
~~~~~~~~~~~~
0 commit comments