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
* don't document deprecated and removed pandas methods
* rst syntax error
* empty lines before lists or doctests
* pandas deprecation of a timedelta unit name
* restore a lot of the tags used by RTD
for reference, these mean:
* `-T`: show traceback
* `-W`: fail on warnings
* `--keep-going`: don't abort on the first warning
* `-j auto`: use as many processes as CPU cores available
* deduplicate `cubed-xarray` links
(not sure why this one fails but `pint-xarray` or `cupy-xarray` don't)
Copy file name to clipboardExpand all lines: doc/user-guide/duckarrays.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Some numpy-like array types that xarray already has some support for:
16
16
* `Sparse <https://sparse.pydata.org/en/stable/>`_ - for performant arrays with many zero elements,
17
17
* `Pint <https://pint.readthedocs.io/en/latest/>`_ - for tracking the physical units of your data (see `pint-xarray <https://pint-xarray.readthedocs.io>`_),
18
18
* `Dask <https://docs.dask.org/en/stable/>`_ - parallel computing on larger-than-memory arrays (see :ref:`using dask with xarray <dask>`),
19
-
* `Cubed <https://github.com/cubed-dev/cubed/tree/main/cubed>`_ - another parallel computing framework that emphasises reliability (see `cubed-xarray<https://github.com/cubed-dev/cubed-xarray>`_).
19
+
* `Cubed <https://github.com/cubed-dev/cubed/tree/main/cubed>`_ - another parallel computing framework that emphasises reliability (see `cubed-xarray`_).
20
20
21
21
.. warning::
22
22
@@ -231,4 +231,6 @@ easier. If you know of more that aren't on this list please raise an issue to ad
0 commit comments