File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ Breaking changes
6262 pre-existing array values. This is a safer default than the prior ``mode="a" ``,
6363 and allows for higher performance writes (:pull: `5252 `).
6464 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 >`_.
6570
6671Deprecations
6772~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments