Skip to content
forked from pydata/xarray

Commit

Permalink
Add whats-new
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Sep 26, 2019
1 parent dde70cf commit 5e574f0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ What's New
v0.13.1 (unreleased)
--------------------

New functions/methods
~~~~~~~~~~~~~~~~~~~~~

Enhancements
~~~~~~~~~~~~

- Add a repr for :py:class:`~xarray.core.GroupBy` objects. By `Deepak Cherian <https://github.com/dcherian>`_.
Example::

>>> da.groupby("time.season")
DataArrayGroupBy, grouped over 'season'
4 groups with labels 'DJF', 'JJA', 'MAM', 'SON

Bug fixes
~~~~~~~~~
- Reintroduce support for :mod:`weakref` (broken in v0.13.0). Support has been
Expand Down

0 comments on commit 5e574f0

Please sign in to comment.