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
Merge remote-tracking branch 'upstream/master' into fix-groupby-change-size
* upstream/master: (24 commits)
Fix alignment with join="override" when some dims are unindexed (pydata#3839)
Fix CFTimeIndex-related errors stemming from updates in pandas (pydata#3764)
Doctests fixes (pydata#3846)
add xpublish to related projects (pydata#3850)
update installation instruction (pydata#3849)
Pint support for top-level functions (pydata#3611)
un-xfail tests that append to netCDF files with scipy (pydata#3805)
remove panel conversion (pydata#3845)
Add nxarray to related-projects.rst (pydata#3848)
Implement skipna kwarg in xr.quantile (pydata#3844)
Allow `where` to receive a callable (pydata#3827)
update macos image (pydata#3838)
Label "Installed Versions" item in Issue template (pydata#3832)
Add note on diff's n differing from pandas (pydata#3822)
DOC: Add rioxarray and other external examples (pydata#3757)
Use stable RTD image.
removed mention that 'dims' are inferred from 'coords'-dict when omit… (pydata#3821)
Coarsen keep attrs 3376 (pydata#3801)
Turn on html repr by default (pydata#3812)
Fix zarr append with groups (pydata#3610)
...
We recommend using the community maintained `conda-forge <https://conda-forge.github.io/>`__ channel if you need difficult\-to\-build dependencies such as cartopy, pynio or PseudoNetCDF::
Copy file name to clipboardExpand all lines: doc/related-projects.rst
+2
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,9 @@ Extend xarray capabilities
61
61
- `Collocate <https://github.com/cistools/collocate>`_: Collocate xarray trajectories in arbitrary physical dimensions
62
62
- `eofs <https://ajdawson.github.io/eofs/>`_: EOF analysis in Python.
63
63
- `hypothesis-gufunc <https://hypothesis-gufunc.readthedocs.io/en/latest/>`_: Extension to hypothesis. Makes it easy to write unit tests with xarray objects as input.
64
+
- `nxarray <https://github.com/nxarray/nxarray>`_: NeXus input/output capability for xarray.
64
65
- `xarray_extras <https://github.com/crusaderky/xarray_extras>`_: Advanced algorithms for xarray objects (e.g. integrations/interpolations).
66
+
- `xpublish <https://xpublish.readthedocs.io/>`_: Publish Xarray Datasets via a Zarr compatible REST API.
65
67
- `xrft <https://github.com/rabernat/xrft>`_: Fourier transforms for xarray data.
66
68
- `xr-scipy <https://xr-scipy.readthedocs.io>`_: A lightweight scipy wrapper for xarray.
67
69
- `X-regression <https://github.com/kuchaale/X-regression>`_: Multiple linear regression from Statsmodels library coupled with Xarray library.
0 commit comments