File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,21 @@ Documentation
35
35
36
36
Enhancements
37
37
~~~~~~~~~~~~
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 `).
39
41
By `Deepak Cherian <https://github.com/dcherian >`_ and `Ryan Abernathey <https://github.com/rabernat >`_.
40
42
43
+ - Line plots now support facetting with ``row `` and ``col `` arguments
44
+ (:issue: `2107 `).
45
+ By `Yohai Bar Sinai <https://github.com/yohai >`_.
46
+
41
47
- :py:meth: `~xarray.DataArray.interp ` and :py:meth: `~xarray.Dataset.interp `
42
48
methods are newly added.
43
49
See :ref: `interpolating values with interp ` for the detail.
44
50
(:issue: `2079 `)
45
51
By `Keisuke Fujii <https://github.com/fujiisoup >`_.
46
52
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 `_.
50
53
Bug fixes
51
54
~~~~~~~~~
52
55
You can’t perform that action at this time.
0 commit comments