Skip to content

Commit

Permalink
whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Mar 4, 2020
1 parent b1b3e90 commit d7cac81
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,19 @@ New Features
By `Justus Magin <https://github.com/keewis>`_.
- :py:meth:`Dataset.groupby` and :py:meth:`DataArray.groupby` now raise a
`TypeError` on multiple string arguments. Receiving multiple string arguments
often means a user is attempting to pass multiple dimensions to group over
and should instead pass a list.
often means a user is attempting to pass multiple dimensions as seeparate
argument and should instead pass a list.
(:pull:`3802`)
By `Maximilian Roos <https://github.com/max-sixty>`_
- The new ``Dataset._repr_html_`` and ``DataArray._repr_html_`` (introduced
in 0.14.1) is now on by default. To disable, use
``xarray.set_options(display_style="text")``.
By `Julia Signell <https://github.com/jsignell>`_.

- An ellipsis (``...``) is now supported in the ``dims`` argument of
:py:meth:`Dataset.stack` and :py:meth:`DataArray.stack` to mean all
dimensions, similar to its meaning in :py:meth:`DataArray.transpose`
(:pull:`3826`)
By `Maximilian Roos <https://github.com/max-sixty>`_

Bug fixes
~~~~~~~~~
Expand Down

0 comments on commit d7cac81

Please sign in to comment.