File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ Bug fixes
71
71
72
72
Documentation
73
73
~~~~~~~~~~~~~
74
+ - Fix documentation of :py:class: `DataArray ` removing the deprecated mention
75
+ that when omitted, `dims ` are inferred from a `coords `-dict. (:pull: `3821 `)
76
+ By `Sander van Rijn <https://github.com/sjvrijn >`_.
74
77
75
78
Internal Changes
76
79
~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -304,8 +304,7 @@ def __init__(
304
304
Name(s) of the data dimension(s). Must be either a hashable (only
305
305
for 1D data) or a sequence of hashables with length equal to the
306
306
number of dimensions. If this argument is omitted, dimension names
307
- are taken from ``coords`` (if possible) and otherwise default to
308
- ``['dim_0', ... 'dim_n']``.
307
+ default to ``['dim_0', ... 'dim_n']``.
309
308
name : str or None, optional
310
309
Name of this array.
311
310
attrs : dict_like or None, optional
You can’t perform that action at this time.
0 commit comments