Skip to content

Commit

Permalink
quick doc
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0L authored and 0x0L committed Nov 21, 2017
1 parent c8997c7 commit d1e1b8d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api-hidden.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
Dataset.T
Dataset.cumsum
Dataset.cumprod
Dataset.rank

DataArray.ndim
DataArray.shape
Expand Down Expand Up @@ -91,6 +92,7 @@
DataArray.T
DataArray.cumsum
DataArray.cumprod
DataArray.rank

ufuncs.angle
ufuncs.arccos
Expand Down
2 changes: 2 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ Computation
:py:attr:`~Dataset.real`
:py:attr:`~Dataset.cumsum`
:py:attr:`~Dataset.cumprod`
:py:attr:`~Dataset.rank`

**Grouped operations**:
:py:attr:`~core.groupby.DatasetGroupBy.assign`
Expand Down Expand Up @@ -312,6 +313,7 @@ Computation
:py:attr:`~DataArray.T`
:py:attr:`~DataArray.cumsum`
:py:attr:`~DataArray.cumprod`
:py:attr:`~DataArray.rank`

**Grouped operations**:
:py:attr:`~core.groupby.DataArrayGroupBy.assign_coords`
Expand Down
4 changes: 4 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ Enhancements
(:issue:`1485`).
By `Joe Hamman <https://github.com/jhamman>`_.

- New :py:meth:`~xarray.DataArray.rank` method to Datasets and DataArrays when
bottleneck is available (:issue:`1731`).
By `0x0L <https://github.com/0x0L>`_.

**Performance improvements**

- :py:func:`~xarray.concat` was computing variables that aren't in memory
Expand Down

0 comments on commit d1e1b8d

Please sign in to comment.