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: (48 commits)
Add test for #9155 (#9161)
Remove mypy exclusions for a couple more libraries (#9160)
Include numbagg in type checks (#9159)
Improve zarr chunks docs (#9140)
groupby: remove some internal use of IndexVariable (#9123)
Improve `to_zarr` docs (#9139)
Split out distributed writes in zarr docs (#9132)
Update zendoo badge link (#9133)
Support duplicate dimensions in `.chunk` (#9099)
Bump the actions group with 2 updates (#9130)
adjust repr tests to account for different platforms (#9127) (#9128)
Grouper refactor (#9122)
Update docstring in api.py for open_mfdataset(), clarifying "chunks" argument (#9121)
Add test for rechunking to a size string (#9117)
Move Sphinx directives out of `See also` (#8466)
new whats-new section (#9115)
release v2024.06.0 (#9113)
release notes for 2024.06.0 (#9092)
[skip-ci] Try fixing hypothesis CI trigger (#9112)
Undo custom padding-top. (#9107)
...
[](https://mybinder.org/v2/gh/pydata/xarray/main?urlpath=lab/tree/doc/examples/weather-data.ipynb)
Copy file name to clipboardExpand all lines: doc/conf.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@
242
242
Theme by the <a href="https://ebp.jupyterbook.org">Executable Book Project</a></p>""",
243
243
twitter_url="https://twitter.com/xarray_dev",
244
244
icon_links=[], # workaround for pydata/pydata-sphinx-theme#1220
245
-
announcement="🍾 <a href='https://github.com/pydata/xarray/discussions/8462'>Xarrayis now 10 years old!</a> 🎉",
245
+
announcement="<a href='https://forms.gle/KEq7WviCdz9xTaJX6'>Xarray's 2024 User Survey is live now. Please take ~5 minutes to fill it out and help us improve Xarray.</a>",
Copy file name to clipboardExpand all lines: doc/ecosystem.rst
+1
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ Extend xarray capabilities
74
74
- `Collocate <https://github.com/cistools/collocate>`_: Collocate xarray trajectories in arbitrary physical dimensions
75
75
- `eofs <https://ajdawson.github.io/eofs/>`_: EOF analysis in Python.
76
76
- `hypothesis-gufunc <https://hypothesis-gufunc.readthedocs.io/en/latest/>`_: Extension to hypothesis. Makes it easy to write unit tests with xarray objects as input.
77
+
- `ntv-pandas <https://github.com/loco-philippe/ntv-pandas>`_ : A tabular analyzer and a semantic, compact and reversible converter for multidimensional and tabular data
77
78
- `nxarray <https://github.com/nxarray/nxarray>`_: NeXus input/output capability for xarray.
78
79
- `xarray-compare <https://github.com/astropenguin/xarray-compare>`_: xarray extension for data comparison.
79
80
- `xarray-dataclasses <https://github.com/astropenguin/xarray-dataclasses>`_: xarray extension for typed DataArray and Dataset creation.
Copy file name to clipboardExpand all lines: doc/examples/multidimensional-coords.ipynb
-7
Original file line number
Diff line number
Diff line change
@@ -190,13 +190,6 @@
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