We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5489eff commit da3cec5Copy full SHA for da3cec5
doc/whats-new.rst
@@ -21,6 +21,9 @@ v0.18.3 (unreleased)
21
22
New Features
23
~~~~~~~~~~~~
24
+- Allow passing argument ``missing_dims`` to :py:meth:`Variable.transpose` and :py:meth:`Dataset.transpose`
25
+ (:issue:`5550`, :pull:`5586`)
26
+ By `Giacomo Caria <https://github.com/gcaria>`_.
27
- Allow passing a dictionary as coords to a :py:class:`DataArray` (:issue:`5527`,
28
reverts :pull:`1539`, which had deprecated this due to python's inconsistent ordering in earlier versions).
29
By `Sander van Rijn <https://github.com/sjvrijn>`_.
0 commit comments