@@ -45,6 +45,9 @@ New Features
4545
4646Bug fixes
4747~~~~~~~~~
48+ - Fix renaming of coords when one or more stacked coords is not in
49+ sorted order during stack+groupby+apply operations. (:issue: `3287 `,
50+ :pull: `3906 `) By `Spencer Hill <https://github.com/spencerahill >`_
4851- Fix a regression where deleting a coordinate from a copied :py:class: `DataArray `
4952 can affect the original :py:class: `Dataarray `. (:issue: `3899 `, :pull: `3871 `)
5053 By `Todd Jennings <https://github.com/toddrjen >`_
@@ -96,13 +99,13 @@ New Features
9699- Added support for :py:class: `pandas.DatetimeIndex `-style rounding of
97100 ``cftime.datetime `` objects directly via a :py:class: `CFTimeIndex ` or via the
98101 :py:class: `~core.accessor_dt.DatetimeAccessor `.
99- By `Spencer Clark <https://github.com/spencerkclark >`_
102+ By `Spencer Clark <https://github.com/spencerkclark >`_
100103- Support new h5netcdf backend keyword `phony_dims ` (available from h5netcdf
101104 v0.8.0 for :py:class: `~xarray.backends.H5NetCDFStore `.
102105 By `Kai Mühlbauer <https://github.com/kmuehlbauer >`_.
103106- Add partial support for unit aware arrays with pint. (:pull: `3706 `, :pull: `3611 `)
104107 By `Justus Magin <https://github.com/keewis >`_.
105- - :py:meth: `Dataset.groupby ` and :py:meth: `DataArray.groupby ` now raise a
108+ - :py:meth: `Dataset.groupby ` and :py:meth: `DataArray.groupby ` now raise a
106109 `TypeError ` on multiple string arguments. Receiving multiple string arguments
107110 often means a user is attempting to pass multiple dimensions as separate
108111 arguments and should instead pass a single list of dimensions.
@@ -120,7 +123,7 @@ New Features
120123 By `Maximilian Roos <https://github.com/max-sixty >`_.
121124- ``skipna `` is available in :py:meth: `Dataset.quantile `, :py:meth: `DataArray.quantile `,
122125 :py:meth: `core.groupby.DatasetGroupBy.quantile `, :py:meth: `core.groupby.DataArrayGroupBy.quantile `
123- (:issue: `3843 `, :pull: `3844 `)
126+ (:issue: `3843 `, :pull: `3844 `)
124127 By `Aaron Spring <https://github.com/aaronspring >`_.
125128
126129Bug fixes
@@ -814,7 +817,7 @@ Bug fixes
814817Documentation
815818~~~~~~~~~~~~~
816819
817- - Created a `PR checklist <https://xarray.pydata.org/en/stable/contributing.html/contributing.html#pr-checklist >`_
820+ - Created a `PR checklist <https://xarray.pydata.org/en/stable/contributing.html/contributing.html#pr-checklist >`_
818821 as a quick reference for tasks before creating a new PR
819822 or pushing new commits.
820823 By `Gregory Gundersen <https://github.com/gwgundersen >`_.
0 commit comments