Skip to content

Commit f768cc4

Browse files
author
dcherian
committed
Add whats new entry + bugfix earlier entry.
1 parent 1e1fa12 commit f768cc4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/whats-new.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ What's New
3131
v0.10.4 (unreleased)
3232
--------------------
3333

34+
Documentation
35+
~~~~~~~~~~~~~
36+
- `FAQ <http://xarray.pydata.org/en/stable/faq.html#what-other-projects-leverage-xarray>`_ now lists projects that leverage xarray.
37+
By `Deepak Cherian <https://github.com/dcherian>`_.
38+
39+
3440
Enhancements
3541
~~~~~~~~~~~~
3642

@@ -45,6 +51,8 @@ Enhancements
4551
This greatly boosts speed and allows chunking on the core dims.
4652
The function now requires dask >= 0.17.3 to work on dask-backed data
4753
(:issue:`2074`). By `Guido Imperiale <https://github.com/crusaderky>`_.
54+
- ``plot.line()`` learned new kwargs: ``xincrease``, ``yincrease`` that change the direction of the respective axes.
55+
By `Deepak Cherian <https://github.com/dcherian>`_.
4856

4957
Bug fixes
5058
~~~~~~~~~

0 commit comments

Comments
 (0)