Skip to content

Commit 087779b

Browse files
author
dcherian
committed
Add whats new entry + bugfix earlier entry.
1 parent b718e5d commit 087779b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/whats-new.rst

+8-2
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
~~~~~~~~~
@@ -57,8 +65,6 @@ Bug fixes
5765
By `Stephan Hoyer <https://github.com/shoyer>`_.
5866
- ``plot.line()`` does not call ``autofmt_xdate()`` anymore. Instead it changes the rotation and horizontal alignment of labels without removing the x-axes of any other subplots in the figure (if any).
5967
By `Deepak Cherian <https://github.com/dcherian>`_.
60-
- ``plot.line()`` learned new kwargs: ``xincrease``, ``yincrease`` that change the direction of the respective axes.
61-
By `Deepak Cherian <https://github.com/dcherian>`_.
6268

6369
.. _whats-new.0.10.3:
6470

0 commit comments

Comments
 (0)