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
* main:
pass kwargs through from save_mfdataset to to_netcdf (pydata#6686)
Docs: indexing.rst finetuning (pydata#6685)
use micromamba instead of mamba (pydata#6674)
install the development version of `matplotlib` into the upstream-dev CI (pydata#6675)
Add whatsnew section for v2022.06.0
release notes for 2022.06.0rc0
release notes for the pre-release (pydata#6676)
more testpypi workflow fixes (pydata#6673)
thin: add examples (pydata#6663)
Update multidimensional-coords.ipynb (pydata#6672)
try to finally fix the TestPyPI workflow (pydata#6671)
pin setuptools in the modify script (pydata#6669)
fix the python version for the TestPyPI workflow (pydata#6668)
upload wheels from `main` to TestPyPI (pydata#6660)
Set keep_attrs for flox (pydata#6667)
"The resulting coordinate for the `groupby_bins` operation got the `_bins` suffix appended: `xc_bins`. This help us distinguish it from the original multidimensional variable `xc`.\n",
189
+
"The resulting coordinate for the `groupby_bins` operation got the `_bins` suffix appended: `yc_bins`. This help us distinguish it from the original multidimensional variable `yc`.\n",
190
190
"\n",
191
191
"**Note**: This group-by-latitude approach does not take into account the finite-size geometry of grid cells. It simply bins each value according to the coordinates at the cell center. Xarray has no understanding of grid cells and their geometry. More precise geographic regridding for xarray data is available via the [xesmf](https://xesmf.readthedocs.io) package."
0 commit comments