Skip to content

Commit

Permalink
doc: Add what's new entry for __repr__ changes
Browse files Browse the repository at this point in the history
Sorted as a "breaking change" for 0.18.3 for now.
  • Loading branch information
st-bender committed Jul 15, 2021
1 parent f171cd9 commit 3dd645b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ Breaking changes
pre-existing array values. This is a safer default than the prior ``mode="a"``,
and allows for higher performance writes (:pull:`5252`).
By `Stephan Hoyer <https://github.com/shoyer>`_.
- The ``__repr__`` of a :py:class:`xarray.Dataset`'s ``attrs``, ``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`).
By `Stefan Bender <https://github.com/st-bender>`_.

Deprecations
~~~~~~~~~~~~
Expand Down

0 comments on commit 3dd645b

Please sign in to comment.