Skip to content

Commit 43c1898

Browse files
authored
DOC: misc fixes to whats-new for 0.10.7 (pydata#2221)
1 parent 98e6a4b commit 43c1898

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/whats-new.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,21 @@ Documentation
3535

3636
Enhancements
3737
~~~~~~~~~~~~
38-
- Plot labels now make use of metadata that follow CF conventions.
38+
39+
- Plot labels now make use of metadata that follow CF conventions
40+
(:issue:`2135`).
3941
By `Deepak Cherian <https://github.com/dcherian>`_ and `Ryan Abernathey <https://github.com/rabernat>`_.
4042

43+
- Line plots now support facetting with ``row`` and ``col`` arguments
44+
(:issue:`2107`).
45+
By `Yohai Bar Sinai <https://github.com/yohai>`_.
46+
4147
- :py:meth:`~xarray.DataArray.interp` and :py:meth:`~xarray.Dataset.interp`
4248
methods are newly added.
4349
See :ref:`interpolating values with interp` for the detail.
4450
(:issue:`2079`)
4551
By `Keisuke Fujii <https://github.com/fujiisoup>`_.
4652

47-
- `:py:meth:`~DataArray.dot` and :py:func:`~dot` are partly supported with older
48-
dask<0.17.4. (related to :issue:`2203`)
49-
By `Keisuke Fujii <https://github.com/fujiisoup`_.
5053
Bug fixes
5154
~~~~~~~~~
5255

0 commit comments

Comments
 (0)