@@ -36,18 +36,20 @@ Breaking changes
36
36
37
37
Enhancements
38
38
~~~~~~~~~~~~
39
- - Performance improvement of :py:meth: `DataArray.interp ` and :py:func: `Dataset.interp `
40
- For orthogonal linear- and nearest-neighbor interpolation, we do 1d-interpolation sequentially
39
+ - Performance improvement of :py:meth: `DataArray.interp ` and :py:func: `Dataset.interp `
40
+ For orthogonal linear- and nearest-neighbor interpolation, we do 1d-interpolation sequentially
41
41
rather than interpolating in multidimensional space. (:issue: `2223 `)
42
42
By `Keisuke Fujii <https://github.com/fujiisoup >`_.
43
+ - :py:meth: `DataArray.reset_index ` and :py:meth: `Dataset.reset_index ` now keep
44
+ coordinate attributes (:pull: `4103 `). By `Oriol Abril <https://github.com/OriolAbril >`_.
43
45
44
46
New Features
45
47
~~~~~~~~~~~~
46
48
- Added :py:meth: `xarray.infer_freq ` for extending frequency inferring to CFTime indexes and data (:pull: `4033 `).
47
49
By `Pascal Bourgault <https://github.com/aulemahal >`_.
48
50
- ``chunks='auto' `` is now supported in the ``chunks `` argument of
49
51
:py:meth: `Dataset.chunk `. (:issue: `4055 `)
50
- By `Andrew Williams <https://github.com/AndrewWilliams3142 >`_
52
+ By `Andrew Williams <https://github.com/AndrewWilliams3142 >`_
51
53
- Added :py:func: `xarray.cov ` and :py:func: `xarray.corr ` (:issue: `3784 `, :pull: `3550 `, :pull: `4089 `).
52
54
By `Andrew Williams <https://github.com/AndrewWilliams3142 >`_ and `Robin Beer <https://github.com/r-beer >`_.
53
55
- Added :py:meth: `DataArray.polyfit ` and :py:func: `xarray.polyval ` for fitting polynomials. (:issue: `3349 `, :pull: `3733 `, :pull: `4099 `)
@@ -77,7 +79,7 @@ New Features
77
79
By `Stephan Hoyer <https://github.com/shoyer >`_.
78
80
- Allow plotting of boolean arrays. (:pull: `3766 `)
79
81
By `Marek Jacob <https://github.com/MeraX >`_
80
- - Enable using MultiIndex levels as cordinates in 1D and 2D plots (:issue: `3927 `).
82
+ - Enable using MultiIndex levels as cordinates in 1D and 2D plots (:issue: `3927 `).
81
83
By `Mathias Hauser <https://github.com/mathause >`_.
82
84
- A ``days_in_month `` accessor for :py:class: `xarray.CFTimeIndex `, analogous to
83
85
the ``days_in_month `` accessor for a :py:class: `pandas.DatetimeIndex `, which
0 commit comments