You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/whats-new.rst
+8-2
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,12 @@ What's New
31
31
v0.10.4 (unreleased)
32
32
--------------------
33
33
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
+
34
40
Enhancements
35
41
~~~~~~~~~~~~
36
42
@@ -45,6 +51,8 @@ Enhancements
45
51
This greatly boosts speed and allows chunking on the core dims.
46
52
The function now requires dask >= 0.17.3 to work on dask-backed data
47
53
(: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>`_.
48
56
49
57
Bug fixes
50
58
~~~~~~~~~
@@ -57,8 +65,6 @@ Bug fixes
57
65
By `Stephan Hoyer <https://github.com/shoyer>`_.
58
66
- ``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).
59
67
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>`_.
0 commit comments