Skip to content

Commit 3e56789

Browse files
committed
what's new
1 parent cec30e8 commit 3e56789

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/whats-new.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,10 @@ Enhancements
9494
9595
Notice that ``shift`` moves data independently of coordinates, but ``roll``
9696
moves both data and coordinates.
97-
- Assigning a ``pandas`` object to a ``Dataset`` directly is now permitted. Its
98-
index names correspond to the `dims`` of the ``Dataset``, and its data is aligned
97+
- Assigning a ``pandas`` object to the variable of ``Dataset`` directly is now permitted. Its
98+
index names correspond to the ``dims`` of the ``Dataset``, and its data is aligned
99+
- Passing a :py:class:`pandas.DataFrame` or :py:class:`pandas.Panel` to a Dataset constructor
100+
is now permitted
99101
- New function :py:func:`~xray.broadcast` for explicitly broadcasting
100102
``DataArray`` and ``Dataset`` objects against each other. For example:
101103

0 commit comments

Comments
 (0)