We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
attrs
__repr__
1 parent 888850c commit 4239b90Copy full SHA for 4239b90
doc/whats-new.rst
@@ -27,10 +27,10 @@ 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`).
+- The ``__repr__`` of a :py:class:`xarray.Dataset`'s ``coords`` and ``data_vars``
+ ignore ``xarray.set_option(display_max_rows=...)`` and show the full output
+ when called directly as, e.g., ``ds.data_vars`` or ``print(ds.data_vars)``
+ (:issue:`5545`, :pull:`5580`).
34
By `Stefan Bender <https://github.com/st-bender>`_.
35
36
Deprecations
0 commit comments