1+ .. currentmodule :: xarray
2+
13What's New
24==========
35
@@ -13,16 +15,21 @@ What's New
1315
1416 .. _whats-new.0.7.2 :
1517
16- v0.7.2 (unreleased)
17- -------------------
18+ v0.7.2 (13 March 2016)
19+ ----------------------
20+
21+ This release includes two new, entirely backwards compatible features and
22+ several bug fixes.
1823
1924Enhancements
2025~~~~~~~~~~~~
21- -xarray version of np.dot :py:meth: `~DataArray.dot `. Performs dot product of
22- two DataArrays along their shared dims
26+
27+ - New DataArray method :py:meth: `DataArray.dot ` for calculating the dot
28+ product of two DataArrays along shared dimensions. By
29+ `Dean Pospisil <https://github.com/deanpospisil >`_.
2330
2431- Rolling window operations on DataArray objects are now supported via a new
25- :py:meth: `xarray. DataArray.rolling ` method.
32+ :py:meth: `DataArray.rolling ` method. For example:
2633
2734 .. ipython ::
2835 :verbatim:
@@ -52,15 +59,21 @@ two DataArrays along their shared dims
5259 * x (x) int64 0 1 2
5360 * y (y) int64 0 1 2 3 4
5461
62+ See :ref: `comput.rolling ` for more details. By
63+ `Joe Hamman <https://github.com/jhamman >`_.
64+
5565Bug fixes
5666~~~~~~~~~
5767
5868- Fixed an issue where plots using pcolormesh and Cartopy axes were being distorted
5969 by the inference of the axis interval breaks. This change chooses not to modify
6070 the coordinate variables when the axes have the attribute ``projection ``, allowing
61- Cartopy to handle the extent of pcolormesh plots (:issue: `781 `).
62- - 2D plots now better handle additional coordinates which are not linked to the
63- dimensions of ``DataArray `` (:issue: `788 `).
71+ Cartopy to handle the extent of pcolormesh plots (:issue: `781 `). By
72+ `Joe Hamman <https://github.com/jhamman >`_.
73+
74+ - 2D plots now better handle additional coordinates which are not ``DataArray ``
75+ dimensions (:issue: `788 `). By `Fabien Maussion <https://github.com/fmaussion >`_.
76+
6477
6578.. _whats-new.0.7.1 :
6679
0 commit comments