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
- We have a new :doc:`roadmap` that outlines our future development plans.
35
41
36
42
Enhancements
37
43
~~~~~~~~~~~~
@@ -51,7 +57,8 @@ Enhancements
51
57
(:issue:`2230`)
52
58
By `Keisuke Fujii <https://github.com/fujiisoup>`_.
53
59
54
-
- :py:meth:`plot()` now accepts the kwargs ``xscale, yscale, xlim, ylim, xticks, yticks`` just like Pandas. Also ``xincrease=False, yincrease=False`` now use matplotlib's axis inverting methods instead of setting limits.
60
+
- :py:meth:`plot()` now accepts the kwargs
61
+
``xscale, yscale, xlim, ylim, xticks, yticks`` just like Pandas. Also ``xincrease=False, yincrease=False`` now use matplotlib's axis inverting methods instead of setting limits.
55
62
By `Deepak Cherian <https://github.com/dcherian>`_. (:issue:`2224`)
56
63
57
64
- DataArray coordinates and Dataset coordinates and data variables are
@@ -118,7 +125,7 @@ Bug fixes
118
125
By `Keisuke Fujii <https://github.com/fujiisoup>`_.
119
126
120
127
- Now :py:func:`xr.apply_ufunc` raises a ValueError when the size of
121
-
``input_core_dims`` is inconsistent with the number of arguments.
128
+
``input_core_dims`` is inconsistent with the number of arguments.
122
129
(:issue:`2341`)
123
130
By `Keisuke Fujii <https://github.com/fujiisoup>`_.
0 commit comments