We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__repr__
1 parent ac37672 commit 888850cCopy full SHA for 888850c
doc/whats-new.rst
@@ -27,6 +27,11 @@ New Features
27
Breaking changes
28
~~~~~~~~~~~~~~~~
29
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>`_.
35
36
Deprecations
37
~~~~~~~~~~~~
0 commit comments