@@ -36,18 +36,20 @@ Breaking changes
3636
3737Enhancements
3838~~~~~~~~~~~~
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
4141 rather than interpolating in multidimensional space. (:issue: `2223 `)
4242 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 >`_.
4345
4446New Features
4547~~~~~~~~~~~~
4648- Added :py:meth: `xarray.infer_freq ` for extending frequency inferring to CFTime indexes and data (:pull: `4033 `).
4749 By `Pascal Bourgault <https://github.com/aulemahal >`_.
4850- ``chunks='auto' `` is now supported in the ``chunks `` argument of
4951 :py:meth: `Dataset.chunk `. (:issue: `4055 `)
50- By `Andrew Williams <https://github.com/AndrewWilliams3142 >`_
52+ By `Andrew Williams <https://github.com/AndrewWilliams3142 >`_
5153- Added :py:func: `xarray.cov ` and :py:func: `xarray.corr ` (:issue: `3784 `, :pull: `3550 `, :pull: `4089 `).
5254 By `Andrew Williams <https://github.com/AndrewWilliams3142 >`_ and `Robin Beer <https://github.com/r-beer >`_.
5355- 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
7779 By `Stephan Hoyer <https://github.com/shoyer >`_.
7880- Allow plotting of boolean arrays. (:pull: `3766 `)
7981 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 `).
8183 By `Mathias Hauser <https://github.com/mathause >`_.
8284- A ``days_in_month `` accessor for :py:class: `xarray.CFTimeIndex `, analogous to
8385 the ``days_in_month `` accessor for a :py:class: `pandas.DatetimeIndex `, which
0 commit comments