Skip to content
forked from pydata/xarray

Commit

Permalink
doc updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Sep 19, 2019
1 parent 599b70a commit 765ca5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ Dataset methods
Dataset.persist
Dataset.load
Dataset.chunk
Dataset.unify_chunks
Dataset.filter_by_attrs
Dataset.info

Expand Down Expand Up @@ -530,6 +531,7 @@ DataArray methods
DataArray.persist
DataArray.load
DataArray.chunk
DataArray.unify_chunks

GroupBy objects
===============
Expand Down
10 changes: 7 additions & 3 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ What's New
v0.13.1 (unreleased)
--------------------


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

- Added :py:func:`~xarray.map_blocks`, modeled after :py:func:`dask.array.map_blocks`
By `Deepak Cherian <https://github.com/dcherian>`_.

.. _whats-new.0.13.0:

v0.13.0 (17 Sep 2019)
Expand Down Expand Up @@ -86,9 +93,6 @@ New functions/methods
This requires `sparse>=0.8.0`. By `Nezar Abdennur <https://github.com/nvictus>`_
and `Guido Imperiale <https://github.com/crusaderky>`_.

- Added :py:func:`~xarray.map_blocks`, modeled after :py:func:`dask.array.map_blocks`
By `Deepak Cherian <https://github.com/dcherian>`_.

- :py:meth:`~Dataset.from_dataframe` and :py:meth:`~DataArray.from_series` now
support ``sparse=True`` for converting pandas objects into xarray objects
wrapping sparse arrays. This is particularly useful with sparsely populated
Expand Down

0 comments on commit 765ca5d

Please sign in to comment.